/tools/acloud/reconnect/ |
D | reconnect_test.py | 47 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 …]
|
D | reconnect.py | 63 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/ |
D | common_operations.py | 60 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,
|
D | gce_device_factory.py | 95 ssh_private_key_path=self._cfg.ssh_private_key_path,
|
D | common_operations_test.py | 95 cfg.ssh_private_key_path = "cfg/private/key" 223 ssh_user="user", ssh_private_key_path="private/key")
|
D | remote_instance_fvp_device_factory_test.py | 74 ssh_private_key_path="/fake/acloud_rea")
|
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/ |
D | ffx.py | 68 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/ |
D | restart.py | 54 ssh_private_key_path=cfg.ssh_private_key_path, 62 reconnect.ReconnectInstance(cfg.ssh_private_key_path,
|
D | restart_test.py | 76 cfg.ssh_private_key_path = "fake_path"
|
/tools/acloud/internal/lib/ |
D | ssh_test.py | 70 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,
|
D | emulator_console.py | 41 def __init__(self, ip_addr, port, ssh_user, ssh_private_key_path, argument 64 ssh_private_key_path,
|
D | ssh.py | 252 def __init__(self, ip, user, ssh_private_key_path, argument 257 self._ssh_private_key_path = ssh_private_key_path
|
D | cvd_compute_client_multi_stage.py | 93 self._ssh_private_key_path = acloud_config.ssh_private_key_path 144 ssh_private_key_path=self._ssh_private_key_path,
|
/tools/acloud/delete/ |
D | delete.py | 230 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))
|
D | delete_test.py | 228 ssh_private_key_path="cfg_key_path") 254 ssh_private_key_path="key_path")
|
/tools/acloud/powerwash/ |
D | powerwash.py | 48 ssh_private_key_path=cfg.ssh_private_key_path,
|
/tools/acloud/setup/ |
D | gcp_setup_runner.py | 259 self.ssh_private_key_path = cfg.ssh_private_key_path 292 SetupSSHKeys(self.config_path, self.ssh_private_key_path,
|
D | gcp_setup_runner_test.py | 79 self.assertEqual(cfg.ssh_private_key_path, "") 86 self.assertEqual(cfg.ssh_private_key_path, "test_path")
|
/tools/acloud/pull/ |
D | pull.py | 59 ssh_private_key_path=cfg.ssh_private_key_path,
|
D | pull_test.py | 39 cfg.ssh_private_key_path = "fake_ssh_path" 78 ssh_private_key_path="/fake/acloud_rea")
|
/tools/acloud/public/ |
D | config.py | 166 self.ssh_private_key_path = usr_cfg.ssh_private_key_path
|
/tools/acloud/create/ |
D | local_image_remote_host.py | 58 ssh_private_key_path=avd_spec.host_ssh_private_key_path,
|
D | remote_image_remote_host.py | 58 ssh_private_key_path=avd_spec.host_ssh_private_key_path,
|
D | goldfish_remote_host.py | 66 ssh_private_key_path=avd_spec.host_ssh_private_key_path,
|
D | cheeps_remote_image_remote_instance_test.py | 66 cfg.ssh_private_key_path = ""
|