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

  /external/autotest/site_utils/
lab_inventory.py 134 * `get_working()`
192 def get_working(self): member in class:_PoolCounts
236 The `get_working()` and `get_broken()` methods rely on the
292 def get_working(self, pool=None): member in class:_BoardCounts
301 return self._count_pool(_PoolCounts.get_working, pool)
656 counts.get_working(),
728 working = counts.get_working(pool)
    [all...]
lab_inventory_unittest.py 105 Checks that `get_working()` and `get_broken()` return the
113 self.assertEqual(self._pool_counts.get_working(), working)
174 Checks that `get_working()` and `get_broken()` return the
187 self.assertEqual(self._board_counts.get_working(), working)
195 count_working += self._board_counts.get_working(pool)
206 Checks that `get_working()` and `get_broken()` return the
215 self.assertEqual(self._board_counts.get_working(pool),
540 (c.get_working(self._CRITICAL_POOL),
542 (c.get_working(self._SPARE_POOL),
    [all...]

Completed in 75 milliseconds