Remove suites for groupbasedpolicy
[integration/test.git] / csit / suites / groupbasedpolicy / GBP / 3-node / gbp1 / 002_wait_flows.robot
diff --git a/csit/suites/groupbasedpolicy/GBP/3-node/gbp1/002_wait_flows.robot b/csit/suites/groupbasedpolicy/GBP/3-node/gbp1/002_wait_flows.robot
deleted file mode 100644 (file)
index b6420ea..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-*** Settings ***
-Documentation       Waiting until flows are created
-
-Library             SSHLibrary
-Resource            ../../../../../libraries/Utils.robot
-Resource            ../../../../../libraries/GBP/OpenFlowUtils.robot
-Variables           ../../../../../variables/Variables.py
-Resource            ../Variables.robot
-
-Default Tags        single-tenant    setup    single-tenant-setup
-
-
-*** Variables ***
-${timeout}      10s
-
-
-*** Test Cases ***
-Wait For Flows
-    Sleep    30s
-    ${passed} =    Run Keyword And Return Status    OpenFlowUtils.Wait For Flows On Switch    ${GBP1}    sw1
-    IF    not ${passed}    Fatal Error    Flows not created on sw1!
-    ${passed} =    Run Keyword And Return Status    OpenFlowUtils.Wait For Flows On Switch    ${GBP2}    sw2
-    IF    not ${passed}    Fatal Error    Flows not created on sw2!
-    ${passed} =    Run Keyword And Return Status    OpenFlowUtils.Wait For Flows On Switch    ${GBP3}    sw3
-    IF    not ${passed}    Fatal Error    Flows not created on sw3!