X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fgroupbasedpolicy%2FGBPSFC%2F6-node%2Fdemo-asymmetric-chain%2F031_track_icmp_h35_2_h36_2.robot;fp=csit%2Fsuites%2Fgroupbasedpolicy%2FGBPSFC%2F6-node%2Fdemo-asymmetric-chain%2F031_track_icmp_h35_2_h36_2.robot;h=c31a6392a9c2dced70687cecf7d54d4ff4fe21a3;hb=eb6f6620ee35cce6f31c0e0288934ef04f03dd78;hp=95c74e84b836a8dfc5a4c753d6289480570570f7;hpb=5855ec4efd3303cf96c5ac4e122326fd8fef1f65;p=integration%2Ftest.git diff --git a/csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-asymmetric-chain/031_track_icmp_h35_2_h36_2.robot b/csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-asymmetric-chain/031_track_icmp_h35_2_h36_2.robot index 95c74e84b8..c31a6392a9 100644 --- a/csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-asymmetric-chain/031_track_icmp_h35_2_h36_2.robot +++ b/csit/suites/groupbasedpolicy/GBPSFC/6-node/demo-asymmetric-chain/031_track_icmp_h35_2_h36_2.robot @@ -1,19 +1,26 @@ *** Settings *** -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 +Documentation Deep icmp traffic inspection. +... Nodes are located on the same VM in different subnets 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 -*** Variables *** *** Test Cases *** 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} @@ -24,13 +31,23 @@ 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} + ${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} + ${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