correct check_for_null for l2gw delete
[integration/test.git] / csit / suites / l2gw / 01_Configure_verify_l2gateway.robot
index 07ef46e56e210c30623b359640ae47f221f97d01..91398b3258ca4919a20f08fb945fc83afc1b5e1f 100644 (file)
@@ -189,9 +189,9 @@ TC19 Ping Verification From Namespace Tap To Ovs Vm
 
 TC99 Cleanup L2Gateway Connection Itm Tunnel Port Subnet And Network
     L2GatewayOperations.Delete L2Gateway Connection    ${L2GW_NAME1}
-    L2GatewayOperations.Delete L2Gateway Connection    ${L2GW_NAME2}
+    L2GatewayOperations.Delete L2Gateway Connection    ${L2GW_NAME2}    check_for_null=True
     L2GatewayOperations.Delete L2Gateway    ${L2GW_NAME1}
-    L2GatewayOperations.Delete L2Gateway    ${L2GW_NAME2}
+    L2GatewayOperations.Delete L2Gateway    ${L2GW_NAME2}    check_for_null=True
     OpenStackOperations.Delete Vm Instance    ${OVS_VM1_NAME}
     OpenStackOperations.Delete Vm Instance    ${OVS_VM2_NAME}
     OpenStackOperations.Delete Port    ${OVS_PORT_1}