Home
last modified time | relevance | path

Searched refs:TestPushException (Results 1 – 2 of 2) sorted by relevance

/external/autotest/site_utils/
Dtest_push.py114 class TestPushException(Exception): class
242 raise TestPushException('Failed to powerwash dut %s. Make '
278 raise TestPushException('Failed to retrieve suite job ID.')
288 raise TestPushException(
313 raise TestPushException('DUT is not imaged properly. Host %s has '
400 raise TestPushException('\n'.join(summary))
437 raise TestPushException('Failed to close issue %d' % issue.id)
456 raise TestPushException('Auto bug file failed. Unable to locate bug '
459 raise TestPushException('Auto bug file failed to create a new issue. '
462 raise TestPushException(('Auto bug file failed to dedupe for issue %d '
[all …]
Dtest_push_unittest.py144 self.assertRaises(test_push.TestPushException, test_push.close_bug)
155 self.assertRaises(test_push.TestPushException,
183 self.assertRaises(test_push.TestPushException,
197 self.assertRaises(test_push.TestPushException,
221 self.assertRaises(test_push.TestPushException,