Skip to content
Snippets Groups Projects
Commit 66e307d0 authored by garciadeblas's avatar garciadeblas
Browse files

Fix minor issue in hackfest_multivdu introduced with feature 11001


Change-Id: Ib27c2317d20b4c45fa500d0807c7deb106036dd6
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 7a9e0319
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ Test SSH Access
[Documentation] Check that the VNF is accessible via SSH in its mgmt IP address.
${status} ${message}= Run Keyword And Ignore Error Variable Should Exist ${PRIVATEKEY}
Log ${status},${message}
IF ${status} == "FAIL" Set Global Variable ${PRIVATEKEY} ${EMPTY}
IF "${status}" == "FAIL" Set Global Variable ${PRIVATEKEY} ${EMPTY}
Test SSH Connection ${VNF_IP_ADDR} ${USERNAME} ${PASSWORD} ${PRIVATEKEY}
Delete NS Instance Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment