]> git.ipfire.org Git - thirdparty/nftables.git/commit
tests: py: Properly fix JSON equivalents for netdev/reject.t
authorPhil Sutter <phil@nwl.cc>
Thu, 12 Jun 2025 10:59:29 +0000 (12:59 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 31 Jul 2025 22:52:27 +0000 (00:52 +0200)
commit2d83d6f308aab60e92eace2638592471fee239dd
tree4dda67f58fecdae90934ae5273f758cc74f7faa4
parent869f7c84bfc7d81188136bd6e2178e76b4446a59
tests: py: Properly fix JSON equivalents for netdev/reject.t

commit b7a11c691d459d06a801a28ae9a52bc564584a1a upstream.

Revert commit d1a7b9e19fe65 ("tests: py: update netdev reject test
file"), the stored JSON equivalents were correct in that they matched
the standard syntax input.

In fact, we missed a .json.output file recording the expected deviation
in JSON output.

Fixes: d1a7b9e19fe65 ("tests: py: update netdev reject test file")
Fixes: 7ca3368cd7575 ("reject: Unify inet, netdev and bridge delinearization")
Signed-off-by: Phil Sutter <phil@nwl.cc>
Reviewed-by: Pablo Neira Ayuso <pablo@netfilter.org>
tests/py/netdev/reject.t.json
tests/py/netdev/reject.t.json.output [new file with mode: 0644]