Searched refs:_FakeHostHistory (Results 1 – 1 of 1) sorted by relevance
/external/autotest/site_utils/ |
D | lab_inventory_unittest.py | 37 class _FakeHostHistory(object): class 93 history = _FakeHostHistory('', '', _WORKING) 99 history = _FakeHostHistory('', '', _BROKEN) 105 history = _FakeHostHistory('', '', _BROKEN) 111 history = _FakeHostHistory('', '', _BROKEN) 117 history = _FakeHostHistory('', '', _BROKEN) 138 fake = _FakeHostHistory('zebra', lab_inventory.SPARE_POOL, status) 210 fake = _FakeHostHistory('zebra', pool, status) 380 _FakeHostHistory(model, pool, _BROKEN)) 482 fake_host = _FakeHostHistory(model, pool, status) [all …]
|