Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/
Dadb.py75 def __init__(self, serial="", ssh_connection=None): argument
88 if ssh_connection is not None and not AdbProxy._SERVER_LOCAL_PORT:
91 ssh_connection.run("pkill adb", ignore_status=True)
93 temp_dir = ssh_connection.run("mktemp -d").stdout.strip()
94 ssh_connection.send_file(adb_path, temp_dir)
98 ssh_connection.run(remote_adb_cmd)
100 local_port = ssh_connection.create_ssh_tunnel(5037)
106 self._ssh_connection = ssh_connection
Dandroid_device.py248 ssh_connection = None
251 ssh_connection = connection.SshConnection(ssh_settings)
252 ad = AndroidDevice(serial, ssh_connection=ssh_connection)
376 def __init__(self, serial='', ssh_connection=None): argument
388 self.adb = adb.AdbProxy(serial, ssh_connection=ssh_connection)
390 serial, ssh_connection=ssh_connection)
393 self._ssh_connection = ssh_connection
/tools/test/connectivity/acts/framework/tests/libs/ota/ota_tools/
Dadb_sideload_ota_tool_test.py25 def get_mock_android_device(serial='', ssh_connection=None): argument
32 serial=serial, ssh_connection=ssh_connection))
Dupdate_device_ota_tool_test.py24 def get_mock_android_device(serial='', ssh_connection=None): argument
31 serial=serial, ssh_connection=ssh_connection))