summaryrefslogtreecommitdiffstats
path: root/tests/py/any/ct.t.payload
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2020-11-09 18:07:10 +0000
committerFlorian Westphal <fw@strlen.de>2020-11-09 22:40:36 +0100
commit0f0e5b412804aa18fd18434fb0db360b98a76bf8 (patch)
treee4d8019c19af4ea72a4fd75a58b66409a4a0d71e /tests/py/any/ct.t.payload
parentcb21869649208118ed61354e2674858e4ff6c23c (diff)
tests: py: remove duplicate payloads.
nft-test.py only needs one payload per rule, but a number of rules have duplicates, typically one per address family, so just keep the last payload for rules listed more than once. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tests/py/any/ct.t.payload')
-rw-r--r--tests/py/any/ct.t.payload14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/py/any/ct.t.payload b/tests/py/any/ct.t.payload
index ccbddc89..2f4ba4a7 100644
--- a/tests/py/any/ct.t.payload
+++ b/tests/py/any/ct.t.payload
@@ -330,20 +330,6 @@ ip test-ip4 output
[ ct set mark with reg 1 ]
# ct mark set (meta mark | 0x10) << 8
-ip test-ip4 output
- [ meta load mark => reg 1 ]
- [ bitwise reg 1 = (reg=1 & 0xffffffef ) ^ 0x00000010 ]
- [ bitwise reg 1 = ( reg 1 << 0x00000008 ) ]
- [ ct set mark with reg 1 ]
-
-# ct mark set (meta mark | 0x10) << 8
-ip6 test-ip6 output
- [ meta load mark => reg 1 ]
- [ bitwise reg 1 = (reg=1 & 0xffffffef ) ^ 0x00000010 ]
- [ bitwise reg 1 = ( reg 1 << 0x00000008 ) ]
- [ ct set mark with reg 1 ]
-
-# ct mark set (meta mark | 0x10) << 8
inet test-inet output
[ meta load mark => reg 1 ]
[ bitwise reg 1 = (reg=1 & 0xffffffef ) ^ 0x00000010 ]