Searched refs:host_tests (Results 1 – 2 of 2) sorted by relevance
/tools/asuite/atest/ |
D | atest_main_unittest.py | 150 atest_main._validate_exec_mode(parsed_args, test_infos, host_tests=True) 157 atest_main._validate_exec_mode(parsed_args, test_infos, host_tests=False) 163 atest_main._validate_exec_mode(parsed_args, test_infos, host_tests=False) 175 host_tests=True,
|
D | atest_main.py | 384 def _validate_exec_mode(args, test_infos: list[TestInfo], host_tests=None): argument 403 if (host_tests or args.host) and constants.DEVICE_TEST in all_device_modes: 421 if host_tests is False and constants.DEVICELESS_TEST in all_device_modes: 433 if not args.host and host_tests is None: 499 _validate_exec_mode(args, device_test_infos, host_tests=False) 501 _validate_exec_mode(args, host_test_infos, host_tests=True)
|