List open transactions in test case teardown
[integration/test.git] / csit / libraries / VpnOperations.robot
index c6c7aa9e3ecb195ca259c743e32456b60cdd0d92..17318fb017e020fae6984edb8c7cdfa09ee24667 100644 (file)
@@ -284,13 +284,13 @@ 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
-    BuiltIn.Return From Keyword If    "${OS_DEPLOY}" == "1cmb-0ctl-0cmp"
+    BuiltIn.Return From Keyword If    "${OPENSTACK_TOPO}" == "1cmb-0ctl-0cmp"
     SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing
 
 VNI Test Teardown
-    BuiltIn.Return From Keyword If    "${OS_DEPLOY}" == "1cmb-0ctl-0cmp"
+    BuiltIn.Return From Keyword If    "${OPENSTACK_TOPO}" == "1cmb-0ctl-0cmp"
     OpenStackOperations.Get Test Teardown Debugs