From b9642036b473d561e574499c880f7b6749d4e3be Mon Sep 17 00:00:00 2001 From: Milla Valio <milla.valio@unikie.com> Date: Fri, 31 Jan 2025 10:47:32 +0200 Subject: [PATCH] Log user when connecting to vm Signed-off-by: Milla Valio <milla.valio@unikie.com> --- Robot-Framework/resources/ssh_keywords.resource | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Robot-Framework/resources/ssh_keywords.resource b/Robot-Framework/resources/ssh_keywords.resource index 6e885bdd..bf6c6df8 100644 --- a/Robot-Framework/resources/ssh_keywords.resource +++ b/Robot-Framework/resources/ssh_keywords.resource @@ -94,7 +94,7 @@ Connect to netvm Connect to VM [Arguments] ${vm_name} ${user}=${LOGIN} ${pw}=${PASSWORD} - Log To Console Connecting to ${vm_name} + Log To Console Connecting to ${vm_name} as ${user} Check if ssh is ready on vm ${vm_name} ${failed_connection} Set variable True FOR ${i} IN RANGE 3