/external/autotest/server/site_tests/autoupdate_WithDLC/ |
D | autoupdate_WithDLC.py | 33 def run_once(self, full_payload=True, job_repo_url=None): argument 49 self.get_payload_for_nebraska(job_repo_url=job_repo_url, 56 self.get_payload_for_nebraska(job_repo_url=job_repo_url, 61 job_repo_url=job_repo_url, full_payload=False,
|
/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 | 245 def _verify_hosts(self, job_repo_url): argument 265 if job_repo_url is None: 275 def run_once(self, job_repo_url=None, too_many_attempts=False, argument 291 self._verify_hosts(job_repo_url) 297 update_url = self.get_update_url_for_test(job_repo_url,
|
/external/autotest/server/site_tests/platform_Powerwash/ |
D | control | 18 We supply a job_repo_url to the test when running locally. In the lab this will 19 be passed directly. The job_repo_url is a link to the autotest packages on a 27 test_that platform_Powerwash <eureka/cros/beaglobonedevice ip> --board=<board> --args="job_repo_url… 32 job_repo_url = args_dict.get('job_repo_url') 36 job.run_test("platform_Powerwash", host=host, job_repo_url=job_repo_url,
|
D | platform_Powerwash.py | 29 def run_once(self, job_repo_url=None): argument 38 self._job_repo_url = self._get_job_repo_url(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 | 27 job_repo_url = args_dict.get('job_repo_url') 34 job_repo_url=job_repo_url, powerwash_before_rollback=True,
|
D | autoupdate_Rollback.py | 60 def run_once(self, job_repo_url=None, powerwash_before_rollback=False): argument 72 update_url = self.get_update_url_for_test(job_repo_url, stateful=True)
|
/external/autotest/server/hosts/ |
D | labstation_host.py | 151 job_repo_url = info.attributes.get(ds_constants.JOB_REPO_URL, '') 152 if not job_repo_url: 156 logging.info('Verifying job repo url %s', job_repo_url) 158 job_repo_url) 205 job_repo_url = info.attributes.get(ds_constants.JOB_REPO_URL, '') 206 if job_repo_url: 208 tools.get_devserver_build_from_package_url(job_repo_url))
|
/external/autotest/server/cros/update_engine/ |
D | update_engine_test.py | 311 def _get_job_repo_url(self, job_repo_url=None): argument 313 if job_repo_url is not None: 314 return job_repo_url 739 def get_update_url_for_test(self, job_repo_url=None, full_payload=True, argument 754 self._job_repo_url = self._get_job_repo_url(job_repo_url) 778 def get_payload_url_on_public_bucket(self, job_repo_url=None, argument 791 self._job_repo_url = self._get_job_repo_url(job_repo_url) 799 def get_payload_for_nebraska(self, job_repo_url=None, full_payload=True, argument 815 job_repo_url, full_payload=full_payload, is_dlc=is_dlc) 817 self._job_repo_url = self._get_job_repo_url(job_repo_url)
|
/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 payload_url = self.get_payload_for_nebraska(job_repo_url,
|
/external/autotest/server/site_tests/autoupdate_Basic/ |
D | autoupdate_Basic.py | 13 def run_once(self, full_payload, job_repo_url=None): argument 22 payload_url = self.get_payload_for_nebraska(job_repo_url,
|
D | control.delta | 18 We supply a job_repo_url to the test when running locally. In the lab this will 19 be passed directly. The job_repo_url is a link to the autotest packages on a 26 test_that autoupdate_Basic <DUT> --board=<board> --args="job_repo_url=http://<devserver IP>:8082/st…
|
D | control.full | 19 We supply a job_repo_url to the test when running locally. In the lab this will 20 be passed directly. The job_repo_url is a link to the autotest packages on a 27 test_that autoupdate_Basic <DUT> --board=<board> --args="job_repo_url=http://<devserver IP>:8082/st…
|
/external/autotest/server/site_tests/autoupdate_Periodic/ |
D | autoupdate_Periodic.py | 16 job_repo_url=None, argument 30 job_repo_url,
|
/external/autotest/server/site_tests/autoupdate_FromUI/ |
D | autoupdate_FromUI.py | 21 def run_once(self, full_payload=True, job_repo_url=None, argument 35 job_repo_url, full_payload=full_payload,
|
/external/autotest/server/site_tests/autoupdate_OmahaResponse/ |
D | autoupdate_OmahaResponse.py | 22 job_repo_url=None, running_at_desk=False): argument 45 job_repo_url, full_payload=full_payload,
|
/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 38 payload_url = self.get_payload_for_nebraska(job_repo_url,
|
/external/autotest/server/site_tests/autoupdate_Cellular/ |
D | autoupdate_Cellular.py | 40 def run_once(self, job_repo_url=None, full_payload=True): argument 49 job_repo_url, full_payload=full_payload, public_bucket=True)
|
D | control.full | 17 To run locally you need to pass in a job_repo_url arg. This is used to tell 21 test_that <hostname>.cros autoupdate_Cellular --args="job_repo_url='http://<IP>:<port>/static/<boar…
|
D | control.delta | 17 To run locally you need to pass in a job_repo_url arg. This is used to tell 21 test_that <hostname>.cros autoupdate_Cellular.delta --args="job_repo_url='http://<IP>:<port>/static…
|
/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 | 103 interrupt=None, job_repo_url=None, moblab=False): argument 130 job_repo_url, full_payload=full_payload) 133 job_repo_url, full_payload=full_payload)
|