diff options
author | Florian Westphal <fw@strlen.de> | 2016-07-27 14:34:53 +0200 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2016-10-27 22:34:31 +0200 |
commit | c992153402c78d91e8beba791171bced21c62d3f (patch) | |
tree | 75ce083cdc31b7ce03cc354561ff255a126d6acf /tests/py | |
parent | 2c6a3b7c4f662b7a94a8ba6870565a45df0cbe2c (diff) |
ct: allow resolving ct keys at run time
... and remove those keywords we no longer need.
Signed-off-by: Florian Westphal <fw@strlen.de>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/py')
-rw-r--r-- | tests/py/any/ct.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/py/any/ct.t b/tests/py/any/ct.t index 7fd4f2cb..cc4f8e19 100644 --- a/tests/py/any/ct.t +++ b/tests/py/any/ct.t @@ -96,3 +96,8 @@ ct mark original;fail ct label 127;ok ct label set 127;ok ct label 128;fail + +ct invalid;fail +ct invalid original;fail +ct set invalid original 42;fail +ct set invalid 42;fail |