From c3e3e7aab817fc936c95e7dca7b14dcc74d873bf Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Thu, 1 Dec 2016 12:07:25 -0500 Subject: [PATCH] CSIT-486: Remove interface stats check from ipv4 untagged TC05 Change-Id: I72c7cac30e899962516636f550e36a8cd04ffa59 Signed-off-by: Dave Wallace --- tests/func/ipv4/ipv4_untagged.robot | 12 ------------ 1 file changed, 12 deletions(-) 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] -- 2.16.6