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

  /external/autotest/server/cros/
autoupdate_utils.py 14 def get_updater_from_repo_url(host, job_repo_url=None):
17 All server-side tests that run in the lab have an associated job_repo_url
28 @param job_repo_url: If set, the job_repo_url to use.
30 @raise error.TestError: If we fail to get a job_repo_url.
32 # Get the job_repo_url -- if not present, attempt to use the one
34 if not job_repo_url:
35 job_repo_url = afe_utils.get_host_attribute(
37 if not job_repo_url:
39 'Could not find a job_repo_url for the given host.'
    [all...]
  /external/autotest/server/
adb_utils.py 51 job_repo_url = os.path.join(host_devserver_url, build_name)
53 job_repo_url = afe_utils.get_host_attribute(
55 if not job_repo_url:
60 devserver_url = dev_server.AndroidBuildServer.get_server_url(job_repo_url)
62 build_info = host.get_build_info_from_build_url(job_repo_url)
  /external/autotest/server/site_tests/autoupdate_Rollback/
autoupdate_Rollback.py 16 def run_once(self, host, job_repo_url=None):
20 @param job_repo_url: URL to get the image.
26 updater = autoupdate_utils.get_updater_from_repo_url(host, job_repo_url)
  /external/autotest/server/hosts/
iota_host.py 43 job_repo_url = afe_utils.get_host_attribute(
44 self, ds_constants.JOB_REPO_URL)
45 if job_repo_url:
47 tools.get_devserver_build_from_package_url(job_repo_url)
adb_host.py     [all...]
cros_host.py 344 Make sure job_repo_url of this host is valid.
346 Eg: The job_repo_url "http://lmn.cd.ab.xyx:8080/static/\
350 unresponsive, update the job_repo_url of the host after staging it on
353 @param job_repo_url: A url pointing to the devserver where the autotest
359 @raises AutoservError: If we're unable to save the new job_repo_url as
362 @raises urllib2.URLError: If the devserver embedded in job_repo_url
365 job_repo_url = afe_utils.get_host_attribute(self,
366 ds_constants.JOB_REPO_URL)
367 if not job_repo_url:
371 logging.info('Verifying job repo url %s', job_repo_url)
    [all...]
  /external/autotest/server/site_tests/platform_RebootAfterUpdate/
platform_RebootAfterUpdate.py 60 def run_once(self, host, job_repo_url=None):
64 @param job_repo_url: URL to get the image.
70 updater = autoupdate_utils.get_updater_from_repo_url(host, job_repo_url)
  /external/autotest/server/site_tests/android_ACTS/
android_ACTS.py 90 job_repo_url = afe_utils.get_host_attribute(
117 test_station, branch, target, build_id, job_repo_url,
121 test_station, job_repo_url, target_zip)
  /external/autotest/site_utils/
acts_lib.py 35 def create_acts_package_from_current_artifact(test_station, job_repo_url,
40 determined by the job_repo_url passed in.
43 @param job_repo_url: The job_repo_url to get the build info from.
50 build_info = adb_host.ADBHost.get_build_info_from_build_url(job_repo_url)
54 build_info['build_id'], job_repo_url, target_zip_file)
58 job_repo_url, target_zip_file):
68 @param job_repo_url: The job repo url for where to pull build from.
74 devserver_url = dev_server.AndroidBuildServer.get_server_url(job_repo_url)
  /external/autotest/server/site_tests/autoupdate_EndToEndTest/
autoupdate_EndToEndTest.py     [all...]

Completed in 4235 milliseconds