summaryrefslogtreecommitdiffstats
path: root/tests/py/any/ct.t
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-03-31 15:34:35 +0200
committerFlorian Westphal <fw@strlen.de>2018-04-01 00:05:53 +0200
commita8e6c43272eacbc819b6ef57ebf6a2297cfada72 (patch)
tree0cc2d7bb174319733eb2b39adeb9ac81bd873055 /tests/py/any/ct.t
parent2bf9f5d548e984deb9f58a0cdd6985fd1b00fa66 (diff)
tests: ct, meta: fixes for upcoming nft-test.py fix
nft-test.py currently fails to properly compare tests involving a set, after that bug is fixed these lines would fail, so fix this up before. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tests/py/any/ct.t')
-rw-r--r--tests/py/any/ct.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/py/any/ct.t b/tests/py/any/ct.t
index 9c88140e..6334dd76 100644
--- a/tests/py/any/ct.t
+++ b/tests/py/any/ct.t
@@ -69,9 +69,9 @@ ct expiration != 233;ok;ct expiration != 3m53s
ct expiration 33-45;ok;ct expiration 33s-45s
ct expiration != 33-45;ok;ct expiration != 33s-45s
ct expiration {33, 55, 67, 88};ok;ct expiration { 1m7s, 33s, 55s, 1m28s}
-ct expiration != {33, 55, 67, 88};ok;ct expiration { 1m7s, 33s, 55s, 1m28s}
+ct expiration != {33, 55, 67, 88};ok;ct expiration != { 1m7s, 33s, 55s, 1m28s}
ct expiration {33-55};ok;ct expiration { 33s-55s}
-ct expiration != {33-55};ok; ct expiration != { 33s-55s}
+ct expiration != {33-55};ok;ct expiration != { 33s-55s}
ct helper "ftp";ok
ct helper "12345678901234567";fail