Home
last modified time | relevance | path

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

/external/autotest/site_utils/
Dcollect_host_stats.py70 status_intervals = host_history_utils.get_status_intervals(history)
72 status_intervals)
82 for history_for_host in status_intervals:
Dhost_history_utils.py571 def build_history(hostname, status_intervals): argument
598 for time_interval, status_info in status_intervals.items():
628 status_intervals = []
638 status_intervals.append(intervals)
639 return status_intervals
Dhost_history.py207 for result_str, status_intervals, hostname in results:
210 hostname, status_intervals)