Home
last modified time | relevance | path

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

/external/autotest/site_utils/
Dtest_that.py177 def perform_bootstrap_into_autotest_root(arguments, autotest_path, argv): argument
216 autotest_path)
217 script_command = os.path.join(autotest_path, 'site_utils',
262 autotest_path = arguments.autotest_dir
273 autotest_path = os.path.join(sysroot_path, path_ending)
275 site_utils_path = os.path.join(autotest_path, 'site_utils')
277 if not os.path.exists(autotest_path):
281 'a valid autotest directory.' % autotest_path)
292 arguments, autotest_path, argv)
295 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.py114 def fetch_local_suite(autotest_path, suite_predicate, afe, test_arg, remote, argument
145 fs_getter = suite.create_fs_getter(autotest_path)
211 def run_provisioning_job(provision_label, host, autotest_path, argument
238 os.path.join(autotest_path, 'server'),
251 def run_job(job, host, autotest_path, results_directory, fast_mode, argument
297 os.path.join(autotest_path, 'server'),
437 def perform_local_run(afe, autotest_path, tests, remote, fast_mode, argument
494 run_provisioning_job(cros_version_label, remote, autotest_path,
509 suite = fetch_local_suite(autotest_path, predicate, afe, test_arg=test,
539 code, _ = run_job(job, remote, autotest_path, results_directory,
[all …]
Dtest_droid.py110 autotest_path = os.path.dirname(os.path.dirname(
112 site_utils_path = os.path.join(autotest_path, 'site_utils')
136 autotest_path, argv, arguments.tests, arguments.remote,
/external/toolchain-utils/crosperf/
Dlabel.py22 autotest_path, argument
42 self.autotest_path = autotest_path
122 autotest_path, argument
134 self.autotest_path = autotest_path
Dexperiment_factory_unittest.py113 autotest_path = autotest_dir
114 if not autotest_path:
115 autotest_path = 'fake_autotest_path'
117 return '', autotest_path
118 return 'fake_image_path', autotest_path
171 self.assertEqual(exp.labels[0].autotest_path, '/tmp/autotest')
215 self.assertEqual(exp.labels[1].autotest_path, 'fake_autotest_path')
Dexperiment_file.py160 autotest_path = ''
162 autotest_path = autotest_field.GetString()
163 image_path, autotest_path = settings.GetXbuddyPath(
164 value, autotest_path, board, chromeos_root, 'quiet')
167 res += '\t#actual_autotest_path: %s\n' % autotest_path
Ddownload_images.py220 autotest_path = os.path.join(chromeos_root, 'chroot/tmp', build_id,
223 if not os.path.exists(autotest_path):
260 def Run(self, chromeos_root, xbuddy_label, autotest_path): argument
281 if autotest_path == '':
282 autotest_path = self.DownloadAutotestFiles(chromeos_root, build_id)
284 return image_path, autotest_path
Dexperiment_factory.py268 autotest_path = label_settings.GetField('autotest_path')
282 image, autotest_path = label_settings.GetXbuddyPath(
283 build, autotest_path, board, chromeos_root, log_level)
301 label = MockLabel(label_name, image, autotest_path, chromeos_root,
305 label = Label(label_name, image, autotest_path, chromeos_root, board,
Ddownload_images_unittest.py210 image_path, autotest_path = downloader.Run(test_chroot, test_build_id,
220 self.assertTrue(autotest_path == 'autotest')
225 image_path, autotest_path = downloader.Run(test_chroot, test_build_id,
231 self.assertTrue(autotest_path == test_autotest_path)
Dsettings_unittest.py199 autotest_path = ''
201 self.settings.GetXbuddyPath(trybot_str, autotest_path, board, chromeos_root,
209 self.settings.GetXbuddyPath(official_str, autotest_path, board,
216 self.settings.GetXbuddyPath(xbuddy_str, autotest_path, board, chromeos_root,
Dsuite_runner.py164 if label.autotest_path != '':
165 autotest_dir = label.autotest_path
208 if label.autotest_path != '':
209 autotest_dir_arg = '--autotest_dir %s' % label.autotest_path
Dsettings.py69 def GetXbuddyPath(self, path_str, autotest_path, board, chromeos_root, argument
80 misc.CanonicalizePath(chromeos_root), xbuddy_path, autotest_path)
/external/autotest/site_utils/lxc/
Dcontainer_bucket.py229 autotest_path = os.path.join(
232 utils.run('sudo chown -R root "%s"' % autotest_path)
233 utils.run('sudo chgrp -R root "%s"' % autotest_path)
/external/toolchain-utils/
Dafe_lock_machine.py108 autotest_path = os.path.join(chromeos_root,
112 sys.path.append(autotest_path)
113 sys.path.append(os.path.join(autotest_path, 'server', 'cros'))
120 base_path=autotest_path, root_module_name='autotest_lib')
/external/toolchain-utils/android_bench_suite/
Dautotest.diff894 + autotest_path = os.path.dirname(os.path.dirname(
896 + site_utils_path = os.path.join(autotest_path, 'site_utils')
909 + autotest_path, argv, set_device, arguments.remote,
1014 + autotest_path = os.path.dirname(os.path.dirname(
1016 + site_utils_path = os.path.join(autotest_path, 'site_utils')
1050 + autotest_path, argv, tests, arguments.remote,