Home
last modified time | relevance | path

Searched refs:get_supported_exec_mode (Results 1 – 2 of 2) sorted by relevance

/tools/asuite/atest/
Datest_main.py356 all_device_modes = {x.get_supported_exec_mode() for x in test_infos}
361 if x.get_supported_exec_mode() == constants.DEVICE_TEST]
401 all_device_modes = {x.get_supported_exec_mode() for x in test_infos}
403 if x.get_supported_exec_mode() != constants.DEVICELESS_TEST]
/tools/asuite/atest/test_finders/
Dtest_info.py128 def get_supported_exec_mode(self): member in TestInfo