Searched refs:job_repo_url (Results 1 – 12 of 12) sorted by relevance
/external/autotest/server/cros/ |
D | autoupdate_utils.py | 13 def get_updater_from_repo_url(host, job_repo_url=None): argument 33 if not job_repo_url: 35 job_repo_url = info.attributes.get(host.job_repo_url_attribute, '') 36 if not job_repo_url: 42 ds_url, build = tools.get_devserver_build_from_package_url(job_repo_url)
|
/external/autotest/server/site_tests/autoupdate_Rollback/ |
D | control | 27 job_repo_url: repo url to use to find image to update from -- assumes caller 39 args="job_repo_url=http://<your_hostname>:8080/static/\ 44 test_that -b parrot --args="job_repo_url=http://<your_machine>:8080/static/\ 50 job_repo_url = args_dict.get('job_repo_url') 57 job_repo_url=job_repo_url)
|
D | autoupdate_Rollback.py | 16 def run_once(self, host, job_repo_url=None): argument 26 updater = autoupdate_utils.get_updater_from_repo_url(host, job_repo_url)
|
/external/autotest/server/site_tests/platform_RebootAfterUpdate/ |
D | control | 21 job_repo_url: repo url to use to find image to update from -- assumes caller 32 args="job_repo_url=http://<your_hostname>:8080/static/\ 37 job_repo_url = args_dict.get('job_repo_url') 43 host=host, job_repo_url=job_repo_url)
|
D | platform_RebootAfterUpdate.py | 60 def run_once(self, host, job_repo_url=None): argument 70 updater = autoupdate_utils.get_updater_from_repo_url(host, job_repo_url)
|
/external/autotest/server/ |
D | adb_utils.py | 46 job_repo_url = os.path.join(host_devserver_url, build_name) 49 job_repo_url = info.attributes.get(host.job_repo_url_attribute, '') 50 if not job_repo_url: 55 devserver_url = dev_server.AndroidBuildServer.get_server_url(job_repo_url) 57 build_info = host.get_build_info_from_build_url(job_repo_url)
|
/external/autotest/server/site_tests/android_ACTS/ |
D | android_ACTS.py | 159 job_repo_url = info.attributes.get(primary_host.job_repo_url_attribute, 177 job_repo_url)
|
/external/autotest/site_utils/ |
D | acts_lib.py | 33 def create_acts_package_from_current_artifact(test_station, job_repo_url, argument 48 build_info = adb_host.ADBHost.get_build_info_from_build_url(job_repo_url) 52 build_info['build_id'], job_repo_url, target_zip_file)
|
/external/toolchain-utils/crosperf/test_cache/test_input/ |
D | results.txt | 1 …job_repo_url contains autotest packages on ['chromeos2-row2-rack4-host11.cros']\n13:22:43 INFO | a…
|
/external/autotest/server/hosts/ |
D | adb_host.py | 1695 job_repo_url = info.attributes.get(self.job_repo_url_attribute, '') 1696 if not job_repo_url: 1702 build_info = ADBHost.get_build_info_from_build_url(job_repo_url) 1709 job_repo_url) 1831 job_repo_url = info.attributes.get(self.job_repo_url_attribute) 1832 if job_repo_url is not None: 1835 job_repo_url, True))
|
D | cros_host.py | 372 job_repo_url = info.attributes.get(ds_constants.JOB_REPO_URL, '') 373 if not job_repo_url: 377 logging.info('Verifying job repo url %s', job_repo_url) 379 job_repo_url) 449 job_repo_url = info.attributes.get(ds_constants.JOB_REPO_URL, '') 450 if job_repo_url: 452 tools.get_devserver_build_from_package_url(job_repo_url))
|
/external/toolchain-utils/crosperf/test_cache/compare_output/ |
D | results.txt | 1 …job_repo_url for <remote host: 172.17.128.241>\n14:20:23 INFO | Could not install autotest using t…
|