Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/tests/
Dacts_test_ssh.py41 conn = connection.SshConnection(self.settings)
52 conn = connection.SshConnection(self.settings)
65 conn = connection.SshConnection(bad_settings)
76 conn = connection.SshConnection(bad_settings)
/tools/test/connectivity/acts/tests/google/power/tel/lab/temp/
Diperf_server.py203 self.ssh_session = connection.SshConnection(self.ssh_settings)
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dconnection.py58 class SshConnection(object): class
/tools/test/connectivity/acts/framework/acts/controllers/
Daccess_point.py125 self.ssh = connection.SshConnection(self.ssh_settings)
Diperf_server.py257 self.ssh_session = connection.SshConnection(self.ssh_settings)
Dandroid_device.py251 ssh_connection = connection.SshConnection(ssh_settings)