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-inbound-func.robot;h=fd34690bbac5e9a08a65e778a979c5714a29be41;hp=a85b539a83c2f14e570622a3bd8000c454717c0d;hb=050ece3a87fbbad7d04e69ed951c48118edf0a89;hpb=a097c8748051f82e36b3cc3049bf3e596c2252a4 diff --git a/tests/nsh_sfc/func/proxy/eth2p-ethip4-nsh-proxy-inbound-func.robot b/tests/nsh_sfc/func/proxy/eth2p-ethip4-nsh-proxy-inbound-func.robot index a85b539a83..fd34690bba 100644 --- a/tests/nsh_sfc/func/proxy/eth2p-ethip4-nsh-proxy-inbound-func.robot +++ b/tests/nsh_sfc/func/proxy/eth2p-ethip4-nsh-proxy-inbound-func.robot @@ -47,39 +47,39 @@ | | ... | Make TG send 152 Bytes VxLAN-GPE+NSH packet to DUT ingress interface.\ | | ... | Make TG verify SFC Proxy Inbound functional is correct. | | ${frame_size}= | Set Variable | ${152} -| | Node "${src_node}" interface "${src_port}" send "${frame_size}" Bytes packet to node "${dst_node}" interface "${dst_port}" for "Proxy Inbound" 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 Inbound" test | TC02: NSH SFC Proxy Inbound functional test with 256B frame size | | [Documentation] | | ... | Make TG send 256 Bytes VxLAN-GPE+NSH packet to DUT ingress interface.\ | | ... | Make TG verify SFC Proxy Inbound 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 Inbound" 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 Inbound" test | TC03: NSH SFC Proxy Inbound functional test with 512B frame size | | [Documentation] | | ... | Make TG send 512 Bytes VxLAN-GPE+NSH packet to DUT ingress interface.\ | | ... | Make TG verify SFC Proxy Inbound 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 Inbound" 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 Inbound" test | TC04: NSH SFC Proxy Inbound functional test with 1024B frame size | | [Documentation] | | ... | Make TG send 1024 Bytes VxLAN-GPE+NSH packet to DUT ingress interface.\ | | ... | Make TG verify SFC Proxy Inbound 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 Inbound" 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 Inbound" test | TC05: NSH SFC Proxy Inbound functional test with 1280B frame size | | [Documentation] | | ... | Make TG send 1280 Bytes VxLAN-GPE+NSH packet to DUT ingress interface.\ | | ... | Make TG verify SFC Proxy Inbound 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 Inbound" 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 Inbound" test | TC06: NSH SFC Proxy Inbound functional test with 1518B frame size | | [Documentation] | | ... | Make TG send 1518 Bytes VxLAN-GPE+NSH packet to DUT ingress interface.\ | | ... | Make TG verify SFC Proxy Inbound 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 Inbound" 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 Inbound" test