Home
last modified time | relevance | path

Searched refs:MoblabHost (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/hosts/
Dmoblab_host.py49 class MoblabHost(cros_host.CrosHost): class
75 super(MoblabHost, self)._initialize(*args, **dargs)
148 super(MoblabHost, self).reboot(**dargs)
247 super(MoblabHost, self).verify_software()
339 return super(MoblabHost, self).get_platform() + '_moblab'
Dfactory.py40 host_types = [cros_host.CrosHost, moblab_host.MoblabHost,
48 'moblab': moblab_host.MoblabHost}