Lines Matching full:rate
17 "cmdUnderTest": "$TC actions add action sample rate 10 group 1 index 2",
20 "matchPattern": "action order [0-9]+: sample rate 1/10 group 1.*index 2 ref",
41 "cmdUnderTest": "$TC actions add action sample rate 700 group 2 continue index 2",
44 "matchPattern": "action order [0-9]+: sample rate 1/700 group 2 continue.*index 2 ref",
65 "cmdUnderTest": "$TC actions add action sample rate 10000 group 11 drop index 22",
68 "matchPattern": "action order [0-9]+: sample rate 1/10000 group 11 drop.*index 22 ref",
89 "cmdUnderTest": "$TC actions add action sample rate 20000 group 72 reclassify index 100",
92 … "matchPattern": "action order [0-9]+: sample rate 1/20000 group 72 reclassify.*index 100 ref",
113 "cmdUnderTest": "$TC actions add action sample rate 20 group 2 pipe index 100",
116 "matchPattern": "action order [0-9]+: sample rate 1/20 group 2 pipe.*index 100 ref",
137 "cmdUnderTest": "$TC actions add action sample rate 700 group 25 jump 4 index 200",
140 "matchPattern": "action order [0-9]+: sample rate 1/700 group 25 jump 4.*index 200 ref",
148 "name": "Add sample action with invalid rate",
161 "cmdUnderTest": "$TC actions add action sample rate 0 group 1 index 2",
164 "matchPattern": "action order [0-9]+: sample rate 1/0 group 1.*index 2 ref",
185 "cmdUnderTest": "$TC actions add action sample rate 200000 group 52 foo index 1",
188 "matchPattern": "action order [0-9]+: sample rate 1/200000 group 52 foo.*index 1 ref",
216 "name": "Add invalid sample action without mandatory argument rate",
251 "cmdUnderTest": "$TC actions add action sample rate 100 index 10",
254 "matchPattern": "action order [0-9]+: sample rate 1/100.*index 10 ref",
273 "cmdUnderTest": "$TC actions add action sample rate 100 index 10",
276 "matchPattern": "action order [0-9]+: sample rate 1/100.*index 10 ref",
295 "cmdUnderTest": "$TC actions add action sample rate 1024 group 4 trunc 1024 index 10",
298 …"matchPattern": "action order [0-9]+: sample rate 1/1024 group 4 trunc_size 1024 pipe.*index 10 re…
306 "name": "Add sample action with maximum rate argument",
319 "cmdUnderTest": "$TC actions add action sample rate 4294967295 group 4 index 10",
322 "matchPattern": "action order [0-9]+: sample rate 1/4294967295 group 4 pipe.*index 10 ref",
343 … "cmdUnderTest": "$TC actions add action sample rate 16000 group 4 trunc 4294967295 index 10",
346 …"matchPattern": "action order [0-9]+: sample rate 1/16000 group 4 trunc_size 4294967295 pipe.*inde…
367 "cmdUnderTest": "$TC actions add action sample rate 4294 group 4294967295 index 1",
370 … "matchPattern": "action order [0-9]+: sample rate 1/4294 group 4294967295 pipe.*index 1 ref",
378 "name": "Add sample action with invalid rate argument",
391 "cmdUnderTest": "$TC actions add action sample rate 4294967296 group 4 index 10",
394 "matchPattern": "action order [0-9]+: sample rate 1/4294967296 group 4 pipe.*index 10 ref",
413 "cmdUnderTest": "$TC actions add action sample rate 4098 group 5294967299 continue index 1",
416 … "matchPattern": "action order [0-9]+: sample rate 1/4098 group 5294967299 continue.*index 1 ref",
435 … "cmdUnderTest": "$TC actions add action sample rate 1024 group 4 trunc 112233445566 index 11",
438 …"matchPattern": "action order [0-9]+: sample rate 1/1024 group 4 trunc_size 112233445566.*index 11…
457 "cmdUnderTest": "$TC actions add action sample rate 1024 group 4 index 5294967299",
460 … "matchPattern": "action order [0-9]+: sample rate 1/1024 group 4 pipe.*index 5294967299 ref",
479 "cmdUnderTest": "$TC actions add action sample rate 1024 group 4 index 4294967295",
482 … "matchPattern": "action order [0-9]+: sample rate 1/1024 group 4 pipe.*index 4294967295 ref",
503 "cmdUnderTest": "$TC actions add action sample rate 1024 group 4 index 45 cookie aabbccdd",
506 … "matchPattern": "action order [0-9]+: sample rate 1/1024 group 4 pipe.*index 45.*cookie aabbccdd",
514 "name": "Replace existing sample action with new rate argument",
526 "$TC actions add action sample rate 1024 group 4 index 4"
528 "cmdUnderTest": "$TC actions replace action sample rate 2048 group 4 index 4",
531 "matchPattern": "action order [0-9]+: sample rate 1/2048 group 4 pipe.*index 4",
551 "$TC actions add action sample rate 1024 group 4 index 4"
553 "cmdUnderTest": "$TC actions replace action sample rate 1024 group 7 index 4",
556 "matchPattern": "action order [0-9]+: sample rate 1/1024 group 7 pipe.*index 4",
576 "$TC actions add action sample rate 1024 group 4 trunc 48 index 4"
578 "cmdUnderTest": "$TC actions replace action sample rate 1024 group 7 trunc 64 index 4",
581 … "matchPattern": "action order [0-9]+: sample rate 1/1024 group 7 trunc_size 64 pipe.*index 4",
601 "$TC actions add action sample rate 1024 group 4 reclassify index 4"
603 "cmdUnderTest": "$TC actions replace action sample rate 1024 group 7 pipe index 4",
606 "matchPattern": "action order [0-9]+: sample rate 1/1024 group 7 pipe.*index 4",
626 "$TC actions add action sample rate 1024 group 4 pass index 90"
628 …"cmdUnderTest": "$TC actions replace action sample rate 1024 group 7 goto chain 42 index 90 cookie…
631 "matchPattern": "action order [0-9]+: sample rate 1/1024 group 4 pass.*index 90",
651 "$TC actions add action sample rate 10 group 1 index 20"
656 "matchPattern": "action order [0-9]+: sample rate 1/10 group 1.*index 20 ref",
676 "$TC actions add action sample rate 10 group 1 index 20"
681 "matchPattern": "action order [0-9]+: sample rate 1/10 group 1.*index 20 ref",