summaryrefslogtreecommitdiffstats
path: root/tests/py/ip6
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2024-03-22 15:18:50 +0100
committerPhil Sutter <phil@nwl.cc>2024-04-12 14:33:14 +0200
commit07c9733a4b4ab5b6f6fb94f305d323528a058823 (patch)
tree95f49c265730830d8b08b69f20f996ef0e76622b /tests/py/ip6
parent8abe71f862e6248517365bec4bac31d85141cf69 (diff)
tests: py: Drop needless recorded JSON outputs
These match the input already, no need to track them. Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'tests/py/ip6')
-rw-r--r--tests/py/ip6/exthdr.t.json.output30
1 files changed, 0 insertions, 30 deletions
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
[
{