Tidied updated tests.
[integration/test.git] / csit / suites / groupbasedpolicy / GBPSFC / 6-node / demo-symmetric-chain / 031_track_icmp_h35_2_h36_2.robot
index c9aafcc7114363b2ab77c476807d9ec0e2bab9f8..adadb436f18907cf0a03b3743bd95c4f5958259d 100644 (file)
@@ -1,21 +1,19 @@
 *** Settings ***
-Documentation    Deep icmp traffic inspection.
-...    Nodes are located on the same VM in different subnets and are members of the same EPG.
+Documentation     Deep icmp traffic inspection.
+...               Nodes are located on the same VM in different subnets and are members of the same EPG.
+Suite Setup       Start Connections
+Suite Teardown    Close Connections
 Library           SSHLibrary
 Resource          ../../../../../libraries/GBP/OpenFlowUtils.robot
 Resource          ../Variables.robot
 Resource          ../Connections.robot
-Suite Setup       Start Connections
-Suite Teardown    Close Connections
 
 *** Variables ***
 
 *** Testcases ***
-
 Ping Once from h35_2 to h36_2
     [Documentation]    Test icmp request.
-    Set Test Variables    client_name=h35_2   client_ip=10.0.35.2    server_name=h36_2    server_ip=10.0.36.2
-    ...   ether_type=0x0800    proto=1
+    Set Test Variables    client_name=h35_2    client_ip=10.0.35.2    server_name=h36_2    server_ip=10.0.36.2    ether_type=0x0800    proto=1
     Switch Connection    GPSFC1_CONNECTION
     Ping from Docker    ${CLIENT_NAME}    ${SERVER_IP}
 
@@ -26,18 +24,16 @@ Start Endless Ping from h35_2 to h36_2
 Find ICMP Req from h35_2 to h36_2 on GBPSFC6
     [Documentation]    Inspecting icmp req on GBPSFC1.
     Switch Connection    GPSFC1_CONNECTION
-    ${flow}    Inspect Classifier Outbound    in_port=4    out_port=6    eth_type=${ETHER_TYPE}    inner_src_ip=${CLIENT_IP}
-    ...    inner_dst_ip=${SERVER_IP}    proto=${PROTO}
+    ${flow}    Inspect Classifier Outbound    in_port=4    out_port=6    eth_type=${ETHER_TYPE}    inner_src_ip=${CLIENT_IP}    inner_dst_ip=${SERVER_IP}
+    ...    proto=${PROTO}
 
 Find ICMP Resp from h36_2 to h35_2 on GBPSFC6
     [Documentation]    Inspecting icmp resp on GBPSFC1.
     Switch Connection    GPSFC1_CONNECTION
-    ${flow}    Inspect Classifier Outbound    in_port=6    out_port=4    eth_type=${ETHER_TYPE}    inner_src_ip=${SERVER_IP}
-    ...    inner_dst_ip=${CLIENT_IP}    proto=${PROTO}
+    ${flow}    Inspect Classifier Outbound    in_port=6    out_port=4    eth_type=${ETHER_TYPE}    inner_src_ip=${SERVER_IP}    inner_dst_ip=${CLIENT_IP}
+    ...    proto=${PROTO}
 
 Stop Endless Ping from h35_2 to h36_2
     [Documentation]    Stoping of endless pinging after traffic inspection finishes.
     Switch Connection    GPSFC1_CONNECTION
-    Stop Endless Ping from Docker to Address   ${CLIENT_NAME}    ${SERVER_IP}
-
-
+    Stop Endless Ping from Docker to Address    ${CLIENT_NAME}    ${SERVER_IP}