X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fgroupbasedpolicy%2FGBPSFC%2F6-node%2Fdemo-asymmetric-chain%2F032_track_icmp_h35_2_h35_3.robot;fp=csit%2Fsuites%2Fgroupbasedpolicy%2FGBPSFC%2F6-node%2Fdemo-asymmetric-chain%2F032_track_icmp_h35_2_h35_3.robot;h=0000000000000000000000000000000000000000;hb=ba5b450c8caa31ff2d7c2947d05aaff876fd42b0;hp=b5e823bccbe298e7bb9e125e490f02bea4dc31cd;hpb=3f2f2837fee8669538ebf36b8cc9eb0abdad8565;p=integration%2Ftest.git diff --git a/csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-asymmetric-chain/032_track_icmp_h35_2_h35_3.robot b/csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-asymmetric-chain/032_track_icmp_h35_2_h35_3.robot deleted file mode 100644 index b5e823bccb..0000000000 --- a/csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-asymmetric-chain/032_track_icmp_h35_2_h35_3.robot +++ /dev/null @@ -1,56 +0,0 @@ -*** Settings *** -Documentation Deep icmp traffic inspection. -... Nodes are located on the same VM in the same subnet and are members of the same EPG. - -Library SSHLibrary -Resource ../../../../../libraries/GBP/OpenFlowUtils.robot -Resource ../Variables.robot -Resource ../Connections.robot - -Suite Setup Start Connections -Suite Teardown Close Connections - - -*** Test Cases *** -Ping Once from h35_2 to h35_3 - [Documentation] Test icmp request. - Set Test Variables - ... client_name=h35_2 - ... client_ip=10.0.35.2 - ... server_name=h35_3 - ... server_ip=10.0.35.3 - ... ether_type=0x0800 - ... proto=1 - Switch Connection GPSFC1_CONNECTION - Ping from Docker ${CLIENT_NAME} ${SERVER_IP} - -Start Endless Ping from h35_2 to h35_3 - [Documentation] Starting of endless pinging for traffic inspection. - Start Endless Ping from Docker ${CLIENT_NAME} ${SERVER_IP} - -Find ICMP Req from h35_2 to h35_3 on GBPSFC6 - [Documentation] Inspecting icmp req on GBPSFC1. - Switch Connection GPSFC1_CONNECTION - ${flow} Inspect Classifier Outbound - ... in_port=4 - ... out_port=5 - ... eth_type=${ETHER_TYPE} - ... inner_src_ip=${CLIENT_IP} - ... inner_dst_ip=${SERVER_IP} - ... proto=${PROTO} - -Find ICMP Resp from h35_3 to h35_2 on GBPSFC6 - [Documentation] Inspecting icmp resp on GBPSFC1. - Switch Connection GPSFC1_CONNECTION - ${flow} Inspect Classifier Outbound - ... in_port=5 - ... 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 h35_3 - [Documentation] Stoping of endless pinging after traffic inspection finishes. - Switch Connection GPSFC1_CONNECTION - Stop Endless Ping from Docker to Address ${CLIENT_NAME} ${SERVER_IP}