Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/
Dadb.py74 def __init__(self, serial="", ssh_connection=None): argument
87 if ssh_connection is not None and not AdbProxy._SERVER_LOCAL_PORT:
90 ssh_connection.run("pkill adb", ignore_status=True)
92 temp_dir = ssh_connection.run("mktemp -d").stdout.strip()
93 ssh_connection.send_file(adb_path, temp_dir)
97 ssh_connection.run(remote_adb_cmd)
99 local_port = ssh_connection.create_ssh_tunnel(5037)
105 self._ssh_connection = ssh_connection
Dfastboot.py46 def __init__(self, serial="", ssh_connection=None): argument
52 self.ssh_connection = ssh_connection
60 if self.ssh_connection:
Dandroid_device.py225 ssh_connection = None
228 ssh_connection = connection.SshConnection(ssh_settings)
229 ad = AndroidDevice(serial, ssh_connection=ssh_connection)
362 ssh_connection=None): argument
376 self.adb = adb.AdbProxy(serial, ssh_connection=ssh_connection)
378 serial, ssh_connection=ssh_connection)
381 self._ssh_connection = ssh_connection