Home
last modified time | relevance | path

Searched defs:test_args (Results 1 – 4 of 4) sorted by relevance

/external/autotest/site_utils/
Dbrillo_common.py153 def _get_arg_strs(test_args): argument
158 def _get_command(moblab, test_name, test_args, do_quickmerge, do_quote): argument
184 def _print_args(test_args): argument
192 def _print_command(moblab, test_name, test_args, do_quickmerge): argument
204 def _run_command(moblab, test_name, test_args, do_quickmerge): argument
216 def do_test_action(args, moblab, test_name, test_args): argument
Dbrillo_test_launcher.py107 def schedule_test(moblab, host, test, test_args): argument
/external/opencv3/modules/ts/misc/
Drun.py891 test_args = [a for a in sys.argv if a.startswith("--perf_") or a.startswith("--gtest_")] variable
935 test_args = [a for a in test_args if not a.startswith("--gtest_output=")] variable
/external/autotest/server/
Dsite_server_job_utils.py33 def __init__(self, test_name, test_args, test_attribs=None): argument