summaryrefslogtreecommitdiffstats
path: root/tests/py/ip/tcpopt.t.json.output
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2020-03-10 12:56:18 +0100
committerPhil Sutter <phil@nwl.cc>2020-03-10 16:32:53 +0100
commitd566fecdfcc37b721729d26a90af01fc87e09c89 (patch)
tree73284c190ef9aa4712b1d3557b994ec8d3b7cf31 /tests/py/ip/tcpopt.t.json.output
parent64b9aa3803dd1f6ca529a1f3bd7aa0875bdbd9d9 (diff)
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 <phil@nwl.cc>
Diffstat (limited to 'tests/py/ip/tcpopt.t.json.output')
-rw-r--r--tests/py/ip/tcpopt.t.json.output16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/py/ip/tcpopt.t.json.output b/tests/py/ip/tcpopt.t.json.output
deleted file mode 100644
index 81dd8ad8..00000000
--- a/tests/py/ip/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
- }
- }
-]
-