Home
last modified time | relevance | path

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

/external/autotest/site_utils/
Dtest_push.py98 class TestPushException(Exception): class
102 @retry.retry(TestPushException, timeout_min=5, delay_sec=30)
124 raise TestPushException('Not enough DUTs to run push tests. %s' %
145 raise TestPushException(
283 raise TestPushException('Failed to retrieve suite job ID.')
293 raise TestPushException(
318 raise TestPushException('DUT is not imaged properly. Host %s has '
369 raise TestPushException('\n'.join(summary))
473 raise TestPushException(error_msg)