Lines Matching refs:host_info
24 from autotest_lib.server.hosts import host_info
71 store = host_info.InMemoryHostInfoStore(info=host_info.HostInfo(
175 host_info = host.host_info_store.get()
176 if host_info.get_label_value('power') != 'battery':
235 host_info = host.host_info_store.get()
236 if host_info.os == 'labstation':
274 host_info = host.host_info_store.get()
275 if host_info.os == 'labstation':
310 host_info = host.host_info_store.get()
312 powerunit_hostname = host_info.attributes.get('powerunit_hostname')
313 powerunit_outlet = host_info.attributes.get('powerunit_outlet')