Home
last modified time | relevance | path

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

/external/autotest/server/
Dtest.py64 if not host.is_client_install_supported:
104 if not self.host.is_client_install_supported:
124 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.py30 is_client_install_supported=True, afe_host=None, argument
54 self._is_client_install_supported = is_client_install_supported
84 def is_client_install_supported(self): member in AbstractSSHHost
Dtestbed.py66 self.is_client_install_supported = False
Dadb_host.py215 is_client_install_supported=False,
/external/autotest/server/cros/network/
Dwifi_client.py101 if host.is_client_install_supported: