Home
last modified time | relevance | path

Searched refs:job_repo_url_attribute (Results 1 – 5 of 5) sorted by relevance

/external/autotest/server/cros/
Dautoupdate_utils.py36 job_repo_url = info.attributes.get(host.job_repo_url_attribute, '')
/external/autotest/server/site_tests/autoupdate_P2P/
Dautoupdate_P2P.py245 repo_url = info.attributes.get(host.job_repo_url_attribute, '')
/external/autotest/server/hosts/
Dadb_host.py1162 def job_repo_url_attribute(self): member in ADBHost
1277 return [self.job_repo_url_attribute]
/external/autotest/client/common_lib/hosts/
Dbase_classes.py77 def job_repo_url_attribute(self): member in Host
/external/autotest/server/cros/update_engine/
Dupdate_engine_test.py431 return info.attributes.get(self._host.job_repo_url_attribute, '')