summaryrefslogtreecommitdiffstats
path: root/tests/regression/any/limit.t.payload
diff options
context:
space:
mode:
Diffstat (limited to 'tests/regression/any/limit.t.payload')
-rw-r--r--tests/regression/any/limit.t.payload20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/regression/any/limit.t.payload b/tests/regression/any/limit.t.payload
new file mode 100644
index 00000000..c196f12b
--- /dev/null
+++ b/tests/regression/any/limit.t.payload
@@ -0,0 +1,20 @@
+# limit rate 400/minute
+ip test-ip4 output
+ [ limit rate 400/minute ]
+
+# limit rate 20/second
+ip test-ip4 output
+ [ limit rate 20/second ]
+
+# limit rate 400/hour
+ip test-ip4 output
+ [ limit rate 400/hour ]
+
+# limit rate 400/week
+ip test-ip4 output
+ [ limit rate 400/week ]
+
+# limit rate 40/day
+ip test-ip4 output
+ [ limit rate 40/day ]
+