Searched defs:test_args (Results 1 – 4 of 4) sorted by relevance
/external/autotest/site_utils/ |
D | brillo_common.py | 153 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
|
D | brillo_test_launcher.py | 107 def schedule_test(moblab, host, test, test_args): argument
|
/external/opencv3/modules/ts/misc/ |
D | run.py | 891 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/ |
D | site_server_job_utils.py | 33 def __init__(self, test_name, test_args, test_attribs=None): argument
|