Home
last modified time | relevance | path

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

12

/external/autotest/server/site_tests/autoupdate_WithDLC/
Dautoupdate_WithDLC.py33 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/
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.py245 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/
Dcontrol18 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,
Dplatform_Powerwash.py29 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/
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_rollback27 job_repo_url = args_dict.get('job_repo_url')
34 job_repo_url=job_repo_url, powerwash_before_rollback=True,
Dautoupdate_Rollback.py60 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/
Dlabstation_host.py151 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/
Dupdate_engine_test.py311 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/
Dautoupdate_DataPreserved.py20 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/
Dautoupdate_Basic.py13 def run_once(self, full_payload, job_repo_url=None): argument
22 payload_url = self.get_payload_for_nebraska(job_repo_url,
Dcontrol.delta18 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…
Dcontrol.full19 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/
Dautoupdate_Periodic.py16 job_repo_url=None, argument
30 job_repo_url,
/external/autotest/server/site_tests/autoupdate_FromUI/
Dautoupdate_FromUI.py21 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/
Dautoupdate_OmahaResponse.py22 job_repo_url=None, running_at_desk=False): argument
45 job_repo_url, full_payload=full_payload,
/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
38 payload_url = self.get_payload_for_nebraska(job_repo_url,
/external/autotest/server/site_tests/autoupdate_Cellular/
Dautoupdate_Cellular.py40 def run_once(self, job_repo_url=None, full_payload=True): argument
49 job_repo_url, full_payload=full_payload, public_bucket=True)
Dcontrol.full17 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…
Dcontrol.delta17 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/
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.py103 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)

12