From a02ef54d9c4fa82c10d199d027f42f136b1bddc3 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Tue, 2 Feb 2021 19:47:46 +0100 Subject: json: Do not abbreviate reject statement object No need to reduce output size, also this way output is more predictable. While being at it, drop some pointless chunks from tests/py/bridge/reject.t.json.output. Signed-off-by: Phil Sutter --- tests/py/ip/reject.t.json.output | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tests/py/ip') diff --git a/tests/py/ip/reject.t.json.output b/tests/py/ip/reject.t.json.output index b2529dd7..3917413d 100644 --- a/tests/py/ip/reject.t.json.output +++ b/tests/py/ip/reject.t.json.output @@ -1,7 +1,10 @@ -# reject with icmp type port-unreachable +# reject [ { - "reject": null + "reject": { + "expr": "port-unreachable", + "type": "icmp" + } } ] -- cgit v1.2.3