Home
last modified time | relevance | path

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

/external/autotest/site_utils/
Dtest_that.py193 def perform_bootstrap_into_autotest_root(arguments, autotest_path, argv): argument
232 autotest_path)
233 script_command = os.path.join(autotest_path, 'site_utils',
282 autotest_path = arguments.autotest_dir
293 autotest_path = os.path.join(sysroot_path, path_ending)
295 site_utils_path = os.path.join(autotest_path, 'site_utils')
297 if not os.path.exists(autotest_path):
301 'a valid autotest directory.' % autotest_path), file=sys.stderr)
312 arguments, autotest_path, argv)
315 autotest_path,
[all …]
Dtest_runner_utils.py182 def fetch_local_suite(autotest_path, suite_predicate, afe, test_arg, remote, argument
214 fs_getter = suite.create_fs_getter(autotest_path)
284 def run_provisioning_job(provision_label, host, info, autotest_path, argument
313 os.path.join(autotest_path, 'server'),
327 def run_job(job, host, info, autotest_path, results_directory, fast_mode, argument
374 os.path.join(autotest_path, 'server'),
518 autotest_path, argument
599 autotest_path,
618 suite = fetch_local_suite(autotest_path, predicate, afe, test_arg=test,
667 autotest_path,
[all …]
Dtest_runner_utils_unittest.py175 autotest_path = 'ottotest_path'
232 test_runner_utils.fetch_local_suite(autotest_path, mox.IgnoreArg(),
250 autotest_path,
264 autotest_path,
276 afe, autotest_path, ['suite:'+suite_name], remote, fast_mode,
/external/toolchain-utils/crosperf/
Dlabel.py25 autotest_path, argument
48 self.autotest_path = autotest_path
146 autotest_path, argument
161 self.autotest_path = autotest_path
Dexperiment_file.py168 autotest_path = ''
170 autotest_path = autotest_field.GetString()
178 image_path, autotest_path, debug_path = settings.GetXbuddyPath(
179 value, autotest_path, debug_path, board, chromeos_root,
183 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):
295 def Run(self, chromeos_root, xbuddy_label, autotest_path, debug_path, argument
317 if autotest_path == '':
318 autotest_path = self.DownloadAutotestFiles(chromeos_root, build_id)
323 return image_path, autotest_path, debug_path
Dexperiment_factory_unittest.py289 autotest_path = autotest_dir
290 if not autotest_path:
291 autotest_path = 'fake_autotest_path'
296 return '', autotest_path, debug_path
297 return 'fake_image_path', autotest_path, debug_path
351 self.assertEqual(exp.labels[0].autotest_path, '/tmp/autotest')
395 self.assertEqual(exp.labels[1].autotest_path, 'fake_autotest_path')
Ddownload_images_unittest.py225 image_path, autotest_path, debug_path = downloader.Run(
238 self.assertTrue(autotest_path == 'autotest')
245 image_path, autotest_path, debug_path = downloader.Run(
252 self.assertTrue(autotest_path == test_autotest_path)
Dsettings_unittest.py202 autotest_path = ''
206 self.settings.GetXbuddyPath(trybot_str, autotest_path, debug_path, board,
218 self.settings.GetXbuddyPath(official_str, autotest_path, debug_path, board,
226 self.settings.GetXbuddyPath(xbuddy_str, autotest_path, debug_path, board,
Dexperiment_factory.py379 autotest_path = label_settings.GetField('autotest_path')
400 image, autotest_path, debug_path = label_settings.GetXbuddyPath(
401 build, autotest_path, debug_path, board, chromeos_root, log_level,
419 label = MockLabel(label_name, build, image, autotest_path, debug_path,
424 label = Label(label_name, build, image, autotest_path, debug_path,
Dsettings.py73 def GetXbuddyPath(self, path_str, autotest_path, debug_path, board, argument
85 misc.CanonicalizePath(chromeos_root), xbuddy_path, autotest_path,
Dsuite_runner.py170 label.autotest_path if label.autotest_path else AUTOTEST_DIR)
/external/autotest/site_utils/lxc/
Dcontainer_bucket.py268 autotest_path = os.path.join(
271 utils.run('sudo chown -R root "%s"' % autotest_path)
272 utils.run('sudo chgrp -R root "%s"' % autotest_path)
/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,