Home
last modified time | relevance | path

Searched refs:get_host_attribute (Results 1 – 4 of 4) sorted by relevance

/external/autotest/server/hosts/
Dtestbed.py72 serials_attr = afe.get_host_attribute('serials', hostname=self.hostname)
Dcros_host.py1467 attrs = self._AFE.get_host_attribute(constants.CRASHLOGS_HOST_ATTRIBUTE,
/external/autotest/server/
Dfrontend.py250 def get_host_attribute(self, attr, **dargs): member in AFE
/external/autotest/frontend/afe/
Drpc_interface.py448 def get_host_attribute(attribute, **host_filter_data): function