Remove testplans and suites for tsdr
[integration/test.git] / csit / suites / tsdr / HBase / 020_FlowMetrics.robot
diff --git a/csit/suites/tsdr/HBase/020_FlowMetrics.robot b/csit/suites/tsdr/HBase/020_FlowMetrics.robot
deleted file mode 100644 (file)
index 9eba602..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-*** Settings ***
-Documentation       Test suite for Hbase DataStore Flow Stats Verification
-
-Library             SSHLibrary
-Library             Collections
-Library             String
-Library             ../../../libraries/Common.py
-Resource            ../../../libraries/CompareStream.robot
-Resource            ../../../libraries/KarafKeywords.robot
-Resource            ../../../libraries/TsdrUtils.robot
-Variables           ../../../variables/Variables.py
-
-Suite Setup         Start Tsdr Suite
-Suite Teardown      Stop Tsdr Suite
-
-
-*** Variables ***
-@{FLOW_METRICS}     PacketCount    ByteCount
-
-
-*** Test Cases ***
-Init Variables
-    [Documentation]    Initialize ODL version specific variables using resource CompareStream.
-    Init Variables Master
-
-Verification of TSDR FlowMetrics
-    [Documentation]    Verify the TSDR FlowStats
-    Wait Until Keyword Succeeds    120s    1s    Verify the Metric is Collected?    ${TSDR_FLOWSTATS}    PacketCount
-    ${output}=    Issue Command On Karaf Console    ${TSDR_FLOWSTATS}    ${ODL_SYSTEM_IP}    ${KARAF_SHELL_PORT}    30
-    FOR    ${list}    IN    @{FLOW_METRICS}
-        Should Contain    ${output}    ${list}
-    END
-
-Verification of FlowMetrics-PacketCount on HBase Client
-    [Documentation]    Verify the FlowStats-Packetcount on both Karaf console and Hbase client
-    ${tsdr_cmd}=    Concatenate the String    ${TSDR_FLOWSTATS}    | grep PacketCount | head
-    ${output}=    Issue Command On Karaf Console    ${tsdr_cmd}    ${ODL_SYSTEM_IP}    ${KARAF_SHELL_PORT}    90
-    ${Line1}=    Get Line    ${output}    0
-    Should Contain    ${Line1}    PacketCount
-    Verify the Metrics Attributes on Hbase Client    PacketCount    ${node_connector}    ${flowstats}
-
-Verification of FlowMetrics-BytesCount on HBase Client
-    [Documentation]    Verify the FlowStats-ByteCount on both Karaf Console and Hbase Client
-    ${tsdr_cmd}=    Concatenate the String    ${TSDR_FLOWSTATS}    | grep ByteCount | head
-    ${output}=    Issue Command On Karaf Console    ${tsdr_cmd}    ${ODL_SYSTEM_IP}    ${KARAF_SHELL_PORT}    90
-    ${Line1}=    Get Line    ${output}    0
-    Should Contain    ${Line1}    ByteCount
-    Verify the Metrics Attributes on Hbase Client    ByteCount    ${node_connector}    ${flowstats}
-
-
-*** Keywords ***
-Init Variables Master
-    [Documentation]    Sets variables specific to latest(master) version
-    Set Suite Variable    ${TSDR_FLOWSTATS}    tsdr:list FLOWSTATS
-    set Suite Variable    ${node_connector}    Node:openflow:1,Table:0
-    set suite Variable    ${flowstats}    FLOWSTATS