summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/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/inet/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/inet/tcpopt.t.json.output')
-rw-r--r--tests/py/inet/tcpopt.t.json.output32
1 files changed, 0 insertions, 32 deletions
diff --git a/tests/py/inet/tcpopt.t.json.output b/tests/py/inet/tcpopt.t.json.output
deleted file mode 100644
index ad0d25f4..00000000
--- a/tests/py/inet/tcpopt.t.json.output
+++ /dev/null
@@ -1,32 +0,0 @@
-# tcp option sack0 left 1
-[
- {
- "match": {
- "left": {
- "tcp option": {
- "field": "left",
- "name": "sack"
- }
- },
- "op": "==",
- "right": 1
- }
- }
-]
-
-# tcp option sack0 right 1
-[
- {
- "match": {
- "left": {
- "tcp option": {
- "field": "right",
- "name": "sack"
- }
- },
- "op": "==",
- "right": 1
- }
- }
-]
-