Searched refs:host_class (Results 1 – 6 of 6) sorted by relevance
/external/autotest/server/hosts/ |
D | factory.py | 152 def create_host(machine, host_class=None, connectivity_class=None, **args): argument 189 host_class = (host_class 195 classes = (host_class, connectivity_class)
|
D | teststation_host.py | 36 host_class = type('new_teststationhost', tuple(classes), {}) 37 return host_class(hostname, **kwargs)
|
/external/autotest/server/site_tests/network_WiFi_UpdateRouter/ |
D | network_WiFi_UpdateRouter.py | 92 host_class=hosts.CrosHost)
|
/external/autotest/server/cros/chaos_lib/ |
D | static_runner.py | 134 host_class=self._host.__class__,
|
D | chaos_runner.py | 168 host_class=self._host.__class__,
|
/external/autotest/server/ |
D | site_linux_router.py | 82 host_class=hosts.CrosHost),
|