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/ip6/icmpv6.t | 1 + tests/py/ip6/icmpv6.t.payload.ip6 | 9 +++++++++ 2 files changed, 10 insertions(+) (limited to 'tests/py/ip6') diff --git a/tests/py/ip6/icmpv6.t b/tests/py/ip6/icmpv6.t index 67fa6ca8..8b411a8b 100644 --- a/tests/py/ip6/icmpv6.t +++ b/tests/py/ip6/icmpv6.t @@ -66,6 +66,7 @@ icmpv6 mtu {33, 55, 67, 88};ok icmpv6 mtu != {33, 55, 67, 88};ok icmpv6 mtu {33-55};ok icmpv6 mtu != {33-55};ok +icmpv6 type packet-too-big icmpv6 mtu 1280;ok;icmpv6 mtu 1280 icmpv6 id 33-45;ok;icmpv6 type { echo-request, echo-reply} icmpv6 id 33-45 icmpv6 id != 33-45;ok;icmpv6 type { echo-request, echo-reply} icmpv6 id != 33-45 diff --git a/tests/py/ip6/icmpv6.t.payload.ip6 b/tests/py/ip6/icmpv6.t.payload.ip6 index 406bdd6d..171b7ead 100644 --- a/tests/py/ip6/icmpv6.t.payload.ip6 +++ b/tests/py/ip6/icmpv6.t.payload.ip6 @@ -408,6 +408,15 @@ ip6 test-ip6 input [ payload load 4b @ transport header + 4 => reg 1 ] [ lookup reg 1 set __set%d 0x1 ] +# icmpv6 type packet-too-big icmpv6 mtu 1280 +ip6 + [ meta load l4proto => reg 1 ] + [ cmp eq reg 1 0x0000003a ] + [ payload load 1b @ transport header + 0 => reg 1 ] + [ cmp eq reg 1 0x00000002 ] + [ payload load 4b @ transport header + 4 => reg 1 ] + [ cmp eq reg 1 0x00050000 ] + # icmpv6 id 33-45 __set%d test-ip6 3 __set%d test-ip6 0 -- cgit v1.2.3