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

  /external/autotest/site_utils/
dut_status.py 122 HostJobHistory = status_history.HostJobHistory
260 """Return HostJobHistory objects for the requested hosts.
266 The return value is a list of HostJobHistory objects for the
273 @return List of HostJobHistory objects for the hosts requested
281 h = HostJobHistory.get_host_history(
304 The return value is a list of HostJobHistory objects for the
311 @return List of HostJobHistory objects for the hosts requested
325 histories = HostJobHistory.get_multiple_histories(
373 @return List of HostJobHistory objects for the hosts requeste
    [all...]
diagnosis_utils.py 240 host_histories = status_history.HostJobHistory.get_multiple_histories(
balance_pools.py 188 all_histories = status_history.HostJobHistory.get_multiple_histories(
367 @param start_time Start time for HostJobHistory objects in
369 @param end_time End time for HostJobHistory objects in the
lab_inventory.py 126 """Maintains a set of related `HostJobHistory` objects.
143 individual `HostJobHistory` objects, so only the first call
170 """Add one `HostJobHistory` object to the collection.
172 @param host_history The `HostJobHistory` object to be
190 @return A list of HostJobHistory objects.
212 @return A list of HostJobHistory objects.
234 @return A list of HostJobHistory objects.
255 """Maintains a set of `HostJobHistory`s for a set of pools.
275 """Add one `HostJobHistory` object to the collection.
277 @param host_history The `HostJobHistory` object to b
    [all...]
  /external/autotest/contrib/
find_suite_tasks.py 16 HostJobHistory = status_history.HostJobHistory
85 history = HostJobHistory.get_host_history(afe, hostname,
  /external/autotest/server/lib/
suite_report.py 18 HostJobHistory = status_history.HostJobHistory
208 histories = [HostJobHistory.get_host_history(afe, hostname,
status_history.py 7 The central abstraction of this module is the `HostJobHistory`
442 class HostJobHistory(object):
475 """Create a `HostJobHistory` instance for a single host.
487 @return A new `HostJobHistory` instance.
496 """Create `HostJobHistory` instances for a set of hosts.
506 @return A list of new `HostJobHistory` instances.

Completed in 498 milliseconds