From 4a39d2d43695d954fda7c4a6de534e8b4b56c63c Mon Sep 17 00:00:00 2001 From: "Pablo M. Bermudo Garay" Date: Mon, 28 Aug 2017 20:20:49 +0200 Subject: tests: py: add tests for limit stateful object The patch also reorganizes ip/objects.t file. Signed-off-by: Pablo M. Bermudo Garay Signed-off-by: Pablo Neira Ayuso --- tests/py/any/objects.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/py/any') diff --git a/tests/py/any/objects.t b/tests/py/any/objects.t index d44696da..89a9545f 100644 --- a/tests/py/any/objects.t +++ b/tests/py/any/objects.t @@ -11,3 +11,5 @@ %cnt1 type counter;ok %qt1 type quota 25 mbytes;ok %qt2 type quota over 1 kbytes;ok +%lim0 type limit rate 400/minute;ok +%lim2 type limit rate over 1024 bytes/second burst 512 bytes;ok -- cgit v1.2.3