Searched refs:host_tests (Results 1 – 4 of 4) sorted by relevance
/tools/tradefederation/core/atest/ |
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)
|
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)
|
/tools/asuite/atest/ |
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)
|
D | atest.py | 231 def _validate_exec_mode(args, test_infos, host_tests=None): argument 247 if (host_tests or args.host) and constants.DEVICE_TEST in all_device_modes: 255 if host_tests is False and constants.DEVICELESS_TEST in all_device_modes: 263 if not args.host and host_tests is None: 284 _validate_exec_mode(args, device_test_infos, host_tests=False) 286 _validate_exec_mode(args, host_test_infos, host_tests=True)
|