Home
last modified time | relevance | path

Searched refs:host_info_store (Results 1 – 25 of 34) sorted by relevance

12

/external/autotest/server/
Dafe_utils.py106 info = host.host_info_store.get()
109 host.host_info_store.commit(info)
113 info = host.host_info_store.get()
118 host.host_info_store.commit(info)
Dserver_job.py121 host_info_store = host_info.InMemoryHostInfoStore()
125 host_info_store.commit(info)
128 host_info_store = _create_afe_backed_host_info_store(store_dir,
132 host_info_store = _create_file_backed_host_info_store(store_dir,
138 'host_info_store': host_info_store,
/external/autotest/server/hosts/
Dbase_label.py35 info = host.host_info_store.get()
244 if keep_pool and isinstance(host.host_info_store,
247 host.host_info_store.commit_with_substitute(
253 host.host_info_store.commit(new_info)
270 old_info = host.host_info_store.get()
Dcros_host.py312 info = self.host_info_store.get()
355 info = self.host_info_store.get()
432 info = self.host_info_store.get()
590 info = self.host_info_store.get()
727 info = self.host_info_store.get()
817 info = self.host_info_store.get()
843 info = self.host_info_store.get()
845 self.host_info_store.commit(info)
849 info = self.host_info_store.get()
851 self.host_info_store.commit(info)
[all …]
Dfactory.py68 host_info_store = host_info.get_store_from_machine(machine)
69 info = host_info_store.get()
89 'host_info_store': host_info_store,
Dcros_firmware.py69 info = host.host_info_store.get()
276 info = host.host_info_store.get()
Dcros_repair.py276 info = host.host_info_store.get()
297 info = host.host_info_store.get()
308 if info != host.host_info_store.get():
309 host.host_info_store.commit(info)
Dcros_label_unittest.py87 self.host_info_store = host_info.InMemoryHostInfoStore(info)
Dabstract_ssh.py48 afe_host=None, host_info_store=None, connection_pool=None, argument
88 self.host_info_store = (host_info_store or
Dcros_label.py51 board = host.host_info_store.get().board
69 model = host.host_info_store.get().model
Dbase_label_unittest.py69 self.host_info_store = store
/external/autotest/server/site_tests/provision_CheetsUpdate/
Dprovision_CheetsUpdate.py233 info = host.host_info_store.get()
253 host.host_info_store.commit(info)
270 info = host.host_info_store.get()
274 host.host_info_store.commit(info)
/external/autotest/server/cros/
Dautoupdate_utils.py35 info = host.host_info_store.get()
/external/autotest/server/site_tests/platform_CryptohomeMigrateChapsToken/
Dplatform_CryptohomeMigrateChapsToken.py20 info = host.host_info_store.get()
/external/autotest/server/site_tests/provision_FirmwareUpdate/
Dprovision_FirmwareUpdate.py28 info = host.host_info_store.get()
/external/autotest/server/cros/network/
Dwifi_cell_test_base.py37 info = host.host_info_store.get()
/external/autotest/server/site_tests/audio_InternalCardNodes/
Daudio_InternalCardNodes.py77 host_info = host.host_info_store.get()
/external/autotest/site_utils/rpm_control_system/
Drpm_client.py43 info = host.host_info_store.get()
/external/autotest/server/site_tests/provision_AutoUpdate/
Dprovision_AutoUpdate.py139 info = host.host_info_store.get()
Dcontrol.double68 info = host.host_info_store.get()
/external/autotest/server/cros/chaos_lib/
Dstatic_runner.py123 self._host.host_info_store,
/external/autotest/site_utils/deployment/
Dinstall.py492 info = host.host_info_store.get()
840 info = host.host_info_store.get()
/external/autotest/server/site_tests/brillo_Gtests/
Dbrillo_Gtests.py61 info = host.host_info_store.get()
/external/autotest/server/site_tests/autoupdate_P2P/
Dautoupdate_P2P.py244 info = host.host_info_store.get()
/external/autotest/server/site_tests/enterprise_LongevityTrackerServer/
Denterprise_LongevityTrackerServer.py204 info = self.client.host_info_store.get()

12