Making ssh key configurable in all tests. ${SSH_KEY} variable placed in variables...
[integration/test.git] / test / csit / suites / bgpcep / tcpmd5user / tcpmd5user.robot
index c4615cdbd1f049de8b5bb307f5d9df162d74dc05..606aa98a5b10356824e5da061ba09b07f816d196 100644 (file)
@@ -141,7 +141,7 @@ Set_It_Up
     ...    Figure out latest pcc-mock version and download it from Nexus to Mininet.
     ...    Also, delete and create directories for json diff handling.
     SSHLibrary.Open_Connection    ${MININET}
-    SSHLibrary.Login_With_Public_Key    ${MININET_USER}    ${USER_HOME}/.ssh/id_rsa    any
+    SSHLibrary.Login_With_Public_Key    ${MININET_USER}    ${USER_HOME}/.ssh/${SSH_KEY}    any
     ${current_connection}=    SSHLibrary.Get_Connection
     ${current_prompt}=    BuiltIn.Set_Variable    ${current_connection.prompt}
     BuiltIn.Log    ${current_prompt}