X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fgroupbasedpolicy%2FGBPSFC%2F6-node%2Fdemo-symmetric-chain%2F033_track_icmp_h35_4_h36_4.robot;h=f8cfd097f94b6e09bde91e399fa6c5c93c2236f5;hb=ca65f6e3eb43b80a6d1a7d5046f128ed2fe30f67;hp=5e35a189812fb90f1eb22860b827823867ca8fc3;hpb=955afa35efdd87b0fb9da6c8bf7327302f15bba9;p=integration%2Ftest.git diff --git a/csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-symmetric-chain/033_track_icmp_h35_4_h36_4.robot b/csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-symmetric-chain/033_track_icmp_h35_4_h36_4.robot index 5e35a18981..f8cfd097f9 100644 --- a/csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-symmetric-chain/033_track_icmp_h35_4_h36_4.robot +++ b/csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-symmetric-chain/033_track_icmp_h35_4_h36_4.robot @@ -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 from h36_4 to h35_4 [Documentation] Test icmp request. - Set Test Variables client_name=h36_4 client_ip=10.0.36.4 server_name=h35_4 server_ip=10.0.35.4 - ... ether_type=0x0800 proto=1 + Set Test Variables client_name=h36_4 client_ip=10.0.36.4 server_name=h35_4 server_ip=10.0.35.4 ether_type=0x0800 proto=1 Switch Connection GPSFC6_CONNECTION Ping from Docker ${CLIENT_NAME} ${SERVER_IP} @@ -26,18 +24,16 @@ Start Endless Ping from h36_4 to h35_4 Find ICMP Req from h36_4 to h35_4 on GBPSFC6 [Documentation] Inspecting icmp req on GBPSFC6. Switch Connection GPSFC6_CONNECTION - ${flow} Inspect Classifier Outbound in_port=6 out_port=4 eth_type=0x0800 inner_src_ip=${CLIENT_IP} - ... inner_dst_ip=${SERVER_IP} proto=${PROTO} + ${flow} Inspect Classifier Outbound in_port=6 out_port=4 eth_type=0x0800 inner_src_ip=${CLIENT_IP} inner_dst_ip=${SERVER_IP} + ... proto=${PROTO} Find ICMP Resp from h35_4 to h36_4 on GBPSFC6 [Documentation] Inspecting icmp resp on GBPSFC6. Switch Connection GPSFC6_CONNECTION - ${flow} Inspect Classifier Outbound in_port=4 out_port=6 eth_type=0x0800 inner_src_ip=${SERVER_IP} - ... inner_dst_ip=${CLIENT_IP} proto=${PROTO} + ${flow} Inspect Classifier Outbound in_port=4 out_port=6 eth_type=0x0800 inner_src_ip=${SERVER_IP} inner_dst_ip=${CLIENT_IP} + ... proto=${PROTO} Stop Endless Ping from h36_4 to h35_4 [Documentation] Stoping of endless pinging after traffic inspection finishes. Switch Connection GPSFC6_CONNECTION - Stop Endless Ping from Docker to Address ${CLIENT_NAME} ${SERVER_IP} - - + Stop Endless Ping from Docker to Address ${CLIENT_NAME} ${SERVER_IP}