From 66e307d0416a82c90022843c625951d889682745 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Thu, 14 Dec 2023 10:30:09 +0100 Subject: [PATCH] Fix minor issue in hackfest_multivdu introduced with feature 11001 Change-Id: Ib27c2317d20b4c45fa500d0807c7deb106036dd6 Signed-off-by: garciadeblas --- robot-systest/testsuite/hackfest_multivdu.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot-systest/testsuite/hackfest_multivdu.robot b/robot-systest/testsuite/hackfest_multivdu.robot index 46229c2..a4ddf33 100644 --- a/robot-systest/testsuite/hackfest_multivdu.robot +++ b/robot-systest/testsuite/hackfest_multivdu.robot @@ -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 -- 2.17.1