Lines Matching full:add
4 "name": "Add valid basic police action",
17 "cmdUnderTest": "$TC actions add action police rate 1kbit burst 10k index 1",
28 "name": "Add police action with duplicate index",
40 "$TC actions add action police rate 4Mbit burst 120k index 9"
42 "cmdUnderTest": "$TC actions add action police rate 8kbit burst 24k index 9",
53 "name": "Add valid police action with mtu",
66 "cmdUnderTest": "$TC actions add action police rate 90kbit burst 10k mtu 1k index 98",
77 "name": "Add valid police action with peakrate",
90 …"cmdUnderTest": "$TC actions add action police rate 90kbit burst 10k mtu 2kb peakrate 100kbit inde…
101 "name": "Add police action with peakrate and no mtu",
114 … "cmdUnderTest": "$TC actions add action police rate 5kbit burst 6kb peakrate 10kbit index 9",
125 "name": "Add police action with valid overhead",
138 "cmdUnderTest": "$TC actions add action police rate 1mbit burst 100k overhead 64 index 64",
149 "name": "Add police action with ethernet linklayer type",
162 … "cmdUnderTest": "$TC actions add action police rate 2mbit burst 200k linklayer ethernet index 8",
173 "name": "Add police action with atm linklayer type",
186 "cmdUnderTest": "$TC actions add action police rate 2mbit burst 200k linklayer atm index 8",
197 "name": "Add police actions with conform-exceed control continue/drop",
210 …"cmdUnderTest": "$TC actions add action police rate 3mbit burst 250k conform-exceed continue/drop …
221 "name": "Add police actions with conform-exceed control pass/reclassify",
234 …"cmdUnderTest": "$TC actions add action police rate 3mbit burst 250k conform-exceed pass/reclassif…
245 "name": "Add police actions with conform-exceed control pass/pipe",
258 …"cmdUnderTest": "$TC actions add action police rate 3mbit burst 250k conform-exceed pass/pipe inde…
269 "name": "Add police action with invalid rate value",
282 …"cmdUnderTest": "$TC actions add action police rate 3tb burst 250k conform-exceed pass/pipe index …
293 "name": "Add police action with invalid burst value",
306 …"cmdUnderTest": "$TC actions add action police rate 3kbit burst 250P conform-exceed pass/pipe inde…
317 "name": "Add police actions with conform-exceed control pass/pipe [with numeric values]",
330 … "cmdUnderTest": "$TC actions add action police rate 3mbit burst 250k conform-exceed 0/3 index 1",
341 "name": "Add police actions with conform-exceed control <invalid>/drop",
354 …"cmdUnderTest": "$TC actions add action police rate 3mbit burst 250k conform-exceed 10/drop index …
365 "name": "Add police action with invalid peakrate value",
378 …"cmdUnderTest": "$TC actions add action police rate 90kbit burst 10k mtu 2kb peakrate 100T index 1…
389 "name": "Add police action with invalid mtu value",
402 "cmdUnderTest": "$TC actions add action police rate 10kbit burst 10k mtu 2Pbit index 1",
413 "name": "Add police action with cookie",
426 …"cmdUnderTest": "$TC actions add action police rate 10mbit burst 10k index 1 cookie a1b1c1d1e1f122…
437 "name": "Add police action with maximum index",
450 "cmdUnderTest": "$TC actions add action police rate 10mbit burst 10k index 4294967295",
473 "$TC actions add action police rate 5mbit burst 2m index 12"
498 "$TC actions add action police rate 1mbit burst 100k index 1",
499 "$TC actions add action police rate 2mbit burst 200k index 2",
500 "$TC actions add action police rate 3mbit burst 300k index 3",
501 "$TC actions add action police rate 4mbit burst 400k index 4",
502 "$TC actions add action police rate 5mbit burst 500k index 5",
503 "$TC actions add action police rate 6mbit burst 600k index 6",
504 "$TC actions add action police rate 7mbit burst 700k index 7",
505 "$TC actions add action police rate 8mbit burst 800k index 8"
530 "$TC actions add action police rate 1mbit burst 100k index 1"
555 "$TC actions add action police rate 1mbit burst 100k index 1",
556 "$TC actions add action police rate 2mbit burst 200k index 2",
557 "$TC actions add action police rate 3mbit burst 300k index 3",
558 "$TC actions add action police rate 4mbit burst 400k index 4",
559 "$TC actions add action police rate 5mbit burst 500k index 5",
560 "$TC actions add action police rate 6mbit burst 600k index 6",
561 "$TC actions add action police rate 7mbit burst 700k index 7",
562 "$TC actions add action police rate 8mbit burst 800k index 8"
581 "$TC actions add action police rate 1mbit burst 100k index 1",
582 "$TC actions add action police rate 2mbit burst 200k index 2",
583 "$TC actions add action police rate 3mbit burst 300k index 3",
584 "$TC actions add action police rate 4mbit burst 400k index 4",
585 "$TC actions add action police rate 5mbit burst 500k index 5",
586 "$TC actions add action police rate 6mbit burst 600k index 6",
587 "$TC actions add action police rate 7mbit burst 700k index 7",
588 "$TC actions add action police rate 8mbit burst 800k index 8"
601 "name": "Add police action with control continue",
614 "cmdUnderTest": "$TC actions add action police rate 7mbit burst 1m continue index 1",
625 "name": "Add police action with control drop",
638 "cmdUnderTest": "$TC actions add action police rate 7mbit burst 1m drop index 1",
649 "name": "Add police action with control ok",
662 "cmdUnderTest": "$TC actions add action police rate 7mbit burst 1m ok index 1",
673 "name": "Add police action with control reclassify",
686 "cmdUnderTest": "$TC actions add action police rate 7mbit burst 1m reclassify index 1",
697 "name": "Add police action with control pipe",
710 "cmdUnderTest": "$TC actions add action police rate 7mbit burst 1m pipe index 1",
721 "name": "Add police action with exceed goto chain control action",
734 …"cmdUnderTest": "$TC actions add action police rate 1mbit burst 1k conform-exceed pass / goto chai…
757 "$TC actions add action police rate 3mbit burst 250k drop index 90"
770 "name": "Add valid police action with packets per second rate limit",
783 "cmdUnderTest": "$TC actions add action police pkts_rate 1000 pkts_burst 200 index 1",
794 "name": "Add invalid police action with both bps and pps",
807 …"cmdUnderTest": "$TC actions add action police rate 1kbit burst 10k pkts_rate 1000 pkts_burst 200 …
818 "name": "Add police action with skip_hw option",
831 "cmdUnderTest": "$TC actions add action police rate 1kbit burst 10k index 100 skip_hw",