Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dfactory.py151 def create_host(machine, host_class=None, connectivity_class=None, **args): argument
188 host_class = (host_class
194 classes = (host_class, connectivity_class)
Dteststation_host.py36 host_class = type('new_teststationhost', tuple(classes), {})
37 return host_class(hostname, **kwargs)
/external/autotest/server/cros/chaos_lib/
Dstatic_runner.py129 host_class=self._host.__class__),
Dchaos_runner.py163 host_class=self._host.__class__),