From c96b22b105d1005a170d4ad8f64aebab1c40eb21 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 12 Nov 2021 12:44:44 +0100 Subject: tests: py: remove netdev coverage in ip/ip_tcp.t The following tests shows a warning in the netdev family: ip/ip_tcp.t: WARNING: line 9: 'add rule netdev test-netdev ingress ip protocol tcp tcp dport 22': 'tcp dport 22' mismatches 'ip protocol 6 tcp dport 22' 'ip protocol tcp' can be removed in the ip family, but not in netdev. This test is specific of the ip family, remove the netdev lines. Fixes: 510c4fad7e78 ("src: Support netdev egress hook") Signed-off-by: Pablo Neira Ayuso --- tests/py/ip/ip_tcp.t | 3 -- tests/py/ip/ip_tcp.t.payload.netdev | 93 ------------------------------------- 2 files changed, 96 deletions(-) delete mode 100644 tests/py/ip/ip_tcp.t.payload.netdev (limited to 'tests/py/ip') diff --git a/tests/py/ip/ip_tcp.t b/tests/py/ip/ip_tcp.t index 646b0ca5..ff398aa6 100644 --- a/tests/py/ip/ip_tcp.t +++ b/tests/py/ip/ip_tcp.t @@ -1,9 +1,6 @@ :input;type filter hook input priority 0 -:ingress;type filter hook ingress device lo priority 0 -:egress;type filter hook egress device lo priority 0 *ip;test-ip;input -*netdev;test-netdev;ingress,egress # can remove ip dependency -- its redundant in ip family ip protocol tcp tcp dport 22;ok;tcp dport 22 diff --git a/tests/py/ip/ip_tcp.t.payload.netdev b/tests/py/ip/ip_tcp.t.payload.netdev deleted file mode 100644 index 74dc1195..00000000 --- a/tests/py/ip/ip_tcp.t.payload.netdev +++ /dev/null @@ -1,93 +0,0 @@ -# ip protocol tcp tcp dport 22 -netdev test-netdev ingress - [ meta load protocol => reg 1 ] - [ cmp eq reg 1 0x00000008 ] - [ payload load 1b @ network header + 9 => reg 1 ] - [ cmp eq reg 1 0x00000006 ] - [ payload load 2b @ transport header + 2 => reg 1 ] - [ cmp eq reg 1 0x00001600 ] - -# ip protocol tcp meta mark set 1 tcp dport 22 -netdev test-netdev ingress - [ meta load protocol => reg 1 ] - [ cmp eq reg 1 0x00000008 ] - [ payload load 1b @ network header + 9 => reg 1 ] - [ cmp eq reg 1 0x00000006 ] - [ immediate reg 1 0x00000001 ] - [ meta set mark with reg 1 ] - [ payload load 2b @ transport header + 2 => reg 1 ] - [ cmp eq reg 1 0x00001600 ] - -# ip protocol tcp meta mark set 1 tcp dport 22 -netdev test-netdev egress - [ meta load protocol => reg 1 ] - [ cmp eq reg 1 0x00000008 ] - [ payload load 1b @ network header + 9 => reg 1 ] - [ cmp eq reg 1 0x00000006 ] - [ immediate reg 1 0x00000001 ] - [ meta set mark with reg 1 ] - [ payload load 2b @ transport header + 2 => reg 1 ] - [ cmp eq reg 1 0x00001600 ] - -# ip protocol tcp tcp dport 22 -netdev test-netdev ingress - [ meta load protocol => reg 1 ] - [ cmp eq reg 1 0x00000008 ] - [ payload load 1b @ network header + 9 => reg 1 ] - [ cmp eq reg 1 0x00000006 ] - [ payload load 2b @ transport header + 2 => reg 1 ] - [ cmp eq reg 1 0x00001600 ] - -# ip protocol tcp meta mark set 1 tcp dport 22 -netdev test-netdev ingress - [ meta load protocol => reg 1 ] - [ cmp eq reg 1 0x00000008 ] - [ payload load 1b @ network header + 9 => reg 1 ] - [ cmp eq reg 1 0x00000006 ] - [ immediate reg 1 0x00000001 ] - [ meta set mark with reg 1 ] - [ payload load 2b @ transport header + 2 => reg 1 ] - [ cmp eq reg 1 0x00001600 ] - -# ip protocol tcp meta mark set 1 tcp dport 22 -netdev test-netdev egress - [ meta load protocol => reg 1 ] - [ cmp eq reg 1 0x00000008 ] - [ payload load 1b @ network header + 9 => reg 1 ] - [ cmp eq reg 1 0x00000006 ] - [ immediate reg 1 0x00000001 ] - [ meta set mark with reg 1 ] - [ payload load 2b @ transport header + 2 => reg 1 ] - [ cmp eq reg 1 0x00001600 ] - -# ip protocol tcp tcp dport 22 -netdev test-netdev ingress - [ meta load protocol => reg 1 ] - [ cmp eq reg 1 0x00000008 ] - [ payload load 1b @ network header + 9 => reg 1 ] - [ cmp eq reg 1 0x00000006 ] - [ payload load 2b @ transport header + 2 => reg 1 ] - [ cmp eq reg 1 0x00001600 ] - -# ip protocol tcp meta mark set 1 tcp dport 22 -netdev test-netdev ingress - [ meta load protocol => reg 1 ] - [ cmp eq reg 1 0x00000008 ] - [ payload load 1b @ network header + 9 => reg 1 ] - [ cmp eq reg 1 0x00000006 ] - [ immediate reg 1 0x00000001 ] - [ meta set mark with reg 1 ] - [ payload load 2b @ transport header + 2 => reg 1 ] - [ cmp eq reg 1 0x00001600 ] - -# ip protocol tcp meta mark set 1 tcp dport 22 -netdev test-netdev egress - [ meta load protocol => reg 1 ] - [ cmp eq reg 1 0x00000008 ] - [ payload load 1b @ network header + 9 => reg 1 ] - [ cmp eq reg 1 0x00000006 ] - [ immediate reg 1 0x00000001 ] - [ meta set mark with reg 1 ] - [ payload load 2b @ transport header + 2 => reg 1 ] - [ cmp eq reg 1 0x00001600 ] - -- cgit v1.2.3