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/any/rawpayload.t.json.output | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/py/any/rawpayload.t.json.output') diff --git a/tests/py/any/rawpayload.t.json.output b/tests/py/any/rawpayload.t.json.output index a234e99a..ccadbc57 100644 --- a/tests/py/any/rawpayload.t.json.output +++ b/tests/py/any/rawpayload.t.json.output @@ -19,9 +19,8 @@ "match": { "left": { "payload": { - "base": "th", - "len": 16, - "offset": 16 + "field": "dport", + "protocol": "th" } }, "op": "==", -- cgit v1.2.3