From b2c73d19cc5ae37e8fb29b01c44124edd0a4e9ea Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Wed, 9 Dec 2020 18:43:16 +0100 Subject: tests: icmp, icmpv6: check we don't add second dependency If dependency is already fulfilled, do not add another one. Signed-off-by: Florian Westphal --- tests/py/ip/icmp.t | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/py/ip/icmp.t') diff --git a/tests/py/ip/icmp.t b/tests/py/ip/icmp.t index 996e1fc3..c22b55eb 100644 --- a/tests/py/ip/icmp.t +++ b/tests/py/ip/icmp.t @@ -60,6 +60,7 @@ icmp sequence != { 33, 55, 67, 88};ok;icmp type { echo-request, echo-reply} icmp icmp sequence { 33-55};ok;icmp type { echo-request, echo-reply} icmp sequence { 33-55} icmp sequence != { 33-55};ok;icmp type { echo-request, echo-reply} icmp sequence != { 33-55} icmp id 1 icmp sequence 2;ok;icmp type { echo-reply, echo-request} icmp id 1 icmp sequence 2 +icmp type { echo-reply, echo-request} icmp id 1 icmp sequence 2;ok icmp mtu 33;ok icmp mtu 22-33;ok -- cgit v1.2.3