Home
last modified time | relevance | path

Searched refs:dut_host_info (Results 1 – 3 of 3) sorted by relevance

/external/autotest/server/hosts/
Dbase_servohost.py98 def set_dut_host_info(self, dut_host_info): argument
102 logging.info('setting dut_host_info field to (%s)', dut_host_info)
103 self._dut_host_info = dut_host_info
Dservo_host.py1341 dut_host_info = self.get_dut_host_info()
1342 if not dut_host_info:
1344 for pool in dut_host_info.pools:
1572 dut_host_info=None, argument
1688 if dut_host_info:
1689 newhost.set_dut_host_info(dut_host_info)
Dcros_host.py369 dut_host_info=self.host_info_store.get(),