summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/tcp.t.payload.ip
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2016-01-12 16:38:19 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2016-01-13 13:03:03 +0100
commit8bbf030baa8169312e81c5a43a5ee2adfeb925d5 (patch)
tree89d081f78d9c16111aaee617751447a77c71edd8 /tests/py/inet/tcp.t.payload.ip
parent85d6803b3fc3f80cd84ce1fe74c0c46c732438a4 (diff)
tests/py: don't test log statement from protocol match
I think this unit tests should be self-contained at some level. The shell/ directory should be used to catch regressions at ruleset level, ie. these kind of combinations. Another motivation is that I want that netdev/ingress gets tested (coming in a follow up patch), and we don't support log there yet, so I would need to skip this test for that case. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/py/inet/tcp.t.payload.ip')
-rw-r--r--tests/py/inet/tcp.t.payload.ip9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/py/inet/tcp.t.payload.ip b/tests/py/inet/tcp.t.payload.ip
index 34c97143..fb5316fb 100644
--- a/tests/py/inet/tcp.t.payload.ip
+++ b/tests/py/inet/tcp.t.payload.ip
@@ -381,15 +381,6 @@ ip test-ip4 input
[ payload load 2b @ transport header + 14 => reg 1 ]
[ lookup reg 1 set set%d ]
-# tcp checksum 23456 log drop
-ip test-ip4 input
- [ payload load 1b @ network header + 9 => reg 1 ]
- [ cmp eq reg 1 0x00000006 ]
- [ payload load 2b @ transport header + 16 => reg 1 ]
- [ cmp eq reg 1 0x0000a05b ]
- [ log prefix (null) ]
- [ immediate reg 0 drop ]
-
# tcp checksum 22
ip test-ip4 input
[ payload load 1b @ network header + 9 => reg 1 ]