X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fnsh_sfc%2Ffunc%2Fproxy%2Feth2p-ethip4-nsh-proxy-outbound-func.robot;h=b5f167a0e047a68fa4450ae5db677930d77e0752;hb=050ece3a87fbbad7d04e69ed951c48118edf0a89;hp=005272b1f9a42e67ced5234ce58419e654465597;hpb=a097c8748051f82e36b3cc3049bf3e596c2252a4;p=csit.git 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..b5f167a0e0 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 @@ -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