Home
last modified time | relevance | path

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

/external/autotest/site_utils/
Dtest_that.py171 def perform_bootstrap_into_autotest_root(arguments, autotest_path, argv): argument
210 autotest_path)
211 script_command = os.path.join(autotest_path, 'site_utils',
256 autotest_path = arguments.autotest_dir
267 autotest_path = os.path.join(sysroot_path, path_ending)
269 site_utils_path = os.path.join(autotest_path, 'site_utils')
271 if not os.path.exists(autotest_path):
275 'a valid autotest directory.' % autotest_path)
286 arguments, autotest_path, argv)
289 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,
536 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(value,
164 autotest_path,
170 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):
262 def Run(self, chromeos_root, xbuddy_label, autotest_path): argument
283 if autotest_path == '':
284 autotest_path = self.DownloadAutotestFiles(chromeos_root, build_id)
286 return image_path, autotest_path
Dexperiment_factory.py254 autotest_path = label_settings.GetField('autotest_path')
268 image, autotest_path = label_settings.GetXbuddyPath(build,
269 autotest_path,
290 label = MockLabel(label_name, image, autotest_path, chromeos_root,
294 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.py201 autotest_path = ''
203 self.settings.GetXbuddyPath(trybot_str, autotest_path, board, chromeos_root,
211 self.settings.GetXbuddyPath(official_str, autotest_path, board,
218 self.settings.GetXbuddyPath(xbuddy_str, autotest_path, board, chromeos_root,
Dsuite_runner.py159 if label.autotest_path != '':
160 autotest_dir = label.autotest_path
203 if label.autotest_path != '':
204 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.py331 autotest_path = os.path.join(
334 utils.run('sudo chown -R root "%s"' % autotest_path)
335 utils.run('sudo chgrp -R root "%s"' % autotest_path)
/external/toolchain-utils/
Dafe_lock_machine.py107 autotest_path = os.path.join(chromeos_root,
111 sys.path.append(autotest_path)
112 sys.path.append(os.path.join(autotest_path, 'server', 'cros'))
119 base_path=autotest_path, root_module_name='autotest_lib')