Searched refs:set_host_attribute (Results 1 – 8 of 8) sorted by relevance
/external/autotest/contrib/ |
D | stage_build.py | 46 AFE.set_host_attribute('job_repo_url', repo_url, hostname=options.host)
|
D | manage_powerunit_info.py | 70 afe.set_host_attribute(key, val, hostname=device)
|
/external/autotest/test_suites/ |
D | dev_harness.py | 56 AFE.set_host_attribute(constants.JOB_REPO_URL, repo_url, hostname=m)
|
/external/autotest/cli/ |
D | site_host.py | 100 afe.set_host_attribute('serials', ','.join(self.serials),
|
/external/autotest/server/hosts/ |
D | cros_host.py | 417 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/ |
D | 001_rpc_test.txt | 369 >>> rpc_interface.set_host_attribute('color', 'red', hostname='host1') 374 >>> rpc_interface.set_host_attribute('color', None, hostname='host1')
|
/external/autotest/server/ |
D | frontend.py | 255 def set_host_attribute(self, attr, val, **dargs): member in AFE
|
/external/autotest/frontend/afe/ |
D | rpc_interface.py | 466 def set_host_attribute(attribute, value, **host_filter_data): function
|