From 82cc676289803cfd1e69dfeaa4658d57a1547a86 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Tue, 16 Jul 2019 21:40:27 +0200 Subject: tests: fix up two broken json test cases Forgot to add a json test case for the recently added ct ip addr in map case. Fix up rawpayload.t for json, it needs to expect new "th dport" when listing. Reported-by: Pablo Neira Ayuso Signed-off-by: Florian Westphal --- tests/py/inet/ct.t.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'tests/py/inet/ct.t.json') diff --git a/tests/py/inet/ct.t.json b/tests/py/inet/ct.t.json index d0c26aef..e7f928ca 100644 --- a/tests/py/inet/ct.t.json +++ b/tests/py/inet/ct.t.json @@ -39,3 +39,26 @@ } ] +# ct original ip daddr {1.2.3.4} accept +[ + { + "match": { + "left": { + "ct": { + "dir": "original", + "key": "ip daddr" + } + }, + "op": "==", + "right": { + "set": [ + "1.2.3.4" + ] + } + } + }, + { + "accept": null + } +] + -- cgit v1.2.3