Searched refs:TestWarn (Results 1 – 16 of 16) sorted by relevance
142 raise error.TestWarn(157 raise error.TestWarn('No test executables found on the DUT')
42 except error.TestWarn:
63 raise error.TestWarn('Warning: %s' % warnings)
24 job.run_test('dummy_Fail', tag='Warn', to_throw='TestWarn')
133 return error.TestWarn('Exception (%s): %s' % (board, message))
43 raise error.TestWarn('No device specified for blktrace')
110 raise error.TestWarn(warn)
133 raise error.TestWarn('; '.join(set(warns)))
126 raise error.TestWarn('%d non-fatal suspend failures in %d '
558 raise error.TestWarn('Ten tries failed due to whitelisted bug')623 raise error.TestWarn(message)
83 class TestWarn(TestBaseException): class
363 raise error.TestWarn('Telemetry Benchmark: %s'
1165 raise error.TestWarn(
1161 raise error.TestWarn('Detected GPU hang during test.')1163 raise error.TestWarn('Detected GPU warning during test.')
196 raise error.TestWarn('Cannot find %s timestamp in client '
155 …TestWarn | error.TestWarn should be used when side effects to the test running are encountered …