Upgrade RF syntax for v3.2 compatibility
[integration/test.git] / csit / suites / tsdr / HSQLDB / 010_InterfaceMetrics.robot
1 *** Settings ***
2 Documentation     Test suite for HSQLDB DataStore InterfaceMetrics Verification
3 Suite Setup       Start Tsdr Suite
4 Suite Teardown    Stop Tsdr Suite
5 Library           SSHLibrary
6 Library           Collections
7 Library           String
8 Library           ../../../libraries/Common.py
9 Resource          ../../../libraries/CompareStream.robot
10 Resource          ../../../libraries/KarafKeywords.robot
11 Resource          ../../../libraries/TsdrUtils.robot
12 Variables         ../../../variables/Variables.py
13
14 *** Variables ***
15 @{INTERFACE_METRICS}    TransmittedPackets    TransmittedBytes    TransmitErrors    TransmitDrops    ReceivedPackets    ReceivedBytes    ReceiveOverRunError
16 ...               ReceiveFrameError    ReceiveErrors    ReceiveDrops    ReceiveCrcError    CollisionCount
17
18 *** Test Cases ***
19 Init Variables
20     [Documentation]    Initialize ODL version specific variables
21     Init Variables Master
22
23 Verification of TSDR HSQLDB Feature Installation
24     [Documentation]    Install and Verify the TSDR HSQLDB Datastore and JDBC
25     COMMENT    Install a Feature    odl-tsdr-hsqldb    ${ODL_SYSTEM_IP}    ${KARAF_SHELL_PORT}    60
26     COMMENT    Install a Feature    odl-tsdr-openflow-statistics-collector    ${ODL_SYSTEM_IP}    ${KARAF_SHELL_PORT}    60
27     Verify Feature Is Installed    ${HSQLDB_INSTALL}
28     Verify Feature Is Installed    odl-tsdr-core
29
30 Verification TSDR Command exists in Help
31     [Documentation]    Verify the TSDR List command on Help
32     ${output}=    Issue Command On Karaf Console    tsdr\t
33     Should Contain    ${output}    tsdr:list
34     ${output}=    Issue Command On Karaf Console    tsdr:list\t\t
35     FOR    ${list}    IN    @{CATEGORY}
36         Should Contain    ${output}    ${list}
37     END
38     Wait Until Keyword Succeeds    60s    1s    Verify the Metric is Collected?    ${TSDR_PORTSTATS}    openflow
39
40 Verify PortStats On Karaf console
41     [Documentation]    Verify the InterfaceMetrics(PortStats),attributes using ${TSDR_PORTSTATS}
42     FOR    ${list}    IN    @{INTERFACE_METRICS}
43         ${tsdr_cmd}=    Concatenate the String    ${TSDR_PORTSTATS}    | grep ${list} | head
44         ${output}=    Issue Command On Karaf Console    ${tsdr_cmd}    ${ODL_SYSTEM_IP}    ${KARAF_SHELL_PORT}    30
45         Should Contain    ${output}    ${list}
46     END
47
48 *** Keywords ***
49 Init Variables Master
50     [Documentation]    Sets variables specific to latest(master) version
51     Set Suite Variable    @{CATEGORY}    FLOWGROUPSTATS    FLOWMETERSTATS    FLOWSTATS    FLOWTABLESTATS    PORTSTATS
52     ...    QUEUESTATS
53     Set Suite Variable    ${TSDR_PORTSTATS}    tsdr:list PORTSTATS
54     Set Suite Variable    ${HSQLDB_INSTALL}    odl-tsdr-hsqldb