Home
last modified time | relevance | path

Searched refs:ssh_client (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_retail_ap/
Dbrcm_ref.py39 self.ssh_client = paramiko.SSHClient()
40 self.ssh_client.set_missing_host_key_policy(paramiko.AutoAddPolicy())
41 self.ssh_client.connect(hostname=self.ap_settings['ip_address'],
48 self.ssh_client.close()
51 with self.ssh_client.invoke_shell() as shell:
/tools/test/connectivity/acts_tests/tests/google/power/tel/
DPowerTelTraffic_Preset_Test.py159 def _exec_ssh_cmd(self, ssh_client, cmd): argument
167 stdin, stdout, stderr = ssh_client.exec_command(cmd, get_pty=True)
169 self.iperf_out_err[ssh_client] = (stdout, stderr)
/tools/test/connectivity/acts/framework/acts/controllers/uxm_lib/
Duxm_cellular_simulator.py172 self.ssh_client = self.create_ssh_client()
312 stdin, stdout, stderr = self.ssh_client.exec_command(cmd)
323 stdin, stdout, stderr = self.ssh_client.exec_command(is_running_cmd)
336 stdin, stdout, stderr = self.ssh_client.exec_command(start_app_cmd)