From 5edf80a14b8e3eafa3fbcef073f87e04da5264db Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Fri, 7 Jun 2019 19:25:24 +0200 Subject: tests/py: Fix JSON equivalents Recent patch removing single element set use missed to adjust JSON equivalents accordingly. Fixes: 27f6a4c68b4fd ("tests: replace single element sets") Signed-off-by: Phil Sutter Signed-off-by: Pablo Neira Ayuso --- tests/py/any/ct.t.json.output | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'tests/py/any/ct.t.json.output') diff --git a/tests/py/any/ct.t.json.output b/tests/py/any/ct.t.json.output index 49d51771..aced3817 100644 --- a/tests/py/any/ct.t.json.output +++ b/tests/py/any/ct.t.json.output @@ -549,7 +549,7 @@ } ] -# ct direction . ct mark { original . 0x12345678} +# ct direction . ct mark { original . 0x12345678, reply . 0x87654321} [ { "match": { @@ -575,6 +575,12 @@ "original", 305419896 ] + }, + { + "concat": [ + "reply", + 2271560481 + ] } ] } @@ -582,7 +588,7 @@ } ] -# ct state . ct mark vmap { new . 0x12345678 : drop} +# ct state . ct mark vmap { new . 0x12345678 : drop, established . 0x87654321 : accept} [ { "vmap": { @@ -602,6 +608,17 @@ }, "data": { "set": [ + [ + { + "concat": [ + "established", + 2271560481 + ] + }, + { + "accept": null + } + ], [ { "concat": [ -- cgit v1.2.3