Home
last modified time | relevance | path

Searched refs:job_repo_url (Results 1 – 25 of 28) sorted by relevance

12

/external/autotest/server/site_tests/autoupdate_P2P/
Dcontrol.local25 4. Pass two args to test_that: host2, job_repo_url.
27 A job_repo_url is a URL passed to each test that points to the autotest
29 test. When you are running locally you need to pass in a job_repo_url. An
33 …hat <hostname>.cros autoupdate_P2P.local --args="host2=<hostname>.cros job_repo_url=<job_repo_url>"
43 if all(arg in args_dict for arg in ['host2', 'job_repo_url']):
46 … job.run_test('autoupdate_P2P', hosts=[host1, host2], job_repo_url=args_dict.get('job_repo_url'))
48 logging.info('Please provide both "host2" and "job_repo_url" args to test_that.')
Dautoupdate_P2P.py259 def _verify_hosts(self, job_repo_url): argument
279 if job_repo_url is None:
289 def run_once(self, job_repo_url=None, too_many_attempts=False, argument
305 self._verify_hosts(job_repo_url)
311 update_url = self.get_update_url_for_test(job_repo_url,
/external/autotest/server/site_tests/autoupdate_Rollback/
Dcontrol23 3) Run with test_that passing job_repo_url
27 test_that <dut_ip> autoupdate_Rollback --args="job_repo_url='http://<IP>:<port>/static/<board>-rele…
32 job_repo_url = args_dict.get('job_repo_url')
39 job_repo_url=job_repo_url)
Dcontrol.powerwash_before_rollback28 job_repo_url = args_dict.get('job_repo_url')
35 job_repo_url=job_repo_url, powerwash_before_rollback=True,
Dautoupdate_Rollback.py53 def run_once(self, job_repo_url=None, powerwash_before_rollback=False): argument
64 update_url = self.get_update_url_for_test(job_repo_url)
/external/autotest/server/hosts/
Dlabstation_host.py174 job_repo_url = info.attributes.get(ds_constants.JOB_REPO_URL, '')
175 if not job_repo_url:
179 logging.info('Verifying job repo url %s', job_repo_url)
181 job_repo_url)
228 job_repo_url = info.attributes.get(ds_constants.JOB_REPO_URL, '')
229 if job_repo_url:
231 tools.get_devserver_build_from_package_url(job_repo_url))
Dcros_host.py411 job_repo_url = info.attributes.get(ds_constants.JOB_REPO_URL, '')
412 if not job_repo_url:
416 logging.info('Verifying job repo url %s', job_repo_url)
418 job_repo_url)
485 job_repo_url = info.attributes.get(ds_constants.JOB_REPO_URL, '')
486 if job_repo_url:
488 tools.get_devserver_build_from_package_url(job_repo_url))
/external/autotest/server/site_tests/autoupdate_Cellular/
Dautoupdate_Cellular.py27 def run_once(self, job_repo_url=None, full_payload=True): argument
35 update_url = self.get_update_url_for_test(job_repo_url,
Dcontrol.full16 To run locally you need to pass in a job_repo_url arg. This is used to tell
20 test_that <hostname>.cros autoupdate_Cellular --args="job_repo_url='http://<IP>:<port>/static/<boar…
Dcontrol.delta16 To run locally you need to pass in a job_repo_url arg. This is used to tell
20 test_that <hostname>.cros autoupdate_Cellular.delta --args="job_repo_url='http://<IP>:<port>/static…
/external/autotest/server/site_tests/autoupdate_DataPreserved/
Dautoupdate_DataPreserved.py20 def run_once(self, full_payload=True, job_repo_url=None): argument
32 self._job_repo_url = job_repo_url
Dcontrol.full17 test_that <hostname>.cros autoupdate_DataPreserved.full --args="job_repo_url='http://<IP>:<port>/st…
/external/autotest/server/site_tests/policy_AUServer/
Dpolicy_AUServer.py28 job_repo_url=None, running_at_desk=False): argument
42 self._job_repo_url = job_repo_url
/external/autotest/server/site_tests/autoupdate_NonBlockingOOBEUpdate/
Dautoupdate_NonBlockingOOBEUpdate.py22 def run_once(self, full_payload=True, job_repo_url=None): argument
45 self._job_repo_url = job_repo_url
Dcontrol.delta18 test_that <hostname>.cros autoupdate_NonBlockingOOBEUpdate.delta --args="job_repo_url='http://<IP>:…
/external/autotest/server/site_tests/autoupdate_OmahaResponse/
Dautoupdate_OmahaResponse.py22 def run_once(self, job_repo_url=None, full_payload=True, argument
43 self._job_repo_url = job_repo_url
/external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/
Dcontrol.full.moblab19 2. The test relies on reading a job_repo_url which is only set by runs
25 You will need to pass a job_repo_url param to test_that.
38 test_that <hostname>.cros autoupdate_ForcedOOBEUpdate.full --args="job_repo_url='http://<IP>:<PORT>…
Dcontrol.full19 2. The test relies on reading a job_repo_url which is only set by runs
25 You will need to pass a job_repo_url param to test_that.
38 test_that <hostname>.cros autoupdate_ForcedOOBEUpdate.full --args="job_repo_url='http://<IP>:<PORT>…
Dautoupdate_ForcedOOBEUpdate.py62 interrupt=None, job_repo_url=None, moblab=False): argument
83 update_url = self.get_update_url_for_test(job_repo_url,
Dcontrol.delta.moblab19 test_that <hostname>.cros autoupdate_ForcedOOBEUpdate.delta --args="job_repo_url='http://<IP>:<port…
/external/autotest/server/site_tests/autoupdate_Interruptions/
Dautoupdate_Interruptions.py22 def run_once(self, full_payload=True, interrupt=None, job_repo_url=None): argument
35 update_url = self.get_update_url_for_test(job_repo_url,
Dcontrol.reboot.full16 test_that <hostname>.cros autoupdate_Interruptions.reboot.full --args="job_repo_url='http://<IP>:<p…
Dcontrol.network.full16 test_that <hostname>.cros autoupdate_Interruptions.network.full --args="job_repo_url='http://<IP>:<…
Dcontrol.suspend.full16 test_that <hostname>.cros autoupdate_Interruptions.suspend.full --args="job_repo_url='http://<IP>:<…
/external/toolchain-utils/crosperf/test_cache/test_input/
Dresults.txt1job_repo_url contains autotest packages on ['chromeos2-row2-rack4-host11.cros']\n13:22:43 INFO | a…

12