Home
last modified time | relevance | path

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

/tools/asuite/atest-py2/
Datest.py248 if (constants.DEVICELESS_TEST in all_device_modes and
251 if host_tests is False and constants.DEVICELESS_TEST in all_device_modes:
260 args.host = bool(constants.DEVICELESS_TEST in all_device_modes)
Dconstants_default.py150 DEVICELESS_TEST = 'host' variable
/tools/asuite/atest/
Datest.py312 if (constants.DEVICELESS_TEST in all_device_modes and
315 if host_tests is False and constants.DEVICELESS_TEST in all_device_modes:
329 args.host = bool(constants.DEVICELESS_TEST in all_device_modes)
343 if x.get_supported_exec_mode() != constants.DEVICELESS_TEST]
Dconstants_default.py178 DEVICELESS_TEST = 'host' variable
/tools/asuite/atest/test_finders/
Dtest_info.py112 return constants.DEVICELESS_TEST
Dmodule_finder.py194 test.install_locations = {constants.DEVICELESS_TEST}
Dtest_finder_utils.py1066 install_locations.add(constants.DEVICELESS_TEST)
/tools/asuite/atest-py2/test_finders/
Dtest_finder_utils.py911 install_locations.add(constants.DEVICELESS_TEST)