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

  /external/autotest/site_utils/
lab_inventory.py 219 def get_total(self): member in class:_PoolCounts
342 return self.get_total(_SPARE_POOL) - self.get_broken()
345 def get_total(self, pool=None): member in class:_BoardCounts
353 return self._count_pool(_PoolCounts.get_total, pool)
441 spares = counts.get_total(_SPARE_POOL)
442 total = counts.get_total()
529 newcount = repair_inventory[b].get_total()
657 counts.get_total(_SPARE_POOL),
658 counts.get_total())
729 total = counts.get_total(pool
    [all...]
lab_inventory_unittest.py 106 given expected values. Also check that `get_total()` is the
115 self.assertEqual(self._pool_counts.get_total(),
176 Also check that `get_total()` is the sum of working and
189 self.assertEqual(self._board_counts.get_total(),
197 count_total += self._board_counts.get_total(pool)
208 `get_total()` is the sum of working and broken devices.
219 self.assertEqual(self._board_counts.get_total(pool),
    [all...]

Completed in 88 milliseconds