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

  /external/autotest/server/hosts/
factory.py 161 def create_host(machine, host_class=None, connectivity_class=None, **args):
172 @param host_class: Host class to use, if None, will attempt to detect
202 host_class = (host_class
206 if host_class is None:
217 host_class = _detect_host(connectivity_class, hostname, **args)
221 host_class = cros_host.CrosHost
225 classes = (host_class, connectivity_class)
teststation_host.py 36 host_class = type('new_teststationhost', tuple(classes), {})
37 return host_class(hostname, **kwargs)
  /external/autotest/client/common_lib/hosts/
repair.py 445 @property host_class A string identifier that will be
449 def __init__(self, tag, dependencies, triggers, host_class):
456 self.host_class = host_class
507 'host_class': self.host_class
756 def __init__(self, verifier_data, repair_data, host_class):
773 @property host_class A string identifier that identify what
785 self.host_class = host_class
    [all...]
repair_unittest.py 175 def __init__(self, tag, deps, triggers, host_class, success):
177 host_class)
260 host_class='unittest'):
268 @param host_class As for the `_StubRepairAction` constructor.
270 repair_action = _StubRepairAction(tag, deps, triggers, host_class,
    [all...]
  /external/autotest/server/site_tests/network_WiFi_UpdateRouter/
network_WiFi_UpdateRouter.py 108 host_class=hosts.CrosHost,
  /external/autotest/server/cros/chaos_lib/
static_runner.py 125 host_class=self._host.__class__,
chaos_runner.py 165 host_class=self._host.__class__,
  /external/autotest/server/
site_linux_router.py 83 host_class=hosts.CrosHost),
    [all...]

Completed in 2967 milliseconds