Fix validations HTTP error
[integration/test.git] / csit / libraries / VpnOperations.robot
index b73266cfcb86dd817e1be900170c161fe01759ad..9376bd6f81b0ccfb425104f0e36d8cf32f4c5ba9 100644 (file)
@@ -178,6 +178,7 @@ Verify ARP REQUEST in groupTable
 
 Verify Tunnel Status as UP
     [Documentation]    Verify that the tunnels are UP
+    BuiltIn.Return From Keyword If    ${OS_NODE_CNT} == ${1}    ${True}
     ${output}=    Issue Command On Karaf Console    ${TEP_SHOW_STATE}
     Log    ${output}
     Should Contain    ${output}    ${STATE_UP}
@@ -284,7 +285,7 @@ Verify GWMAC Flow Entry On Flow Table On All Compute Nodes
 Delete Multiple L3VPNs
     [Arguments]    @{vpns}
     [Documentation]    Delete three L3VPNs created using Multiple L3VPN Test
-    : FOR    ${vpn}    IN    ${vpns}
+    : FOR    ${vpn}    IN    @{vpns}
     \    VPN Delete L3VPN    vpnid=${vpn}
 
 VNI Test Setup