Lines Matching full:rate

20         "cmdUnderTest": "$TC actions add action sample rate 10 group 1 index 2",
23 "matchPattern": "action order [0-9]+: sample rate 1/10 group 1.*index 2 ref",
47 "cmdUnderTest": "$TC actions add action sample rate 700 group 2 continue index 2",
50 "matchPattern": "action order [0-9]+: sample rate 1/700 group 2 continue.*index 2 ref",
74 "cmdUnderTest": "$TC actions add action sample rate 10000 group 11 drop index 22",
77 "matchPattern": "action order [0-9]+: sample rate 1/10000 group 11 drop.*index 22 ref",
101 "cmdUnderTest": "$TC actions add action sample rate 20000 group 72 reclassify index 100",
104 … "matchPattern": "action order [0-9]+: sample rate 1/20000 group 72 reclassify.*index 100 ref",
128 "cmdUnderTest": "$TC actions add action sample rate 20 group 2 pipe index 100",
131 "matchPattern": "action order [0-9]+: sample rate 1/20 group 2 pipe.*index 100 ref",
155 "cmdUnderTest": "$TC actions add action sample rate 700 group 25 jump 4 index 200",
158 "matchPattern": "action order [0-9]+: sample rate 1/700 group 25 jump 4.*index 200 ref",
166 "name": "Add sample action with invalid rate",
182 "cmdUnderTest": "$TC actions add action sample rate 0 group 1 index 2",
185 "matchPattern": "action order [0-9]+: sample rate 1/0 group 1.*index 2 ref",
209 "cmdUnderTest": "$TC actions add action sample rate 200000 group 52 foo index 1",
212 "matchPattern": "action order [0-9]+: sample rate 1/200000 group 52 foo.*index 1 ref",
243 "name": "Add invalid sample action without mandatory argument rate",
284 "cmdUnderTest": "$TC actions add action sample rate 100 index 10",
287 "matchPattern": "action order [0-9]+: sample rate 1/100.*index 10 ref",
309 "cmdUnderTest": "$TC actions add action sample rate 100 index 10",
312 "matchPattern": "action order [0-9]+: sample rate 1/100.*index 10 ref",
334 "cmdUnderTest": "$TC actions add action sample rate 1024 group 4 trunc 1024 index 10",
337 …"matchPattern": "action order [0-9]+: sample rate 1/1024 group 4 trunc_size 1024 pipe.*index 10 re…
345 "name": "Add sample action with maximum rate argument",
361 "cmdUnderTest": "$TC actions add action sample rate 4294967295 group 4 index 10",
364 "matchPattern": "action order [0-9]+: sample rate 1/4294967295 group 4 pipe.*index 10 ref",
388 … "cmdUnderTest": "$TC actions add action sample rate 16000 group 4 trunc 4294967295 index 10",
391 …"matchPattern": "action order [0-9]+: sample rate 1/16000 group 4 trunc_size 4294967295 pipe.*inde…
415 "cmdUnderTest": "$TC actions add action sample rate 4294 group 4294967295 index 1",
418 … "matchPattern": "action order [0-9]+: sample rate 1/4294 group 4294967295 pipe.*index 1 ref",
426 "name": "Add sample action with invalid rate argument",
442 "cmdUnderTest": "$TC actions add action sample rate 4294967296 group 4 index 10",
445 "matchPattern": "action order [0-9]+: sample rate 1/4294967296 group 4 pipe.*index 10 ref",
467 "cmdUnderTest": "$TC actions add action sample rate 4098 group 5294967299 continue index 1",
470 … "matchPattern": "action order [0-9]+: sample rate 1/4098 group 5294967299 continue.*index 1 ref",
492 … "cmdUnderTest": "$TC actions add action sample rate 1024 group 4 trunc 112233445566 index 11",
495 …"matchPattern": "action order [0-9]+: sample rate 1/1024 group 4 trunc_size 112233445566.*index 11…
517 "cmdUnderTest": "$TC actions add action sample rate 1024 group 4 index 5294967299",
520 … "matchPattern": "action order [0-9]+: sample rate 1/1024 group 4 pipe.*index 5294967299 ref",
542 "cmdUnderTest": "$TC actions add action sample rate 1024 group 4 index 4294967295",
545 … "matchPattern": "action order [0-9]+: sample rate 1/1024 group 4 pipe.*index 4294967295 ref",
569 "cmdUnderTest": "$TC actions add action sample rate 1024 group 4 index 45 cookie aabbccdd",
572 … "matchPattern": "action order [0-9]+: sample rate 1/1024 group 4 pipe.*index 45.*cookie aabbccdd",
580 "name": "Replace existing sample action with new rate argument",
595 "$TC actions add action sample rate 1024 group 4 index 4"
597 "cmdUnderTest": "$TC actions replace action sample rate 2048 group 4 index 4",
600 "matchPattern": "action order [0-9]+: sample rate 1/2048 group 4 pipe.*index 4",
623 "$TC actions add action sample rate 1024 group 4 index 4"
625 "cmdUnderTest": "$TC actions replace action sample rate 1024 group 7 index 4",
628 "matchPattern": "action order [0-9]+: sample rate 1/1024 group 7 pipe.*index 4",
651 "$TC actions add action sample rate 1024 group 4 trunc 48 index 4"
653 "cmdUnderTest": "$TC actions replace action sample rate 1024 group 7 trunc 64 index 4",
656 … "matchPattern": "action order [0-9]+: sample rate 1/1024 group 7 trunc_size 64 pipe.*index 4",
679 "$TC actions add action sample rate 1024 group 4 reclassify index 4"
681 "cmdUnderTest": "$TC actions replace action sample rate 1024 group 7 pipe index 4",
684 "matchPattern": "action order [0-9]+: sample rate 1/1024 group 7 pipe.*index 4",
707 "$TC actions add action sample rate 1024 group 4 pass index 90"
709 …"cmdUnderTest": "$TC actions replace action sample rate 1024 group 7 goto chain 42 index 90 cookie…
712 "matchPattern": "action order [0-9]+: sample rate 1/1024 group 4 pass.*index 90",
735 "$TC actions add action sample rate 10 group 1 index 20"
740 "matchPattern": "action order [0-9]+: sample rate 1/10 group 1.*index 20 ref",
763 "$TC actions add action sample rate 10 group 1 index 20"
768 "matchPattern": "action order [0-9]+: sample rate 1/10 group 1.*index 20 ref",