Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dmoblab_host.py41 class MoblabHost(cros_host.CrosHost): class
46 super(MoblabHost, self)._initialize(*args, **dargs)
118 super(MoblabHost, self).reboot(**dargs)
210 super(MoblabHost, self).verify_software()
278 super(MoblabHost, self).check_device()
292 super(MoblabHost, self).repair()
302 return super(MoblabHost, self).get_platform() + '_moblab'
Dfactory.py31 host_types = [cros_host.CrosHost, moblab_host.MoblabHost, sonic_host.SonicHost,
/external/autotest/site_utils/
Dbrillo_common.py66 host_class=moblab_host.MoblabHost,