From e0b76e5114374ce1e1c55a1aa122bf00ae8060b2 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Mon, 14 Dec 2015 19:49:20 +0100 Subject: ct regression tests for bytes, packets Signed-off-by: Florian Westphal Acked-by: Pablo Neira Ayuso --- tests/py/any/ct.t | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tests/py/any/ct.t') diff --git a/tests/py/any/ct.t b/tests/py/any/ct.t index fd27a1da..4c119eaa 100644 --- a/tests/py/any/ct.t +++ b/tests/py/any/ct.t @@ -110,6 +110,15 @@ ct state . ct mark { new . 0x12345678, new . 0x34127856, established . 0x1278563 ct direction . ct mark { original . 0x12345678};ok ct state . ct mark vmap { new . 0x12345678 : drop};ok +ct original bytes \> 100000;ok;ct original bytes > 100000 +ct reply packets \< 100;ok;ct reply packets < 100 +ct bytes \> 100000;ok;ct bytes > 100000 + +# bogus direction +ct both bytes gt 1;fail +# nonsensical +ct bytes original reply;fail + # missing direction ct saddr 1.2.3.4;fail -- cgit v1.2.3