Update Robot Framework format - step 15
[integration/test.git] / csit / suites / tsdr / Elasticsearch / 030_FlowTableMetrics.robot
index a61751229136e15272bd839f91f1611d9e227e4a..43129d95a9b6e0a7dca9ad188bde3ee32086b63f 100644 (file)
@@ -1,26 +1,30 @@
 *** Settings ***
-Documentation     Test suite for ElasticSearch DataStore PortStats Verification
-Suite Teardown    Stop Tsdr Suite
-Library           SSHLibrary
-Library           Collections
-Library           String
-Library           RequestsLibrary
-Library           ../../../libraries/Common.py
-Resource          ../../../libraries/KarafKeywords.robot
-Resource          ../../../libraries/TsdrUtils.robot
-Resource          ../../../variables/Variables.robot
+Documentation       Test suite for ElasticSearch DataStore PortStats Verification
+
+Library             SSHLibrary
+Library             Collections
+Library             String
+Library             RequestsLibrary
+Library             ../../../libraries/Common.py
+Resource            ../../../libraries/KarafKeywords.robot
+Resource            ../../../libraries/TsdrUtils.robot
+Resource            ../../../variables/Variables.robot
+
+Suite Teardown      Stop Tsdr Suite
+
 
 *** Variables ***
 @{tsdr_pl}
 @{tsdr_af}
 @{tsdr_pm}
-${packetlookup}    flow-table-statistics/packets-looked-up
-${activeflows}    flow-table-statistics/active-flows
-${packetmatched}    flow-table-statistics/packets-matched
+${packetlookup}                 flow-table-statistics/packets-looked-up
+${activeflows}                  flow-table-statistics/active-flows
+${packetmatched}                flow-table-statistics/packets-matched
 @{openflow_packetlookup}
 @{openflow_activeflows}
 @{openflow_packetmatched}
 
+
 *** Test Cases ***
 Verification of TSDR ElasticSearch Feature Installation
     [Documentation]    Install and Verify the Elastic Search Features
@@ -43,6 +47,7 @@ Comparing Flow Table Metrics
     Should Be Equal As Strings    ${tsdr_af}    ${openflow_activeflows}
     Should Be Equal As Strings    ${tsdr_pm}    ${openflow_packetmatched}
 
+
 *** Keywords ***
 Getting all Tables from Openflow Plugin
     [Documentation]    Getting Flow Table Stats Values from Openflow plugin