summaryrefslogtreecommitdiffstats
path: root/tests/monitor/testcases/set-multiple.t
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2017-07-25 20:39:43 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2017-07-27 10:50:21 +0200
commit3c3c91bda0e0e17ff7791eff5614276bd1c6c148 (patch)
treee582081a1a3137d2c733872883359423379aaa68 /tests/monitor/testcases/set-multiple.t
parent8a3b2e7327a3057b5976df4af387b8143aad6110 (diff)
tests/monitor: Simplify testcases
By introducing 'O -' indicating that output should be identical as input, testcases can be simplified quite a bit. Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/monitor/testcases/set-multiple.t')
-rw-r--r--tests/monitor/testcases/set-multiple.t7
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/monitor/testcases/set-multiple.t b/tests/monitor/testcases/set-multiple.t
index ce919125..ad91fac0 100644
--- a/tests/monitor/testcases/set-multiple.t
+++ b/tests/monitor/testcases/set-multiple.t
@@ -1,13 +1,10 @@
# first the setup
I add table ip t
-O add table ip t
I add set ip t portrange { type inet_service; flags interval; }
-O add set ip t portrange { type inet_service;flags interval; }
I add set ip t portrange2 { type inet_service; flags interval; }
-O add set ip t portrange2 { type inet_service;flags interval; }
+O -
# make sure concurrent adds work
I add element ip t portrange { 1024-65535 }
I add element ip t portrange2 { 10-20 }
-O add element ip t portrange { 1024-65535 }
-O add element ip t portrange2 { 10-20 }
+O -