From d566fecdfcc37b721729d26a90af01fc87e09c89 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Tue, 10 Mar 2020 12:56:18 +0100 Subject: tests/py: Move tcpopt.t to any/ directory Merge tcpopt.t files in ip, ip6 and inet into a common one, they were just marignally different. Signed-off-by: Phil Sutter --- tests/py/ip6/tcpopt.t.json.output | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 tests/py/ip6/tcpopt.t.json.output (limited to 'tests/py/ip6/tcpopt.t.json.output') diff --git a/tests/py/ip6/tcpopt.t.json.output b/tests/py/ip6/tcpopt.t.json.output deleted file mode 100644 index 81dd8ad8..00000000 --- a/tests/py/ip6/tcpopt.t.json.output +++ /dev/null @@ -1,16 +0,0 @@ -# tcp option sack0 right 1 -[ - { - "match": { - "left": { - "tcp option": { - "field": "right", - "name": "sack" - } - }, - "op": "==", - "right": 1 - } - } -] - -- cgit v1.2.3