Merge "Disable use of the SSH agent for the rescue test"

This commit is contained in:
Zuul 2023-02-17 11:18:13 +00:00 committed by Gerrit Code Review
commit 5ac31e71ea
1 changed files with 2 additions and 1 deletions

View File

@ -271,7 +271,8 @@ class BaremetalScenarioTest(manager.ScenarioTest):
password=rescue_password,
server=self.instance,
servers_client=servers_client,
ssh_timeout=CONF.baremetal.rescue_timeout)
ssh_timeout=CONF.baremetal.rescue_timeout,
ssh_allow_agent=False)
linux_client.validate_authentication()
def unrescue_instance(self, instance, node, server_ip,