From: Jeremy Sowden Date: Sun, 11 Oct 2020 19:23:22 +0000 (+0100) Subject: tests: py: add missing JSON output for ct test. X-Git-Tag: v0.9.7~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aead21ce8d766d8458b699b292bf6601bd0963f2;p=thirdparty%2Fnftables.git tests: py: add missing JSON output for ct test. Fixes: dcec7d57559a ("ct: Add support for the 'id' key") Signed-off-by: Jeremy Sowden Signed-off-by: Pablo Neira Ayuso --- diff --git a/tests/py/any/ct.t.json b/tests/py/any/ct.t.json index 59ac27c3..c5c15b9c 100644 --- a/tests/py/any/ct.t.json +++ b/tests/py/any/ct.t.json @@ -1449,6 +1449,21 @@ } ] +# ct id 12345 +[ + { + "match": { + "left": { + "ct": { + "key": "id" + } + }, + "op": "==", + "right": 12345 + } + } +] + # ct zone set mark map { 1 : 1, 2 : 2 } [ {