]> git.ipfire.org Git - thirdparty/nftables.git/commit
tests/py: clean up set backend support fallout
authorFlorian Westphal <fw@strlen.de>
Tue, 24 Jun 2025 19:39:46 +0000 (21:39 +0200)
committerFlorian Westphal <fw@strlen.de>
Tue, 24 Jun 2025 19:40:40 +0000 (21:40 +0200)
commitd477eada4f271f5f8774b5f467d937b1439cb46b
treeb391bee3fa9c783de06df14499eba300903bb317
parent833b06467e14da2a470a36ccf9b2d5ea92008655
tests/py: clean up set backend support fallout

Pablo reports failing py tests woth recent kernel and userland:
 any/objects.t: OK
WARNING: line 3: 'add rule ip6 test-ip6 input ..
mismatches 'family 2 __set0 test-ip4 3 backend nft_set_bitmap_type [nf_tables] count 7'

When nf_tables is built as a module, the set backend name coming
from kernel contains the module name ([nf_tables]), this makes the
test script treat it as part of the pseudo instructions.

Skip this line explicitly to avoid these warnings.

Fixes: 7cec20e45a75 ("tests/py: prepare for set debug change")
Reported-by: Pablo Neira Ayuso <pablo@netfilter.org>
Tested-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Florian Westphal <fw@strlen.de>
tests/py/nft-test.py