HomeSort by relevance Sort by last modified time
    Searched refs:host_history (Results 1 - 4 of 4) sorted by null

  /external/autotest/site_utils/
analyze_reboot_time.py 42 import host_history namespace
154 hosts = host_history.get_matched_hosts(options.autotest_server,
collect_host_stats.py 21 from autotest_lib.site_utils import host_history namespace
38 history = host_history.get_history_details(start_time=start_time,
lab_inventory.py 163 def record_host(self, host_history):
166 @param host_history The `HostJobHistory` object to be
172 self._histories.append(host_history)
247 def record_host(self, host_history):
250 @param host_history The `HostJobHistory` object to be
254 pool = host_history.host_pool
255 self._pools[pool].record_host(host_history)
    [all...]
  /external/autotest/frontend/afe/
site_rpc_interface.py 32 from autotest_lib.site_utils import host_history namespace
399 host_history.get_history_details(

Completed in 983 milliseconds