Upgrade RF syntax for v3.2 compatibility
[integration/test.git] / csit / suites / vpnservice / 010__verify_feature.robot
index 8eb9863a776a7b35e55c8a8e47e169fada0b0bf3..f91d0df288dcaf40e3e0fecc50292dc9d98fb6ce 100644 (file)
@@ -11,14 +11,16 @@ Resource          ../../libraries/KarafKeywords.robot
 Verify if the VPN Service features are installed for vpnservice
     [Documentation]    Executes command "feature list -i | grep <feature_name>" in karaf console and checks if output \ contain \ the specific features.
     [Tags]    Verify Feature
-    : FOR    ${feature}    IN    @{FEATURE_LIST}
-    \    Verify Feature Is Installed    ${feature}
+    FOR    ${feature}    IN    @{FEATURE_LIST}
+        Verify Feature Is Installed    ${feature}
+    END
 
 Verify if the VPN Service bundles are loaded
     [Documentation]    Executes command "bundle:list -s | grep <bundle name>" and checks in the output for the specific bundles
     [Tags]    Verify VPN bundles
-    : FOR    ${bundle}    IN    @{BUNDLE_LIST}
-    \    Verify Bundle Is Installed    ${bundle}
+    FOR    ${bundle}    IN    @{BUNDLE_LIST}
+        Verify Bundle Is Installed    ${bundle}
+    END
 
 Verify if the sessions for bundles got initiated
     [Documentation]    Executes"log:display | grep vpnservice" command in karaf console and verifies the logs for session initiation