Home
last modified time | relevance | path

Searched refs:ssh_private_key_path (Results 1 – 25 of 34) sorted by relevance

12

/tools/acloud/reconnect/
Dreconnect_test.py47 ssh_private_key_path = "/fake/acloud_rsa"
74 ssh_private_key_path, instance_object, fake_report, autoconnect="vnc")
82 ssh_private_key_path, instance_object, fake_report, autoconnect="vnc")
96 ssh_private_key_path, instance_object, fake_report, autoconnect="vnc")
98 rsa_key_file=ssh_private_key_path,
117 ssh_private_key_path, instance_object, fake_report,
121 rsa_key_file=ssh_private_key_path,
133 ssh_private_key_path, instance_object, fake_report, autoconnect="vnc")
150 ssh_private_key_path, instance_object, fake_report, autoconnect="vnc")
164 ssh_private_key_path = "/fake/acloud_rsa"
[all …]
Dreconnect.py63 ssh_private_key_path=host_ssh_private_key_path,
121 def ReconnectInstance(ssh_private_key_path, argument
169 rsa_key_file=ssh_private_key_path,
184 rsa_key_file=ssh_private_key_path,
258 ReconnectInstance(cfg.ssh_private_key_path,
/tools/acloud/public/actions/
Dcommon_operations.py60 elif cfg.ssh_public_key_path and not cfg.ssh_private_key_path:
66 elif cfg.ssh_public_key_path and cfg.ssh_private_key_path:
67 utils.CreateSshKeyPairIfNotExist(cfg.ssh_private_key_path,
215 ssh_private_key_path=None, argument
302 ssh_private_key_path=(ssh_private_key_path or
303 cfg.ssh_private_key_path),
319 rsa_key_file=(ssh_private_key_path or
320 cfg.ssh_private_key_path),
345 ssh_user, ssh_private_key_path, argument
369 rsa_key_file=ssh_private_key_path,
Dgce_device_factory.py95 ssh_private_key_path=self._cfg.ssh_private_key_path,
Dcommon_operations_test.py95 cfg.ssh_private_key_path = "cfg/private/key"
223 ssh_user="user", ssh_private_key_path="private/key")
Dremote_instance_fvp_device_factory_test.py74 ssh_private_key_path="/fake/acloud_rea")
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dffx.py68 ssh_private_key_path: str = None):
80 self.ssh_private_key_path = ssh_private_key_path
211 if self.ssh_private_key_path:
212 config["ssh"]["priv"] = self.ssh_private_key_path
/tools/acloud/restart/
Drestart.py54 ssh_private_key_path=cfg.ssh_private_key_path,
62 reconnect.ReconnectInstance(cfg.ssh_private_key_path,
Drestart_test.py76 cfg.ssh_private_key_path = "fake_path"
/tools/acloud/internal/lib/
Dssh_test.py70 ssh_private_key_path=self.FAKE_SSH_PRIVATE_KEY_PATH,
209 ssh_private_key_path=self.FAKE_SSH_PRIVATE_KEY_PATH,
217 ssh_private_key_path=self.FAKE_SSH_PRIVATE_KEY_PATH)
224 ssh_private_key_path=self.FAKE_SSH_PRIVATE_KEY_PATH)
232 ssh_private_key_path=self.FAKE_SSH_PRIVATE_KEY_PATH,
Demulator_console.py41 def __init__(self, ip_addr, port, ssh_user, ssh_private_key_path, argument
64 ssh_private_key_path,
Dssh.py252 def __init__(self, ip, user, ssh_private_key_path, argument
257 self._ssh_private_key_path = ssh_private_key_path
Dcvd_compute_client_multi_stage.py93 self._ssh_private_key_path = acloud_config.ssh_private_key_path
144 ssh_private_key_path=self._ssh_private_key_path,
/tools/acloud/delete/
Ddelete.py230 ssh_private_key_path, delete_report): argument
249 (ssh_private_key_path or cfg.ssh_private_key_path),
284 ssh_private_key_path=(
285 host_ssh_private_key_path or cfg.ssh_private_key_path))
Ddelete_test.py228 ssh_private_key_path="cfg_key_path")
254 ssh_private_key_path="key_path")
/tools/acloud/powerwash/
Dpowerwash.py48 ssh_private_key_path=cfg.ssh_private_key_path,
/tools/acloud/setup/
Dgcp_setup_runner.py259 self.ssh_private_key_path = cfg.ssh_private_key_path
292 SetupSSHKeys(self.config_path, self.ssh_private_key_path,
Dgcp_setup_runner_test.py79 self.assertEqual(cfg.ssh_private_key_path, "")
86 self.assertEqual(cfg.ssh_private_key_path, "test_path")
/tools/acloud/pull/
Dpull.py59 ssh_private_key_path=cfg.ssh_private_key_path,
Dpull_test.py39 cfg.ssh_private_key_path = "fake_ssh_path"
78 ssh_private_key_path="/fake/acloud_rea")
/tools/acloud/public/
Dconfig.py166 self.ssh_private_key_path = usr_cfg.ssh_private_key_path
/tools/acloud/create/
Dlocal_image_remote_host.py58 ssh_private_key_path=avd_spec.host_ssh_private_key_path,
Dremote_image_remote_host.py58 ssh_private_key_path=avd_spec.host_ssh_private_key_path,
Dgoldfish_remote_host.py66 ssh_private_key_path=avd_spec.host_ssh_private_key_path,
Dcheeps_remote_image_remote_instance_test.py66 cfg.ssh_private_key_path = ""

12