Searched refs:host_tests (Results 1 – 4 of 4) sorted by relevance
/tools/asuite/atest-py2/ |
D | atest.py | 227 def _validate_exec_mode(args, test_infos, host_tests=None): argument 243 if (host_tests or args.host) and constants.DEVICE_TEST in all_device_modes: 251 if host_tests is False and constants.DEVICELESS_TEST in all_device_modes: 259 if not args.host and host_tests is None: 280 _validate_exec_mode(args, device_test_infos, host_tests=False) 282 _validate_exec_mode(args, host_test_infos, host_tests=True)
|
D | atest_unittest.py | 247 atest._validate_exec_mode(parsed_args, test_infos, host_tests=True) 254 atest._validate_exec_mode(parsed_args, test_infos, host_tests=False) 260 atest._validate_exec_mode(parsed_args, test_infos, host_tests=False) 268 parsed_args, test_infos, host_tests=True)
|
/tools/asuite/atest/ |
D | atest_unittest.py | 252 atest._validate_exec_mode(parsed_args, test_infos, host_tests=True) 259 atest._validate_exec_mode(parsed_args, test_infos, host_tests=False) 265 atest._validate_exec_mode(parsed_args, test_infos, host_tests=False) 273 parsed_args, test_infos, host_tests=True)
|
D | atest.py | 235 def _validate_exec_mode(args, test_infos, host_tests=None): argument 251 if (host_tests or args.host) and constants.DEVICE_TEST in all_device_modes: 262 if host_tests is False and constants.DEVICELESS_TEST in all_device_modes: 270 if not args.host and host_tests is None: 291 _validate_exec_mode(args, device_test_infos, host_tests=False) 293 _validate_exec_mode(args, host_test_infos, host_tests=True)
|