X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2Ftestsuite%2Fhackfest_multivdu.robot;h=a4ddf3333f6a19f3c05da647b1dd8a1efaa62af7;hb=7d7628b6b0033b2026e60bbbde7cb1d9a46f388f;hp=325cd9de9eeff052957a484f249fe0e7ab4ca070;hpb=5e001f506b744021d5ef25999c9da28cf56d8fbc;p=osm%2Ftests.git diff --git a/robot-systest/testsuite/hackfest_multivdu.robot b/robot-systest/testsuite/hackfest_multivdu.robot index 325cd9d..a4ddf33 100644 --- a/robot-systest/testsuite/hackfest_multivdu.robot +++ b/robot-systest/testsuite/hackfest_multivdu.robot @@ -68,7 +68,7 @@ Network Service Instance Test [Documentation] Instantiate NS for the testsuite. ${status} ${message}= Run Keyword And Ignore Error Variable Should Exist ${PUBLICKEY} Log ${status},${message} - IF ${status} == "FAIL" Set Global Variable ${PUBLICKEY} ${EMPTY} + IF "${status}" == "FAIL" Set Global Variable ${PUBLICKEY} ${EMPTY} ${id}= Create Network Service ${NSD_NAME} %{VIM_TARGET} ${NS_NAME} ${NS_CONFIG} ${PUBLICKEY} Set Suite Variable ${NS_ID} ${id} Sleep ${WAIT_GUARD_FOR_VM_BOOT} Waiting for VM's daemons to be up and running @@ -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