Home
last modified time | relevance | path

Searched refs:host_class (Results 1 – 8 of 8) sorted by relevance

/external/autotest/server/hosts/
Dfactory.py165 def create_host(machine, host_class=None, connectivity_class=None, **args): argument
206 host_class = (host_class
210 if host_class is None:
221 host_class = _detect_host(connectivity_class, hostname, **args)
225 host_class = cros_host.CrosHost
229 classes = (host_class, connectivity_class)
Dteststation_host.py36 host_class = type('new_teststationhost', tuple(classes), {})
37 return host_class(hostname, **kwargs)
/external/autotest/client/common_lib/hosts/
Drepair.py542 def __init__(self, tag, dependencies, triggers, host_class): argument
549 self.host_class = host_class
600 'host_class': self.host_class
868 def __init__(self, verifier_data, repair_data, host_class): argument
897 self.host_class = host_class
918 self.host_class)
933 'host_class': self.host_class,
950 'host_class': self.host_class
Drepair_unittest.py202 def __init__(self, tag, deps, triggers, host_class, success): argument
204 host_class)
287 host_class='unittest'): argument
297 repair_action = _StubRepairAction(tag, deps, triggers, host_class,
/external/autotest/server/site_tests/network_WiFi_UpdateRouter/
Dnetwork_WiFi_UpdateRouter.py120 host_class=hosts.CrosHost,
/external/autotest/server/cros/chaos_lib/
Dstatic_runner.py123 host_class=self._host.__class__,
Dchaos_runner.py165 host_class=self._host.__class__,
/external/autotest/server/
Dsite_linux_router.py90 host_class=hosts.CrosHost),