From 07c9733a4b4ab5b6f6fb94f305d323528a058823 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Fri, 22 Mar 2024 15:18:50 +0100 Subject: tests: py: Drop needless recorded JSON outputs These match the input already, no need to track them. Signed-off-by: Phil Sutter --- tests/py/ip6/exthdr.t.json.output | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'tests/py/ip6/exthdr.t.json.output') diff --git a/tests/py/ip6/exthdr.t.json.output b/tests/py/ip6/exthdr.t.json.output index c9f5b49b..813402a2 100644 --- a/tests/py/ip6/exthdr.t.json.output +++ b/tests/py/ip6/exthdr.t.json.output @@ -1,33 +1,3 @@ -# exthdr hbh == exists -[ - { - "match": { - "left": { - "exthdr": { - "name": "hbh" - } - }, - "op": "==", - "right": true - } - } -] - -# exthdr hbh == missing -[ - { - "match": { - "left": { - "exthdr": { - "name": "hbh" - } - }, - "op": "==", - "right": false - } - } -] - # exthdr hbh 1 [ { -- cgit v1.2.3