Searched refs:TestWarn (Results 1 – 17 of 17) sorted by relevance
29 except error.TestWarn:
22 job.run_test('dummy_Fail', tag='Warn', to_throw='TestWarn')
82 raise error.TestWarn('Unable to disable PSR via xrandr.')
43 raise error.TestWarn('No device specified for blktrace')
110 raise error.TestWarn(warn)
130 raise error.TestWarn('; '.join(set(warns)))
83 raise error.TestWarn('%d non-fatal suspend failures in %d '
459 raise error.TestWarn('No test cases found for filter: %s!' %464 raise error.TestWarn(
79 raise error.TestWarn('No test executables found on the DUT')
408 raise error.TestWarn('Ten tries failed due to whitelisted bug')454 raise error.TestWarn(message)
151 raise error.TestWarn('Baseline mismatch, see error log.')
315 raise error.TestWarn("qemu-img check error. Some bad data "327 raise error.TestWarn("Leaked clusters were noticed during "
151 except (virt_vm.VMError, error.TestWarn), e:
1060 raise error.TestWarn('Detected GPU hang during test.')1062 raise error.TestWarn('Detected GPU warning during test.')
503 raise error.TestWarn('Telemetry Benchmark: %s'
230 class TestWarn(TestBaseException): class
152 …TestWarn | error.TestWarn should be used when side effects to the test running are encountered …