Home
last modified time | relevance | path

Searched refs:autotest_path (Results 1 – 6 of 6) sorted by relevance

/external/autotest/site_utils/
Dtest_that.py170 def perform_bootstrap_into_autotest_root(arguments, autotest_path, argv): argument
209 autotest_path)
210 script_command = os.path.join(autotest_path, 'site_utils',
255 autotest_path = arguments.autotest_dir
266 autotest_path = os.path.join(sysroot_path, path_ending)
268 site_utils_path = os.path.join(autotest_path, 'site_utils')
270 if not os.path.exists(autotest_path):
274 'a valid autotest directory.' % autotest_path)
285 arguments, autotest_path, argv)
288 autotest_path, argv, arguments.tests, arguments.remote,
[all …]
Dtest_runner_utils_unittest.py72 autotest_path = 'htap_tsetotua'
73 autoserv_command = os.path.join(autotest_path, 'server', 'autoserv')
147 job1, remote, autotest_path,results_dir, fast_mode, id_digits,
152 job2, remote, autotest_path, results_dir, fast_mode, id_digits,
163 autotest_path = 'ottotest_path'
192 test_runner_utils.fetch_local_suite(autotest_path, mox.IgnoreArg(),
206 'cros-version:' + build, remote, autotest_path,
214 remote, autotest_path, results_dir, fast_mode,id_digits,
219 afe, autotest_path, ['suite:'+suite_name], remote, fast_mode,
Dtest_runner_utils.py112 def fetch_local_suite(autotest_path, suite_predicate, afe, test_arg, remote, argument
143 fs_getter = suite.Suite.create_fs_getter(autotest_path)
209 def run_provisioning_job(provision_label, host, autotest_path, argument
236 os.path.join(autotest_path, 'server'),
249 def run_job(job, host, autotest_path, results_directory, fast_mode, argument
295 os.path.join(autotest_path, 'server'),
435 def perform_local_run(afe, autotest_path, tests, remote, fast_mode, argument
489 run_provisioning_job(cros_version_label, remote, autotest_path,
504 suite = fetch_local_suite(autotest_path, predicate, afe, test_arg=test,
532 code, _ = run_job(job, remote, autotest_path, results_directory,
[all …]
Dtest_droid.py95 autotest_path = os.path.dirname(os.path.dirname(
97 site_utils_path = os.path.join(autotest_path, 'site_utils')
119 autotest_path, argv, arguments.tests, arguments.remote,
Dlxc.py865 autotest_path = os.path.join(usr_local_path, 'autotest')
875 container_drone_temp = os.path.join(autotest_path, 'drone_tmp')
906 utils.run('sudo chown -R root "%s"' % autotest_path)
907 utils.run('sudo chgrp -R root "%s"' % autotest_path)
/external/autotest/client/virt/
Dvirt_test_utils.py553 autotest_path = os.environ['AUTODIR']
554 autotest_basename = os.path.basename(autotest_path)
555 autotest_parentdir = os.path.dirname(autotest_path)