X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2Ftestsuite%2Fbasic_21-support_of_volumes.robot;h=d4af7b5b9b14878b6394a29c482dc0055434bfa7;hb=988b989d7d9f72ef6b326db95d361514117826bf;hp=c8918a69328a46ec7ccae2ba9207dd6e499ca7de;hpb=5e001f506b744021d5ef25999c9da28cf56d8fbc;p=osm%2Ftests.git diff --git a/robot-systest/testsuite/basic_21-support_of_volumes.robot b/robot-systest/testsuite/basic_21-support_of_volumes.robot index c8918a6..d4af7b5 100644 --- a/robot-systest/testsuite/basic_21-support_of_volumes.robot +++ b/robot-systest/testsuite/basic_21-support_of_volumes.robot @@ -75,7 +75,7 @@ Get NS Id [Documentation] Get NS identifier and stores as suite variable to be used later on. [Tags] verify cleanup ${variables}= Get Variables - IF not "\${ns_id}" in ${variables} + IF not "\${ns_id}" in "${variables}" ${id}= Get Ns Id ${NS_NAME} Set Suite Variable ${NS_ID} ${id} END