Home | Sort by relevance Sort by last modified time |
/external/autotest/server/hosts/ | |
moblab_host.py | 197 def verify_software(self): member in class:MoblabHost 210 super(MoblabHost, self).verify_software() |
sonic_host.py | 146 def verify_software(self): member in class:SonicHost |
abstract_ssh.py | 652 def verify_software(self): member in class:AbstractSSHHost 653 super(AbstractSSHHost, self).verify_software() [all...] |
servo_host.py | 502 def verify_software(self): member in class:ServoHost 505 It overrides the base class function for verify_software. |
cros_host.py | 1942 def verify_software(self): member in class:CrosHost [all...] |
adb_host.py | 652 def verify_software(self): member in class:ADBHost [all...] |
/external/autotest/client/common_lib/hosts/ | |
base_classes.py | 249 self.verify_software() 260 def verify_software(self): member in class:Host |