Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dmoblab_host.py69 class MoblabHost(cros_host.CrosHost): class
94 super(MoblabHost, self)._initialize(*args, **dargs)
216 super(MoblabHost, self).verify_software()
319 return super(MoblabHost, self).get_platform() + '_moblab'
Dfactory.py38 host_types = [cros_host.CrosHost, moblab_host.MoblabHost,
45 'moblab': moblab_host.MoblabHost}