Update Robot Framework format - step 15
[integration/test.git] / csit / suites / tsdr / HSQLDB / 070_Netflow.robot
index 448f1f332b4a730c35e01c3f0d83d811142b588f..deb1a48d50689fee609f4c965f743cc9769f8f8d 100644 (file)
@@ -1,27 +1,31 @@
 *** Settings ***
-Documentation     Test suite for HSQLDB DataStore NetFlow Stats Verification
-Suite Setup       Initialize Netflow
-Suite Teardown    Stop Tsdr Suite
-Library           SSHLibrary
-Library           Collections
-Library           String
-Library           ../../../libraries/Common.py
-Resource          ../../../libraries/KarafKeywords.robot
-Resource          ../../../libraries/TsdrUtils.robot
-Variables         ../../../variables/Variables.py
+Documentation       Test suite for HSQLDB DataStore NetFlow Stats 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         Initialize Netflow
+Suite Teardown      Stop Tsdr Suite
+
 
 *** Variables ***
-${IP_1}           10.0.0.1
-${IP_2}           10.0.0.2
-${NODE_ID}        127.0.0.1
-${engine_type}    11
-${engine_id}      11
-${nexthop}        0
-${port}           0
-${prot}           1
-${int1}           1
-${int2}           2
-${version}        5
+${IP_1}             10.0.0.1
+${IP_2}             10.0.0.2
+${NODE_ID}          127.0.0.1
+${engine_type}      11
+${engine_id}        11
+${nexthop}          0
+${port}             0
+${prot}             1
+${int1}             1
+${int2}             2
+${version}          5
+
 
 *** Test Cases ***
 Verification of Full Record Text for Netflow Dumps
@@ -58,6 +62,7 @@ Verification of Full Record Text for Netflow Dumps
     Should Contain    ${out}    dstMask=0
     Should Contain    ${out}    srcMask=0
 
+
 *** Keywords ***
 Initialize Netflow
     [Documentation]    Initialize Mininet topology and check if netflow data is getting collected