Fix minor issue in hackfest_multivdu introduced with feature 11001
[osm/tests.git] / robot-systest / lib / openstack_lib.resource
index 385362b..ff4b46d 100644 (file)
@@ -99,7 +99,7 @@ Set Volume Id
     [Arguments]   ${volume_match}   ${index}
     Should Not Be Empty   ${volume_match}   ${index}
     ${bootable}=   Check If Volume Bootable   ${volume_match}[${index}]
-    IF   ${bootable}=='true'
+    IF   '${bootable}'=='true'
         Set Suite Variable   ${ROOT_VOL_ID}   ${volume_match}[${index}]
         IF   not ${index}
             Set Suite Variable   ${ORDINARY_VOL_ID}   ${volume_match}[1]