Home
last modified time | relevance | path

Searched refs:is_client_install_supported (Results 1 – 5 of 5) sorted by relevance

/external/autotest/server/
Dtest.py69 if not host.is_client_install_supported:
112 if not self.host.is_client_install_supported:
136 if not self.host.is_client_install_supported:
/external/autotest/server/hosts/
Dcast_os_host.py27 def is_client_install_supported(self): member in CastOSHost
Dabstract_ssh.py47 password="", is_client_install_supported=True, argument
71 self._is_client_install_supported = is_client_install_supported
107 def is_client_install_supported(self): member in AbstractSSHHost
Dadb_host.py161 is_client_install_supported=False,
/external/autotest/server/cros/network/
Dwifi_client.py66 if host.is_client_install_supported: