Remove testplans and suites for tsdr
[integration/test.git] / csit / suites / tsdr / HSQLDB / 010_InterfaceMetrics.robot
diff --git a/csit/suites/tsdr/HSQLDB/010_InterfaceMetrics.robot b/csit/suites/tsdr/HSQLDB/010_InterfaceMetrics.robot
deleted file mode 100644 (file)
index 9c10b66..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-*** Settings ***
-Documentation       Test suite for HSQLDB DataStore InterfaceMetrics 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 ***
-@{INTERFACE_METRICS}
-...                     TransmittedPackets
-...                     TransmittedBytes
-...                     TransmitErrors
-...                     TransmitDrops
-...                     ReceivedPackets
-...                     ReceivedBytes
-...                     ReceiveOverRunError
-...                     ReceiveFrameError
-...                     ReceiveErrors
-...                     ReceiveDrops
-...                     ReceiveCrcError
-...                     CollisionCount
-
-
-*** Test Cases ***
-Init Variables
-    [Documentation]    Initialize ODL version specific variables
-    Init Variables Master
-
-Verification of TSDR HSQLDB Feature Installation
-    [Documentation]    Install and Verify the TSDR HSQLDB Datastore and JDBC
-    COMMENT    Install a Feature    odl-tsdr-hsqldb    ${ODL_SYSTEM_IP}    ${KARAF_SHELL_PORT}    60
-    COMMENT
-    ...    Install a Feature
-    ...    odl-tsdr-openflow-statistics-collector
-    ...    ${ODL_SYSTEM_IP}
-    ...    ${KARAF_SHELL_PORT}
-    ...    60
-    Verify Feature Is Installed    ${HSQLDB_INSTALL}
-    Verify Feature Is Installed    odl-tsdr-core
-
-Verification TSDR Command exists in Help
-    [Documentation]    Verify the TSDR List command on Help
-    ${output}=    Issue Command On Karaf Console    tsdr\t
-    Should Contain    ${output}    tsdr:list
-    ${output}=    Issue Command On Karaf Console    tsdr:list\t\t
-    FOR    ${list}    IN    @{CATEGORY}
-        Should Contain    ${output}    ${list}
-    END
-    Wait Until Keyword Succeeds    60s    1s    Verify the Metric is Collected?    ${TSDR_PORTSTATS}    openflow
-
-Verify PortStats On Karaf console
-    [Documentation]    Verify the InterfaceMetrics(PortStats),attributes using ${TSDR_PORTSTATS}
-    FOR    ${list}    IN    @{INTERFACE_METRICS}
-        ${tsdr_cmd}=    Concatenate the String    ${TSDR_PORTSTATS}    | grep ${list} | head
-        ${output}=    Issue Command On Karaf Console    ${tsdr_cmd}    ${ODL_SYSTEM_IP}    ${KARAF_SHELL_PORT}    30
-        Should Contain    ${output}    ${list}
-    END
-
-
-*** Keywords ***
-Init Variables Master
-    [Documentation]    Sets variables specific to latest(master) version
-    Set Suite Variable    @{CATEGORY}    FLOWGROUPSTATS    FLOWMETERSTATS    FLOWSTATS    FLOWTABLESTATS    PORTSTATS
-    ...    QUEUESTATS
-    Set Suite Variable    ${TSDR_PORTSTATS}    tsdr:list PORTSTATS
-    Set Suite Variable    ${HSQLDB_INSTALL}    odl-tsdr-hsqldb