Searched refs:TestNAError (Results 1 – 25 of 150) sorted by relevance
123456
/external/autotest/client/site_tests/platform_RootPartitionsNotMounted/ |
D | platform_RootPartitionsNotMounted.py | 92 raise error.TestNAError('This test needs to be run under root') 96 raise error.TestNAError('%s not found' % path) 100 raise error.TestNAError('Could not find the root device') 105 raise error.TestNAError('Could not find any root partition') 110 raise error.TestNAError('Could not find any process')
|
/external/autotest/client/tests/error_test_na/ |
D | control2 | 2 NAME = "error test for top level TestNAError == TEST_NA" 7 DOC = """Raise a TestNAError directly; for testing Autotest itself.""" 10 raise error.TestNAError('top level of this control file says N/A')
|
/external/autotest/client/tests/error_skip_step/ |
D | control | 2 NAME = 'error test, make sure TestNAError skips steps in step enginer' 7 DOC = """Raise TestNAError during step1. step0, 2 and 3 should run.""" 25 raise error.TestNAError('This part can not run here. meep meep.')
|
/external/autotest/client/site_tests/kernel_FirmwareRequest/ |
D | kernel_FirmwareRequest.py | 30 … raise error.TestNAError("module locking sysctl not available; may not be able to load test FW") 75 raise error.TestNAError("FW test module is not available for this test") 79 raise error.TestNAError("FW test module is not available for this test")
|
/external/autotest/server/site_tests/firmware_StandbyPowerConsumption/ |
D | firmware_StandbyPowerConsumption.py | 77 raise error.TestNAError("Nothing need to be tested on this device") 91 raise error.TestNAError('Device did not resume from hibernate.') 118 raise error.TestNAError("Unable to delete powerplay.log on servo " 122 raise error.TestNAError('Device did not resume from hibernate.')
|
/external/autotest/server/site_tests/brillo_KernelHeadsetTest/ |
D | brillo_KernelHeadsetTest.py | 36 raise error.TestNAError('Could not find headset input device.') 42 raise error.TestNAError('h2w driver not found.')
|
/external/autotest/server/site_tests/display_Resolution/ |
D | display_Resolution.py | 52 raise error.TestNAError('DUT is not Chromebook. Test Skipped') 54 raise error.TestNAError('DUT is not Chromebook. Test Skipped') 59 raise error.TestNAError(
|
/external/autotest/client/site_tests/network_WlanDriver/ |
D | network_WlanDriver.py | 106 raise error.TestNAError('Unexpected base kernel revision %s ' 118 raise error.TestNAError('Found no recognized wireless devices?')
|
/external/autotest/server/site_tests/platform_InternalDisplay/ |
D | platform_InternalDisplay.py | 36 raise error.TestNAError('DUT is %s type. Test Skipped' %board_type) 41 raise error.TestNAError(
|
/external/autotest/client/site_tests/security_DeviceJail_Lockdown/ |
D | security_DeviceJail_Lockdown.py | 45 error.TestNAError('No USB devices found') 62 raise error.TestNAError('No suitable USB devices found')
|
/external/autotest/client/site_tests/security_DeviceJail_Detach/ |
D | security_DeviceJail_Detach.py | 27 error.TestNAError('No USB devices found') 55 raise error.TestNAError('No suitable USB device found')
|
/external/autotest/server/cros/ |
D | cfm_jmidata_helper_base.py | 18 raise error.TestNAError('Logfile is empty.') 26 raise error.TestNAError("Logfile doesn't contain any jmi data.")
|
/external/autotest/client/site_tests/platform_CUPSDaemon/ |
D | platform_CUPSDaemon.py | 59 raise error.TestNAError('No cupsd service found') 99 raise error.TestNAError('No cupsd service found')
|
/external/autotest/client/site_tests/hardware_TrimIntegrity/ |
D | hardware_TrimIntegrity.py | 80 raise error.TestNAError(msg) 86 raise error.TestNAError(msg) 247 raise error.TestNAError(msg)
|
/external/autotest/server/site_tests/platform_S0ixCycle/ |
D | platform_S0ixCycle.py | 96 raise error.TestNAError('Chrome EC is not supported on this device.') 99 raise error.TestNAError('Suspend to idle is not supported on this device.')
|
/external/autotest/server/site_tests/power_DarkResumeDisplay/ |
D | power_DarkResumeDisplay.py | 43 raise error.TestNAError('Test support on 3.14 | 3.18 kernels only') 47 raise error.TestNAError('platform is not capable of dark resume')
|
/external/autotest/client/site_tests/security_DeviceJail_Filesystem/ |
D | security_DeviceJail_Filesystem.py | 31 raise error.TestNAError('Device jail is not present') 39 raise error.TestNAError('Device jail FS is not present')
|
/external/autotest/server/site_tests/network_WiFi_SuspendStress/ |
D | control.stress_24HT40 | 31 # Ideally, we'd raise TestNAError here, and be done. But the 34 # instance report the TestNAError.
|
D | control.11a | 32 # Ideally, we'd raise TestNAError here, and be done. But the 35 # instance report the TestNAError.
|
D | control.24HT40 | 31 # Ideally, we'd raise TestNAError here, and be done. But the 34 # instance report the TestNAError.
|
D | control.5HT40 | 31 # Ideally, we'd raise TestNAError here, and be done. But the 34 # instance report the TestNAError.
|
D | control.11b | 32 # Ideally, we'd raise TestNAError here, and be done. But the 35 # instance report the TestNAError.
|
D | control.11g | 32 # Ideally, we'd raise TestNAError here, and be done. But the 35 # instance report the TestNAError.
|
/external/autotest/client/site_tests/power_ProbeDriver/ |
D | power_ProbeDriver.py | 42 raise error.TestNAError('Unknown test type: %s' % test_which) 118 raise error.TestNAError('Path not found: %s' % property_path)
|
/external/autotest/server/site_tests/platform_FullyChargedPowerStatus/ |
D | platform_FullyChargedPowerStatus.py | 95 raise error.TestNAError('Chrome does not reside on DUT. Test Skipped') 98 raise error.TestNAError('DUT is not Chromebook. Test Skipped')
|
123456