HomeSort by relevance Sort by last modified time
    Searched refs:TestPushException (Results 1 - 2 of 2) sorted by null

  /external/autotest/site_utils/
test_push.py 114 class TestPushException(Exception):
242 raise TestPushException('Failed to powerwash dut %s. Make '
278 raise TestPushException('Failed to retrieve suite job ID.')
288 raise TestPushException(
302 @raise TestPushException: If a DUT does not have expected build imaged.
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)
450 @raise TestPushException: If auto bug file failed to create a new issue or
456 raise TestPushException('Auto bug file failed. Unable to locate bug
    [all...]
test_push_unittest.py 144 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,

Completed in 1128 milliseconds