X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Ffunc%2Fipv4%2Fipv4_untagged.robot;h=020d1f143bb316fc90ab9d28f99abe7fcdd14939;hp=4755f2e9007eca9031f9adb7921d6f6fb9748c61;hb=c3e3e7aab817fc936c95e7dca7b14dcc74d873bf;hpb=4f70ebf481d496f91d2b1ec27361c9898b19c451;ds=sidebyside diff --git a/tests/func/ipv4/ipv4_untagged.robot b/tests/func/ipv4/ipv4_untagged.robot index 4755f2e900..020d1f143b 100644 --- a/tests/func/ipv4/ipv4_untagged.robot +++ b/tests/func/ipv4/ipv4_untagged.robot @@ -101,18 +101,6 @@ | | ${dst_port} | ${dst_node}= | Last Interface | | ${hops}= | Set Variable | ${2} | | Node "${src_node}" interface "${src_port}" can route to node "${dst_node}" interface "${dst_port}" ${hops} hops away using IPv4 -| | ${port} | ${node}= | Next Interface -| | ${port} | ${node}= | Next Interface -| | ${exp_counter_val}= | Set Variable | ${1} -| | Vpp dump stats table | ${node} -| | Check ipv4 interface counter | ${node} | ${port} | ${exp_counter_val} -| | ${port} | ${node}= | Next Interface -| | Check ipv4 interface counter | ${node} | ${port} | ${exp_counter_val} -| | ${port} | ${node}= | Next Interface -| | Vpp dump stats table | ${node} -| | Check ipv4 interface counter | ${node} | ${port} | ${exp_counter_val} -| | ${port} | ${node}= | Next Interface -| | Check ipv4 interface counter | ${node} | ${port} | ${exp_counter_val} | TC06: DUT replies to ICMPv4 Echo Reqs with size 64B-to-1500B-incr-1B | | [Documentation]