summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/ct.t
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2017-09-29 13:54:21 +0200
committerFlorian Westphal <fw@strlen.de>2017-09-29 13:54:21 +0200
commit2440711cf07ee582db4f0fff3b274acd158dd98f (patch)
treecc81385e6e4782e28d90a0e0bdbe2079a600ef92 /tests/py/inet/ct.t
parent377e22c1a9a50fda2064746399129b0e5d1d448f (diff)
tests: ct: adjust test case commands
use 'ip saddr', 'ip6 saddr', etc. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tests/py/inet/ct.t')
-rw-r--r--tests/py/inet/ct.t7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/py/inet/ct.t b/tests/py/inet/ct.t
index c56c3bc8..1a656aa4 100644
--- a/tests/py/inet/ct.t
+++ b/tests/py/inet/ct.t
@@ -3,8 +3,11 @@
*inet;test-inet;input
-meta nfproto ipv4 ct original saddr 1.2.3.4;ok
-meta nfproto ipv6 ct original saddr ::1;ok
+meta nfproto ipv4 ct original saddr 1.2.3.4;ok;ct original ip saddr 1.2.3.4
+ct original ip6 saddr ::1;ok
# missing protocol context
ct original saddr ::1;fail
+
+# wrong protocol context
+ct original ip saddr ::1;fail