Home
last modified time | relevance | path

Searched refs:GLOBAL_ARGS (Results 1 – 4 of 4) sorted by relevance

/tools/asuite/atest/
Datest_configs.py20 GLOBAL_ARGS = None variable
Datest.py853 atest_configs.GLOBAL_ARGS = _parse_args(sys.argv[1:])
856 atest_configs.GLOBAL_ARGS) as result_file:
857 if not atest_configs.GLOBAL_ARGS.no_metrics:
865 EXIT_CODE = main(sys.argv[1:], RESULTS_DIR, atest_configs.GLOBAL_ARGS)
/tools/asuite/atest/test_finders/
Dmodule_finder.py257 default_all_config = not (atest_configs.GLOBAL_ARGS and
258 atest_configs.GLOBAL_ARGS.test_config_select)
Dmodule_finder_unittest.py149 atest_configs.GLOBAL_ARGS = mock.Mock()
150 atest_configs.GLOBAL_ARGS.test_config_select = True
173 atest_configs.GLOBAL_ARGS = mock.Mock()
174 atest_configs.GLOBAL_ARGS.test_config_select = False