From b1035e2d27c9ff681d095de6c804f00a869aa3a0 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 12 Aug 2025 21:57:43 +0200 Subject: [PATCH] Revert "tests: py: fix json single-flag output for fib & synproxy" This reverts commit 4725f4887da84b1b6bbfd0c138bc48a707301fa1. This 1.0.6.y branch does not contain the follow upstream commits: 38f99ee84fe6 ("json: Print single synproxy flags as non-array") dbe5c44f2b89 ("json: Print single fib flag as non-array") Therefore, such commit above is not required. Signed-off-by: Pablo Neira Ayuso --- tests/py/inet/fib.t.json.output | 32 ---------------------------- tests/py/inet/synproxy.t.json.output | 17 --------------- 2 files changed, 49 deletions(-) delete mode 100644 tests/py/inet/synproxy.t.json.output diff --git a/tests/py/inet/fib.t.json.output b/tests/py/inet/fib.t.json.output index e21f1e72c..52cd46bc0 100644 --- a/tests/py/inet/fib.t.json.output +++ b/tests/py/inet/fib.t.json.output @@ -37,35 +37,3 @@ } ] -# fib daddr oif exists -[ - { - "match": { - "left": { - "fib": { - "flags": "daddr", - "result": "oif" - } - }, - "op": "==", - "right": true - } - } -] - -# fib daddr oif missing -[ - { - "match": { - "left": { - "fib": { - "flags": "daddr", - "result": "oif" - } - }, - "op": "==", - "right": false - } - } -] - diff --git a/tests/py/inet/synproxy.t.json.output b/tests/py/inet/synproxy.t.json.output deleted file mode 100644 index e32cdfb88..000000000 --- a/tests/py/inet/synproxy.t.json.output +++ /dev/null @@ -1,17 +0,0 @@ -# synproxy timestamp -[ - { - "synproxy": { - "flags": "timestamp" - } - } -] - -# synproxy sack-perm -[ - { - "synproxy": { - "flags": "sack-perm" - } - } -] -- 2.47.3