Skip to content

Commit

Permalink
Log user when connecting to vm
Browse files Browse the repository at this point in the history
Signed-off-by: Milla Valio <[email protected]>
  • Loading branch information
milva-unikie committed Jan 31, 2025
1 parent c74e252 commit b964203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Robot-Framework/resources/ssh_keywords.resource
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b964203

Please sign in to comment.