/external/autotest/server/site_tests/autoupdate_P2P/ |
D | control.local | 25 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.')
|
D | autoupdate_P2P.py | 259 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/ |
D | control | 23 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)
|
D | control.powerwash_before_rollback | 28 job_repo_url = args_dict.get('job_repo_url') 35 job_repo_url=job_repo_url, powerwash_before_rollback=True,
|
D | autoupdate_Rollback.py | 53 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/ |
D | labstation_host.py | 174 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))
|
D | cros_host.py | 411 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/ |
D | autoupdate_Cellular.py | 27 def run_once(self, job_repo_url=None, full_payload=True): argument 35 update_url = self.get_update_url_for_test(job_repo_url,
|
D | control.full | 16 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…
|
D | control.delta | 16 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/ |
D | autoupdate_DataPreserved.py | 20 def run_once(self, full_payload=True, job_repo_url=None): argument 32 self._job_repo_url = job_repo_url
|
D | control.full | 17 test_that <hostname>.cros autoupdate_DataPreserved.full --args="job_repo_url='http://<IP>:<port>/st…
|
/external/autotest/server/site_tests/policy_AUServer/ |
D | policy_AUServer.py | 28 job_repo_url=None, running_at_desk=False): argument 42 self._job_repo_url = job_repo_url
|
/external/autotest/server/site_tests/autoupdate_NonBlockingOOBEUpdate/ |
D | autoupdate_NonBlockingOOBEUpdate.py | 22 def run_once(self, full_payload=True, job_repo_url=None): argument 45 self._job_repo_url = job_repo_url
|
D | control.delta | 18 test_that <hostname>.cros autoupdate_NonBlockingOOBEUpdate.delta --args="job_repo_url='http://<IP>:…
|
/external/autotest/server/site_tests/autoupdate_OmahaResponse/ |
D | autoupdate_OmahaResponse.py | 22 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/ |
D | control.full.moblab | 19 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>…
|
D | control.full | 19 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>…
|
D | autoupdate_ForcedOOBEUpdate.py | 62 interrupt=None, job_repo_url=None, moblab=False): argument 83 update_url = self.get_update_url_for_test(job_repo_url,
|
D | control.delta.moblab | 19 test_that <hostname>.cros autoupdate_ForcedOOBEUpdate.delta --args="job_repo_url='http://<IP>:<port…
|
/external/autotest/server/site_tests/autoupdate_Interruptions/ |
D | autoupdate_Interruptions.py | 22 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,
|
D | control.reboot.full | 16 test_that <hostname>.cros autoupdate_Interruptions.reboot.full --args="job_repo_url='http://<IP>:<p…
|
D | control.network.full | 16 test_that <hostname>.cros autoupdate_Interruptions.network.full --args="job_repo_url='http://<IP>:<…
|
D | control.suspend.full | 16 test_that <hostname>.cros autoupdate_Interruptions.suspend.full --args="job_repo_url='http://<IP>:<…
|
/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…
|