Home
last modified time | relevance | path

Searched refs:TestNAError (Results 1 – 25 of 150) sorted by relevance

123456

/external/autotest/client/site_tests/platform_RootPartitionsNotMounted/
Dplatform_RootPartitionsNotMounted.py92 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/
Dcontrol22 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/
Dcontrol2 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/
Dkernel_FirmwareRequest.py30 … 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/
Dfirmware_StandbyPowerConsumption.py77 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/
Dbrillo_KernelHeadsetTest.py36 raise error.TestNAError('Could not find headset input device.')
42 raise error.TestNAError('h2w driver not found.')
/external/autotest/server/site_tests/display_Resolution/
Ddisplay_Resolution.py52 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/
Dnetwork_WlanDriver.py106 raise error.TestNAError('Unexpected base kernel revision %s '
118 raise error.TestNAError('Found no recognized wireless devices?')
/external/autotest/server/site_tests/platform_InternalDisplay/
Dplatform_InternalDisplay.py36 raise error.TestNAError('DUT is %s type. Test Skipped' %board_type)
41 raise error.TestNAError(
/external/autotest/client/site_tests/security_DeviceJail_Lockdown/
Dsecurity_DeviceJail_Lockdown.py45 error.TestNAError('No USB devices found')
62 raise error.TestNAError('No suitable USB devices found')
/external/autotest/client/site_tests/security_DeviceJail_Detach/
Dsecurity_DeviceJail_Detach.py27 error.TestNAError('No USB devices found')
55 raise error.TestNAError('No suitable USB device found')
/external/autotest/server/cros/
Dcfm_jmidata_helper_base.py18 raise error.TestNAError('Logfile is empty.')
26 raise error.TestNAError("Logfile doesn't contain any jmi data.")
/external/autotest/client/site_tests/platform_CUPSDaemon/
Dplatform_CUPSDaemon.py59 raise error.TestNAError('No cupsd service found')
99 raise error.TestNAError('No cupsd service found')
/external/autotest/client/site_tests/hardware_TrimIntegrity/
Dhardware_TrimIntegrity.py80 raise error.TestNAError(msg)
86 raise error.TestNAError(msg)
247 raise error.TestNAError(msg)
/external/autotest/server/site_tests/platform_S0ixCycle/
Dplatform_S0ixCycle.py96 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/
Dpower_DarkResumeDisplay.py43 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/
Dsecurity_DeviceJail_Filesystem.py31 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/
Dcontrol.stress_24HT4031 # Ideally, we'd raise TestNAError here, and be done. But the
34 # instance report the TestNAError.
Dcontrol.11a32 # Ideally, we'd raise TestNAError here, and be done. But the
35 # instance report the TestNAError.
Dcontrol.24HT4031 # Ideally, we'd raise TestNAError here, and be done. But the
34 # instance report the TestNAError.
Dcontrol.5HT4031 # Ideally, we'd raise TestNAError here, and be done. But the
34 # instance report the TestNAError.
Dcontrol.11b32 # Ideally, we'd raise TestNAError here, and be done. But the
35 # instance report the TestNAError.
Dcontrol.11g32 # Ideally, we'd raise TestNAError here, and be done. But the
35 # instance report the TestNAError.
/external/autotest/client/site_tests/power_ProbeDriver/
Dpower_ProbeDriver.py42 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/
Dplatform_FullyChargedPowerStatus.py95 raise error.TestNAError('Chrome does not reside on DUT. Test Skipped')
98 raise error.TestNAError('DUT is not Chromebook. Test Skipped')

123456