Home
last modified time | relevance | path

Searched refs:autotest_path (Results 1 – 15 of 15) 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.py174 autotest_path = 'htap_tsetotua'
175 autoserv_command = os.path.join(autotest_path, 'server', 'autoserv')
248 job1, remote, autotest_path,results_dir, fast_mode, id_digits,
253 job2, remote, autotest_path, results_dir, fast_mode, id_digits,
262 autotest_path = 'ottotest_path'
318 test_runner_utils.fetch_local_suite(autotest_path, mox.IgnoreArg(),
332 'cros-version:' + build, remote, autotest_path,
341 autotest_path,
354 afe, autotest_path, ['suite:'+suite_name], remote, fast_mode,
Dtest_runner_utils.py170 def fetch_local_suite(autotest_path, suite_predicate, afe, test_arg, remote, argument
201 fs_getter = suite.create_fs_getter(autotest_path)
271 def run_provisioning_job(provision_label, host, autotest_path, argument
298 os.path.join(autotest_path, 'server'),
311 def run_job(job, host, autotest_path, results_directory, fast_mode, argument
357 os.path.join(autotest_path, 'server'),
497 def perform_local_run(afe, autotest_path, tests, remote, fast_mode, argument
555 run_provisioning_job(cros_version_label, remote, autotest_path,
570 suite = fetch_local_suite(autotest_path, predicate, afe, test_arg=test,
615 job, remote, autotest_path, results_directory,
[all …]
/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.py264 autotest_path = label_settings.GetField('autotest_path')
278 image, autotest_path = label_settings.GetXbuddyPath(
279 build, autotest_path, board, chromeos_root, log_level)
297 label = MockLabel(label_name, image, autotest_path, chromeos_root,
301 label = Label(label_name, image, autotest_path, chromeos_root, board,
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,
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)
Dsuite_runner.py165 if label.autotest_path != '':
166 autotest_dir = label.autotest_path
209 if label.autotest_path != '':
210 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.py226 autotest_path = os.path.join(
229 utils.run('sudo chown -R root "%s"' % autotest_path)
230 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,