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

  /external/autotest/site_utils/
lab_inventory_unittest.py 135 self.histories = lab_inventory._HostSetInventory()
139 self.histories.record_host(fake)
152 self.assertEqual(self.histories.get_working(), working)
153 self.assertEqual(self.histories.get_broken(), broken)
154 self.assertEqual(self.histories.get_idle(), idle)
155 self.assertEqual(self.histories.get_total(),
376 histories = []
379 histories.append(
381 return histories
478 histories = [
    [all...]
dut_status.py 277 histories = []
283 histories.append(h)
291 return histories
325 histories = HostJobHistory.get_multiple_histories(
328 histories = _get_host_histories(afe, arguments)
329 if not histories:
332 return histories
lab_inventory.py 228 Filter `self._histories` for histories where the DUT is
247 Filter `self._histories` for histories where the DUT is
266 Filter `self._histories` for histories where the DUT is
516 def __init__(self, histories, pools):
517 models = {h.host_model for h in histories}
519 self._dut_count = len(histories)
520 for h in histories:
522 self._boards = {h.host_board for h in histories}
    [all...]
  /external/autotest/server/lib/
suite_report.py 222 # Retrieve histories for the time of the suite for all associated hosts.
231 histories = [HostJobHistory.get_host_history(afe, hostname,
236 for history in histories:

Completed in 153 milliseconds