Home
last modified time | relevance | path

Searched refs:set_host_attribute (Results 1 – 8 of 8) sorted by relevance

/external/autotest/contrib/
Dstage_build.py46 AFE.set_host_attribute('job_repo_url', repo_url, hostname=options.host)
Dmanage_powerunit_info.py70 afe.set_host_attribute(key, val, hostname=device)
/external/autotest/test_suites/
Ddev_harness.py56 AFE.set_host_attribute(constants.JOB_REPO_URL, repo_url, hostname=m)
/external/autotest/cli/
Dsite_host.py100 afe.set_host_attribute('serials', ','.join(self.serials),
/external/autotest/server/hosts/
Dcros_host.py417 self._AFE.set_host_attribute(ds_constants.JOB_REPO_URL, repo_url,
1519 self._AFE.set_host_attribute(constants.CRASHLOGS_HOST_ATTRIBUTE,
1659 afe.set_host_attribute(self._RPM_OUTLET_CHANGED, None,
1675 afe.set_host_attribute(self._RPM_OUTLET_CHANGED, None,
2323 afe.set_host_attribute(self._RPM_OUTLET_CHANGED, True,
/external/autotest/frontend/afe/doctests/
D001_rpc_test.txt369 >>> rpc_interface.set_host_attribute('color', 'red', hostname='host1')
374 >>> rpc_interface.set_host_attribute('color', None, hostname='host1')
/external/autotest/server/
Dfrontend.py255 def set_host_attribute(self, attr, val, **dargs): member in AFE
/external/autotest/frontend/afe/
Drpc_interface.py466 def set_host_attribute(attribute, value, **host_filter_data): function