HomeSort by relevance Sort by last modified time
    Searched refs:autotest_path (Results 1 - 14 of 14) sorted by null

  /external/toolchain-utils/crosperf/
label.py 22 autotest_path,
42 self.autotest_path = autotest_path
122 autotest_path,
134 self.autotest_path = autotest_path
experiment_factory_unittest.py 113 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
145 label_settings.SetField('autotest_path', '/tmp/autotest')
171 self.assertEqual(exp.labels[0].autotest_path, '/tmp/autotest')
208 label_settings_2.SetField('autotest_path', '')
215 self.assertEqual(exp.labels[1].autotest_path, 'fake_autotest_path')
experiment_file.py 159 autotest_field = settings.fields['autotest_path']
160 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
download_images.py 220 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):
281 if autotest_path == '':
282 autotest_path = self.DownloadAutotestFiles(chromeos_root, build_id)
284 return image_path, autotest_path
download_images_unittest.py 210 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)
settings_unittest.py 199 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,
settings.py 69 def GetXbuddyPath(self, path_str, autotest_path, board, chromeos_root,
80 misc.CanonicalizePath(chromeos_root), xbuddy_path, autotest_path)
experiment_factory.py 264 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,
suite_runner.py 165 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
  /external/autotest/site_utils/
test_that.py 177 def perform_bootstrap_into_autotest_root(arguments, autotest_path, argv):
179 Perfoms a bootstrap to run test_that from the |autotest_path|.
185 in |autotest_path|.
189 @param autotest_path: Full absolute path to the autotest root directory.
193 |autotest_path|.
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'
    [all...]
test_runner_utils_unittest.py 174 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,
test_runner_utils.py 170 def fetch_local_suite(autotest_path, suite_predicate, afe, test_arg, remote,
183 @param autotest_path: Absolute path to autotest (in sysroot or
201 fs_getter = suite.create_fs_getter(autotest_path)
271 def run_provisioning_job(provision_label, host, autotest_path,
279 @param autotest_path: Absolute path of autotest directory.
298 os.path.join(autotest_path, 'server'),
311 def run_job(job, host, autotest_path, results_directory, fast_mode,
321 @param autotest_path: Absolute path of autotest directory.
357 os.path.join(autotest_path, 'server'),
497 def perform_local_run(afe, autotest_path, tests, remote, fast_mode
    [all...]
  /external/autotest/site_utils/lxc/
container_bucket.py 226 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/
afe_lock_machine.py 108 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')

Completed in 302 milliseconds