X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fnsh_sfc%2Ffunc%2Fproxy%2Feth2p-ethip4-nsh-proxy-outbound-func.robot;h=b228511cadf11914fb4a53d674dd7439037561c5;hp=005272b1f9a42e67ced5234ce58419e654465597;hb=e7ad66f3147662973039caaac33015de7e0c6f8c;hpb=6721e7f09aa95bff6622068332a3f56afad9c87b diff --git a/tests/nsh_sfc/func/proxy/eth2p-ethip4-nsh-proxy-outbound-func.robot b/tests/nsh_sfc/func/proxy/eth2p-ethip4-nsh-proxy-outbound-func.robot index 005272b1f9..b228511cad 100644 --- a/tests/nsh_sfc/func/proxy/eth2p-ethip4-nsh-proxy-outbound-func.robot +++ b/tests/nsh_sfc/func/proxy/eth2p-ethip4-nsh-proxy-outbound-func.robot @@ -25,11 +25,11 @@ | ... | Update All Interface Data On All Nodes | ${nodes} | AND | ... | Setup DUT nodes for 'Proxy Outbound' functional testing | Test Setup | Run Keywords | Save VPP PIDs | AND -| ... | Reset VAT History On All DUTs | ${nodes} | AND -| ... | Clear interface counters on all vpp nodes in topology | ${nodes} +| ... | Reset PAPI History On All DUTs | ${nodes} | AND +| ... | Clear Interface Counters on all DUTs | ${nodes} | Test Teardown | Run Keywords | ... | Show packet trace on all DUTs | ${nodes} | AND -| ... | Show VAT History On All DUTs | ${nodes} | AND +| ... | Show PAPI History On All DUTs | ${nodes} | AND | ... | Verify VPP PID in Teardown | Documentation | *NSH SFC Proxy Outbound test cases* | ... @@ -48,39 +48,39 @@ | | ... | Make TG send 128 Bytes VxLAN packet to DUT ingress interface.\ | | ... | Make TG verify SFC Proxy Outbound functional is correct. | | ${frame_size}= | Set Variable | ${128} -| | Node "${src_node}" interface "${src_port}" send "${frame_size}" Bytes packet to node "${dst_node}" interface "${dst_port}" for "Proxy Outbound" test +| | Node "${tg_node}" interface "${tg_to_dut_if1}" send "${frame_size}" Bytes packet to node "${dut_node}" interface "${dut_to_tg_if1}" for "Proxy Outbound" test | TC02: NSH SFC Proxy Outbound functional test with 256B frame size | | [Documentation] | | ... | Make TG send 256 Bytes VxLAN packet to DUT ingress interface.\ | | ... | Make TG verify SFC Proxy Outbound functional is correct. | | ${frame_size}= | Set Variable | ${256} -| | Node "${src_node}" interface "${src_port}" send "${frame_size}" Bytes packet to node "${dst_node}" interface "${dst_port}" for "Proxy Outbound" test +| | Node "${tg_node}" interface "${tg_to_dut_if1}" send "${frame_size}" Bytes packet to node "${dut_node}" interface "${dut_to_tg_if1}" for "Proxy Outbound" test | TC03: NSH SFC Proxy Outbound functional test with 512B frame size | | [Documentation] | | ... | Make TG send 512 Bytes VxLAN packet to DUT ingress interface.\ | | ... | Make TG verify SFC Proxy Outbound functional is correct. | | ${frame_size}= | Set Variable | ${512} -| | Node "${src_node}" interface "${src_port}" send "${frame_size}" Bytes packet to node "${dst_node}" interface "${dst_port}" for "Proxy Outbound" test +| | Node "${tg_node}" interface "${tg_to_dut_if1}" send "${frame_size}" Bytes packet to node "${dut_node}" interface "${dut_to_tg_if1}" for "Proxy Outbound" test | TC04: NSH SFC Proxy Outbound functional test with 1024B frame size | | [Documentation] | | ... | Make TG send 1024 Bytes VxLAN packet to DUT ingress interface.\ | | ... | Make TG verify SFC Proxy Outbound functional is correct. | | ${frame_size}= | Set Variable | ${1024} -| | Node "${src_node}" interface "${src_port}" send "${frame_size}" Bytes packet to node "${dst_node}" interface "${dst_port}" for "Proxy Outbound" test +| | Node "${tg_node}" interface "${tg_to_dut_if1}" send "${frame_size}" Bytes packet to node "${dut_node}" interface "${dut_to_tg_if1}" for "Proxy Outbound" test | TC05: NSH SFC Proxy Outbound functional test with 1280B frame size | | [Documentation] | | ... | Make TG send 1280 Bytes VxLAN packet to DUT ingress interface.\ | | ... | Make TG verify SFC Proxy Outbound functional is correct. | | ${frame_size}= | Set Variable | ${1280} -| | Node "${src_node}" interface "${src_port}" send "${frame_size}" Bytes packet to node "${dst_node}" interface "${dst_port}" for "Proxy Outbound" test +| | Node "${tg_node}" interface "${tg_to_dut_if1}" send "${frame_size}" Bytes packet to node "${dut_node}" interface "${dut_to_tg_if1}" for "Proxy Outbound" test | TC06: NSH SFC Proxy Outbound functional test with 1518B frame size | | [Documentation] | | ... | Make TG send 1518 Bytes VxLAN packet to DUT ingress interface.\ | | ... | Make TG verify SFC Proxy Outbound functional is correct. | | ${frame_size}= | Set Variable | ${1518} -| | Node "${src_node}" interface "${src_port}" send "${frame_size}" Bytes packet to node "${dst_node}" interface "${dst_port}" for "Proxy Outbound" test +| | Node "${tg_node}" interface "${tg_to_dut_if1}" send "${frame_size}" Bytes packet to node "${dut_node}" interface "${dut_to_tg_if1}" for "Proxy Outbound" test