Skip some tests to help speed up gate job
[integration/test.git] / csit / suites / openstack / connectivity / l2.robot
index b1c51114bb3010b436c480e7e9f13fce03527472..0c67b9d919bf982bce91afd65c9a8e8984e8de09 100644 (file)
@@ -76,11 +76,13 @@ Connectivity Tests From Vm Instance3 In net_2
 Delete A Vm Instance
     [Documentation]    Delete Vm instances using instance names. Also remove the VM from the
     ...    list so that later cleanup will not try to delete it.
+    BuiltIn.Pass Execution If    "${GATE_JOB}" == "True"    "Skipping test case for automatic gating jobs to reduce run time"
     OpenStackOperations.Delete Vm Instance    @{NET_1_VMS}[0]
     Remove From List    ${NET_1_VMS}    0
 
 No Ping For Deleted Vm
     [Documentation]    Check non reachability of deleted vm instances by pinging to them.
+    BuiltIn.Pass Execution If    "${GATE_JOB}" == "True"    "Skipping test case for automatic gating jobs to reduce run time"
     OpenStackOperations.Ping From DHCP Should Not Succeed    @{NETWORKS}[0]    @{NET_1_VM_IPS}[0]
 
 *** Keywords ***