Searched refs:get_supported_exec_mode (Results 1 – 2 of 2) sorted by relevance
356 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]
128 def get_supported_exec_mode(self): member in TestInfo