Home
last modified time | relevance | path

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

/tools/acloud/reconnect/
Dreconnect_test.py40 ssh_private_key_path = "/fake/acloud_rea"
58 reconnect.ReconnectInstance(ssh_private_key_path, instance_object, fake_report)
64 reconnect.ReconnectInstance(ssh_private_key_path, instance_object, fake_report)
76 reconnect.ReconnectInstance(ssh_private_key_path, instance_object, fake_report)
78 rsa_key_file=ssh_private_key_path,
88 reconnect.ReconnectInstance(ssh_private_key_path,
93 rsa_key_file=ssh_private_key_path,
106 reconnect.ReconnectInstance(ssh_private_key_path,
114 ssh_private_key_path = "/fake/acloud_rea"
126 reconnect.ReconnectInstance(ssh_private_key_path, instance_object, fake_report)
[all …]
Dreconnect.py82 def ReconnectInstance(ssh_private_key_path, argument
124 rsa_key_file=ssh_private_key_path,
177 ReconnectInstance(cfg.ssh_private_key_path,
/tools/acloud/internal/lib/
Dssh_test.py62 ssh_private_key_path=self.FAKE_SSH_PRIVATE_KEY_PATH,
179 ssh_private_key_path=self.FAKE_SSH_PRIVATE_KEY_PATH,
187 ssh_private_key_path=self.FAKE_SSH_PRIVATE_KEY_PATH)
194 ssh_private_key_path=self.FAKE_SSH_PRIVATE_KEY_PATH)
202 ssh_private_key_path=self.FAKE_SSH_PRIVATE_KEY_PATH,
Dssh.py184 def __init__(self, ip, user, ssh_private_key_path, argument
188 self._ssh_private_key_path = ssh_private_key_path
Dcvd_compute_client_multi_stage.py122 self._ssh_private_key_path = acloud_config.ssh_private_key_path
206 ssh_private_key_path=self._ssh_private_key_path,
/tools/acloud/public/actions/
Dcommon_operations.py54 elif cfg.ssh_public_key_path and not cfg.ssh_private_key_path:
60 elif cfg.ssh_public_key_path and cfg.ssh_private_key_path:
61 utils.CreateSshKeyPairIfNotExist(cfg.ssh_private_key_path,
237 rsa_key_file=cfg.ssh_private_key_path,
Dremote_instance_cf_device_factory.py139 ssh_private_key_path=(self._avd_spec.host_ssh_private_key_path or
140 self._cfg.ssh_private_key_path),
285 ssh_private_key_path=self._cfg.ssh_private_key_path,
Dcommon_operations_test.py86 cfg.ssh_private_key_path = ""
Dcreate_cuttlefish_action_test.py87 cfg.ssh_private_key_path = ""
Dremote_instance_cf_device_factory_test.py262 ssh_private_key_path="/fake/acloud_rea")
Dcreate_goldfish_action_test.py87 cfg.ssh_private_key_path = ""
/tools/acloud/setup/
Dgcp_setup_runner.py260 self.ssh_private_key_path = cfg.ssh_private_key_path
293 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.py62 ssh_private_key_path=cfg.ssh_private_key_path,
Dpull_test.py38 cfg.ssh_private_key_path = "fake_ssh_path"
74 ssh_private_key_path="/fake/acloud_rea")
/tools/acloud/delete/
Ddelete.py203 ssh_private_key_path=(
204 host_ssh_private_key_path or cfg.ssh_private_key_path))
/tools/acloud/public/
Dconfig.py124 self.ssh_private_key_path = usr_cfg.ssh_private_key_path
Ddevice_driver_test.py48 cfg.ssh_private_key_path = ""
Dconfig_test.py132 self.assertEqual(cfg.ssh_private_key_path, "/path/to/ssh/key")
Ddevice_driver.py403 rsa_key_file=cfg.ssh_private_key_path,
/tools/acloud/create/
Dcheeps_remote_image_remote_instance_test.py63 cfg.ssh_private_key_path = ""
/tools/acloud/internal/proto/
Duser_config.proto34 optional string ssh_private_key_path = 7; field