From: Phil Sutter Date: Wed, 13 Aug 2025 12:17:46 +0000 (+0200) Subject: tests: py: Drop stale payload from any/rawpayload.t.payload X-Git-Tag: v1.1.5~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=02137128c5cf6d750f5ad6c643b85344747c93b5;p=thirdparty%2Fnftables.git tests: py: Drop stale payload from any/rawpayload.t.payload There never was a test corresponding to this payload. Fixes: 857904bdfaf7a ("tests: py: extend raw payload match tests") Signed-off-by: Phil Sutter Reviewed-by: Pablo Neira Ayuso --- diff --git a/tests/py/any/rawpayload.t.payload b/tests/py/any/rawpayload.t.payload index c093d5d8..dfc651e2 100644 --- a/tests/py/any/rawpayload.t.payload +++ b/tests/py/any/rawpayload.t.payload @@ -111,12 +111,6 @@ inet test-inet input [ bitwise reg 1 = ( reg 1 & 0x00000060 ) ^ 0x00000000 ] [ cmp eq reg 1 0x00000040 ] -# @ih,2,1 0x1 -inet test-inet input - [ payload load 1b @ inner header + 0 => reg 1 ] - [ bitwise reg 1 = ( reg 1 & 0x00000020 ) ^ 0x00000000 ] - [ cmp eq reg 1 0x00000020 ] - # @ih,35,3 0x2 inet test-inet input [ payload load 1b @ inner header + 4 => reg 1 ]