]> git.ipfire.org Git - thirdparty/nftables.git/commit
tests: monitor: fix up test case breakage
authorFlorian Westphal <fw@strlen.de>
Tue, 29 Oct 2024 20:12:19 +0000 (21:12 +0100)
committerFlorian Westphal <fw@strlen.de>
Tue, 29 Oct 2024 21:34:18 +0000 (22:34 +0100)
commitc416416b03d804663c5f7a738a3e1449eeb28157
treef104436198e321293399f09940bc84f988be6d47
parent3c469ce4db19775a970064879a36daebde5ae668
tests: monitor: fix up test case breakage

Monitor test fails:

 echo: running tests from file set-simple.t
 echo output differs!
  -add element ip t portrange { 1024-65535 }
   add element ip t portrange { 100-200 }
  +add element ip t portrange { 1024-65535 }
  +# new generation 510 by process 129009 (nft)

I also noticed -j mode did not work correctly, add missing json annotations
in set-concat-interval.t while at it.

Signed-off-by: Florian Westphal <fw@strlen.de>
tests/monitor/testcases/set-concat-interval.t
tests/monitor/testcases/set-simple.t