From aead21ce8d766d8458b699b292bf6601bd0963f2 Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Sun, 11 Oct 2020 20:23:22 +0100 Subject: 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 --- tests/py/any/ct.t.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'tests/py') 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 } [ { -- cgit v1.2.3