Remove testplans and suites for tsdr
[integration/test.git] / csit / suites / tsdr / H2 / 040_QueueMetrics.robot
diff --git a/csit/suites/tsdr/H2/040_QueueMetrics.robot b/csit/suites/tsdr/H2/040_QueueMetrics.robot
deleted file mode 100644 (file)
index c57fb48..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-*** Settings ***
-Documentation       Test suite for H2 DataStore Queue Metrics Verification
-
-Library             SSHLibrary
-Library             Collections
-Library             String
-Library             ../../../libraries/Common.py
-Resource            ../../../libraries/KarafKeywords.robot
-Resource            ../../../libraries/TsdrUtils.robot
-Variables           ../../../variables/Variables.py
-
-Suite Setup         Run Keywords    Start Tsdr Suite    Configuration of Queue on Switch
-Suite Teardown      Stop Tsdr Suite
-
-
-*** Variables ***
-@{QUEUE_METRICS}        TransmittedPackets    TransmittedBytes    TransmissionErrors
-${TSDR_QUEUE_STATS}     tsdr:list QueueStats
-@{CMD_LIST}             FlowGroupStats    FlowMeterStats    FlowStats    FlowTableStats    PortStats    QueueStats
-
-
-*** Test Cases ***
-Verify the Queue Stats attributes exist thru Karaf console
-    [Documentation]    Verify the QueueMetrics attributes exist on Karaf Console
-    Wait Until Keyword Succeeds    60s    1s    Verify the Metric is Collected?    ${TSDR_QUEUE_STATS}    Transmitted
-    ${output}=    Issue Command On Karaf Console
-    ...    ${TSDR_QUEUE_STATS}
-    ...    ${ODL_SYSTEM_IP}
-    ...    ${KARAF_SHELL_PORT}
-    ...    30
-    FOR    ${list}    IN    @{QUEUE_METRICS}
-        Should Contain    ${output}    ${list}
-    END
-
-Verify QueueStats-Attributes on H2 Datastore using JDBC Client
-    [Documentation]    Verify the QueueStats,attributes on H2 Datastore using JDBC Client
-    FOR    ${list}    IN    @{QUEUE_METRICS}
-        ${output}=    Query Metrics on H2 Datastore    QUEUESTATS    ${list}
-        Should Contain    ${output}    ${list}
-    END
-
-Verify tsdr:purgeall command
-    [Documentation]    Verify the tsdr:purgeall command
-    Issue Command On Karaf Console    tsdr:purgeall    ${ODL_SYSTEM_IP}    ${KARAF_SHELL_PORT}
-    FOR    ${list}    IN    @{CMD_LIST}
-        ${out}=    Issue Command On Karaf Console    tsdr:list ${list}    ${ODL_SYSTEM_IP}    ${KARAF_SHELL_PORT}
-        Should Contain    ${out}    no data of this category
-    END
-    FOR    ${list}    IN    @{QUEUE_METRICS}
-        ${out}=    Query Metrics on H2 Datastore    QUEUESTATS    ${list}
-        Should not Contain    ${out}    ${list}
-    END
-
-
-*** Keywords ***
-Configuration of Queue on Switch
-    [Documentation]    Queue configuration on openvswitch
-    Configure the Queue on Switch    s2-eth2