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

  /external/autotest/server/hosts/
factory_unittest.py 79 self._orig_types = factory.host_types
85 self.host_types = factory.host_types = []
95 factory.host_types = self._orig_types
140 self.host_types.append(_gen_mock_host('first', check_host=False))
141 self.host_types.append(_gen_mock_host('second', check_host=True))
142 self.host_types.append(_gen_mock_host('third', check_host=False))
factory.py 40 host_types = [cros_host.CrosHost, moblab_host.MoblabHost, variable
120 for host_module in host_types:

Completed in 191 milliseconds