summaryrefslogtreecommitdiffstats
path: root/tests/py/any/limit.t
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2024-01-18 13:24:04 +0100
committerFlorian Westphal <fw@strlen.de>2024-01-19 13:35:01 +0100
commit1ee84db0360db0da336d5b1ee92807d29fcfbbe1 (patch)
tree155cd4371f079c5f8f9a6cf538b28eabfa3d3f79 /tests/py/any/limit.t
parentb73298405cda74b3a87a1818bb92f53298d34170 (diff)
tests: py: remove huge-limit test cases
These tests will fail once the kernel checks for overflow in the internal token bucken counter, so drop them. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tests/py/any/limit.t')
-rw-r--r--tests/py/any/limit.t4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/py/any/limit.t b/tests/py/any/limit.t
index a04ef42a..2a84e3f5 100644
--- a/tests/py/any/limit.t
+++ b/tests/py/any/limit.t
@@ -22,7 +22,6 @@ limit rate 2 kbytes/second;ok
limit rate 1025 kbytes/second;ok
limit rate 1023 mbytes/second;ok
limit rate 10230 mbytes/second;ok
-limit rate 1023000 mbytes/second;ok
limit rate 512 kbytes/second burst 5 packets;fail
limit rate 1 bytes / second;ok;limit rate 1 bytes/second
@@ -33,7 +32,6 @@ limit rate 1 gbytes / second;fail
limit rate 1025 bytes/second burst 512 bytes;ok
limit rate 1025 kbytes/second burst 1023 kbytes;ok
limit rate 1025 mbytes/second burst 1025 kbytes;ok
-limit rate 1025000 mbytes/second burst 1023 mbytes;ok
limit rate over 400/minute;ok;limit rate over 400/minute burst 5 packets
limit rate over 20/second;ok;limit rate over 20/second burst 5 packets
@@ -47,9 +45,7 @@ limit rate over 2 kbytes/second;ok
limit rate over 1025 kbytes/second;ok
limit rate over 1023 mbytes/second;ok
limit rate over 10230 mbytes/second;ok
-limit rate over 1023000 mbytes/second;ok
limit rate over 1025 bytes/second burst 512 bytes;ok
limit rate over 1025 kbytes/second burst 1023 kbytes;ok
limit rate over 1025 mbytes/second burst 1025 kbytes;ok
-limit rate over 1025000 mbytes/second burst 1023 mbytes;ok