summaryrefslogtreecommitdiffstats
path: root/tests/py/any/objects.t
diff options
context:
space:
mode:
authorElise Lennion <elise.lennion@gmail.com>2017-01-26 15:21:45 -0200
committerPablo Neira Ayuso <pablo@netfilter.org>2017-01-27 13:33:20 +0100
commit7e6c6d92d2a1e770e55e8e27314f55df9b198ce9 (patch)
treeed6a59be01dd91ebd5713f2bf043a78e5debf19b /tests/py/any/objects.t
parent153ef09be469ae9de41d912c7885f33ce47d843d (diff)
tests: py: Add tests for stateful objects
These test for adding counters and quotas, to tables of different families, and for referencing the objects in rules. Signed-off-by: Elise Lennion <elise.lennion@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/py/any/objects.t')
-rw-r--r--tests/py/any/objects.t13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/py/any/objects.t b/tests/py/any/objects.t
new file mode 100644
index 00000000..d44696da
--- /dev/null
+++ b/tests/py/any/objects.t
@@ -0,0 +1,13 @@
+:output;type filter hook output priority 0
+:ingress;type filter hook ingress device lo priority 0
+
+*ip;test-ip4;output
+*ip6;test-ip6;output
+*inet;test-inet;output
+*arp;test-arp;output
+*bridge;test-bridge;output
+*netdev;test-netdev;ingress
+
+%cnt1 type counter;ok
+%qt1 type quota 25 mbytes;ok
+%qt2 type quota over 1 kbytes;ok