| commit | 3dea1e4c1c88d520eff505c81ad84701eb4c307c | [log] [tgz] |
|---|---|---|
| author | Mykyta Karpin <mkarpin@mirantis.com> | Wed Jan 21 12:36:07 2026 +0100 |
| committer | Mykyta Karpin <mkarpin@mirantis.com> | Wed Jan 21 12:36:07 2026 +0100 |
| tree | afd5fd5b0e30d5b760b6abb0850be9f57dd54a18 | |
| parent | f1d02fa16267df4df0af74ef700ea692456706aa [diff] |
Unhardcode image user for snat tests Related-Prod: https://mirantis.jira.com/browse/PRODX-56051 Change-Id: I982bbab7100d7709c39a3625be00957603bad7b5
diff --git a/ironic_tempest_plugin/tests/scenario/baremetal_manager.py b/ironic_tempest_plugin/tests/scenario/baremetal_manager.py index d08c8ce..e8fc064 100644 --- a/ironic_tempest_plugin/tests/scenario/baremetal_manager.py +++ b/ironic_tempest_plugin/tests/scenario/baremetal_manager.py
@@ -217,7 +217,7 @@ private_key=jump_host_key) # TODO(mkarpin): add ability to pass proxy client to # get_remote_client - remote = ssh.Client(source_ip, "cirros", + remote = ssh.Client(source_ip, CONF.validation.image_ssh_user, ssh_key_type="ecdsa", pkey=private_key, proxy_client=jump_client.ssh_client)