From 2674c39bfdb77e5d61a44ebf6e5c356ac767cd24 Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Mon, 3 Feb 2020 11:20:22 +0000 Subject: tests: py: add missing JSON output. The JSON output was missing for some existing tests. Signed-off-by: Jeremy Sowden Signed-off-by: Pablo Neira Ayuso --- tests/py/any/ct.t.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'tests/py/any') diff --git a/tests/py/any/ct.t.json b/tests/py/any/ct.t.json index 7c16f9df..8d56db2a 100644 --- a/tests/py/any/ct.t.json +++ b/tests/py/any/ct.t.json @@ -499,6 +499,29 @@ } ] +# ct mark set ct mark or 0x00000001 +[ + { + "mangle": { + "key": { + "ct": { + "key": "mark" + } + }, + "value": { + "|": [ + { + "ct": { + "key": "mark" + } + }, + 1 + ] + } + } + } +] + # ct mark 0x00000032 [ { -- cgit v1.2.3