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

  /external/autotest/server/hosts/
factory.py 114 def create_host(machine, host_class=None, connectivity_class=None, **args):
125 @param host_class: Host class to use, if None, will attempt to detect
150 host_class = host_class or OS_HOST_DICT.get(host_attributes.get('os_type'))
151 if host_class:
152 classes = [host_class, connectivity_class]
158 host_class = type("%s_host" % hostname, tuple(classes), {})
159 host_instance = host_class(hostname, **args)
teststation_host.py 35 host_class = type('new_teststationhost', tuple(classes), {})
36 return host_class(hostname, **kwargs)
  /external/autotest/site_utils/
brillo_common.py 66 host_class=moblab_host.MoblabHost,

Completed in 2952 milliseconds