Lines Matching full:action
4 "name": "Add skbedit action with valid mark",
11 "$TC actions flush action skbedit",
17 "cmdUnderTest": "$TC actions add action skbedit mark 1",
19 "verifyCmd": "$TC actions list action skbedit",
20 "matchPattern": "action order [0-9]*: skbedit mark 1",
23 "$TC actions flush action skbedit"
28 "name": "Add skbedit action with 32-bit maximum mark",
35 "$TC actions flush action skbedit",
41 "cmdUnderTest": "$TC actions add action skbedit mark 4294967295 pipe index 1",
43 "verifyCmd": "$TC actions get action skbedit index 1",
44 "matchPattern": "action order [0-9]*: skbedit mark 4294967295.*pipe.*index 1",
47 "$TC actions flush action skbedit"
52 "name": "Add skbedit action with mark exceeding 32-bit maximum",
59 "$TC actions flush action skbedit",
65 "cmdUnderTest": "$TC actions add action skbedit mark 666777888999",
67 "verifyCmd": "$TC actions list action skbedit",
68 "matchPattern": "action order [0-9]*: skbedit mark",
74 "name": "Add skbedit action with valid mark and mask",
81 "$TC actions flush action skbedit",
87 "cmdUnderTest": "$TC actions add action skbedit mark 1/0xaabb",
89 "verifyCmd": "$TC actions list action skbedit",
90 "matchPattern": "action order [0-9]*: skbedit mark 1/0xaabb",
93 "$TC actions flush action skbedit"
98 "name": "Add skbedit action with valid mark and 32-bit maximum mask",
105 "$TC actions flush action skbedit",
111 "cmdUnderTest": "$TC actions add action skbedit mark 1/0xffffffff",
113 "verifyCmd": "$TC actions list action skbedit",
114 "matchPattern": "action order [0-9]*: skbedit mark 1/0xffffffff",
117 "$TC actions flush action skbedit"
122 "name": "Add skbedit action with valid mark and mask exceeding 32-bit maximum",
129 "$TC actions flush action skbedit",
135 "cmdUnderTest": "$TC actions add action skbedit mark 1/0xaabbccddeeff112233",
137 "verifyCmd": "$TC actions list action skbedit",
138 "matchPattern": "action order [0-9]*: skbedit mark 1/0xaabbccddeeff112233",
144 "name": "Add skbedit action with valid mark and mask with invalid format",
151 "$TC actions flush action skbedit",
157 "cmdUnderTest": "$TC actions add action skbedit mark 1/-1234",
159 "verifyCmd": "$TC actions list action skbedit",
160 "matchPattern": "action order [0-9]*: skbedit mark 1/-1234",
166 "name": "Replace skbedit action with new mask",
173 "$TC actions flush action skbedit",
178 "$TC actions add action skbedit mark 1/0x11223344 index 1"
180 "cmdUnderTest": "$TC actions replace action skbedit mark 1/0xaabb index 1",
182 "verifyCmd": "$TC actions list action skbedit",
183 "matchPattern": "action order [0-9]*: skbedit mark 1/0xaabb",
186 "$TC actions flush action skbedit"
191 "name": "Add skbedit action with priority",
198 "$TC actions flush action skbedit",
204 "cmdUnderTest": "$TC actions add action skbedit prio 99",
206 "verifyCmd": "$TC actions list action skbedit",
207 "matchPattern": "action order [0-9]*: skbedit priority :99",
210 "$TC actions flush action skbedit"
215 "name": "Add skbedit action with invalid priority",
222 "$TC actions flush action skbedit",
228 "cmdUnderTest": "$TC actions add action skbedit prio foo",
230 "verifyCmd": "$TC actions list action skbedit",
231 "matchPattern": "action order [0-9]*: skbedit priority",
234 "$TC actions flush action skbedit"
239 "name": "Add skbedit action with queue_mapping",
246 "$TC actions flush action skbedit",
252 "cmdUnderTest": "$TC actions add action skbedit queue_mapping 909",
254 "verifyCmd": "$TC actions list action skbedit",
255 "matchPattern": "action order [0-9]*: skbedit queue_mapping 909",
258 "$TC actions flush action skbedit"
263 "name": "Add skbedit action with queue_mapping exceeding 16-bit maximum",
270 "$TC actions flush action skbedit",
276 "cmdUnderTest": "$TC actions add action skbedit queue_mapping 67000",
278 "verifyCmd": "$TC actions list action skbedit",
279 "matchPattern": "action order [0-9]*: skbedit queue_mapping",
282 "$TC actions flush action skbedit"
287 "name": "Add skbedit action with ptype host",
294 "$TC actions flush action skbedit",
300 "cmdUnderTest": "$TC actions add action skbedit ptype host",
302 "verifyCmd": "$TC actions list action skbedit",
303 "matchPattern": "action order [0-9]*: skbedit ptype host",
306 "$TC actions flush action skbedit"
311 "name": "Add skbedit action with ptype otherhost",
318 "$TC actions flush action skbedit",
324 "cmdUnderTest": "$TC actions add action skbedit ptype otherhost",
326 "verifyCmd": "$TC actions list action skbedit",
327 "matchPattern": "action order [0-9]*: skbedit ptype otherhost",
330 "$TC actions flush action skbedit"
335 "name": "Add skbedit action with invalid ptype",
342 "$TC actions flush action skbedit",
348 "cmdUnderTest": "$TC actions add action skbedit ptype openair",
350 "verifyCmd": "$TC actions list action skbedit",
351 "matchPattern": "action order [0-9]*: skbedit ptype openair",
354 "$TC actions flush action skbedit"
359 "name": "Add skbedit action with control pipe",
366 "$TC actions flush action skbedit",
372 "cmdUnderTest": "$TC actions add action skbedit ptype host pipe index 11",
374 "verifyCmd": "$TC actions get action skbedit index 11",
375 "matchPattern": "action order [0-9]*: skbedit ptype host pipe.*index 11 ref",
378 "$TC actions flush action skbedit"
383 "name": "Add skbedit action with control reclassify",
390 "$TC actions flush action skbedit",
396 "cmdUnderTest": "$TC actions add action skbedit mark 56789 reclassify index 90",
398 "verifyCmd": "$TC actions get action skbedit index 90",
399 "matchPattern": "action order [0-9]*: skbedit mark 56789 reclassify.*index 90 ref",
402 "$TC actions flush action skbedit"
407 "name": "Add skbedit action with control pass",
414 "$TC actions flush action skbedit",
420 "cmdUnderTest": "$TC actions add action skbedit queue_mapping 3 pass index 271",
422 "verifyCmd": "$TC actions get action skbedit index 271",
423 "matchPattern": "action order [0-9]*: skbedit queue_mapping 3 pass.*index 271 ref",
426 "$TC actions flush action skbedit"
431 "name": "Add skbedit action with control drop",
438 "$TC actions flush action skbedit",
444 "cmdUnderTest": "$TC actions add action skbedit queue_mapping 3 drop index 271",
446 "verifyCmd": "$TC actions get action skbedit index 271",
447 "matchPattern": "action order [0-9]*: skbedit queue_mapping 3 drop.*index 271 ref",
450 "$TC actions flush action skbedit"
455 "name": "Add skbedit action with control jump",
462 "$TC actions flush action skbedit",
468 "cmdUnderTest": "$TC actions add action skbedit priority 8 jump 9 index 2",
470 "verifyCmd": "$TC actions get action skbedit index 2",
471 "matchPattern": "action order [0-9]*: skbedit priority :8 jump 9.*index 2 ref",
474 "$TC actions flush action skbedit"
479 "name": "Add skbedit action with control continue",
486 "$TC actions flush action skbedit",
492 "cmdUnderTest": "$TC actions add action skbedit priority 16 continue index 32",
494 "verifyCmd": "$TC actions get action skbedit index 32",
495 "matchPattern": "action order [0-9]*: skbedit priority :16 continue.*index 32 ref",
498 "$TC actions flush action skbedit"
503 "name": "Add skbedit action with cookie",
510 "$TC actions flush action skbedit",
516 … "cmdUnderTest": "$TC actions add action skbedit priority 16 continue index 32 cookie deadbeef",
518 "verifyCmd": "$TC actions get action skbedit index 32",
519 …"matchPattern": "action order [0-9]*: skbedit priority :16 continue.*index 32 ref.*cookie deadbee…
522 "$TC actions flush action skbedit"
534 "$TC actions flush action skbedit",
539 "$TC actions add action skbedit ptype otherhost",
540 "$TC actions add action skbedit ptype broadcast",
541 "$TC actions add action skbedit mark 59",
542 "$TC actions add action skbedit mark 409"
544 "cmdUnderTest": "$TC actions list action skbedit",
546 "verifyCmd": "$TC actions list action skbedit",
547 "matchPattern": "action order [0-9]*: skbedit",
550 "$TC actions flush action skbedit"
555 "name": "Add skbedit action with index at 32-bit maximum",
562 "$TC actions flush action skbedit",
568 "cmdUnderTest": "$TC actions add action skbedit mark 808 index 4294967295",
570 "verifyCmd": "$TC actions get action skbedit index 4294967295",
571 "matchPattern": "action order [0-9]*: skbedit mark 808.*index 4294967295",
574 "$TC actions flush action skbedit"
579 "name": "Add skbedit action with index exceeding 32-bit maximum",
586 "$TC actions flush action skbedit",
592 "cmdUnderTest": "$TC actions add action skbedit mark 808 pass index 4294967297",
594 "verifyCmd": "$TC actions get action skbedit index 4294967297",
595 "matchPattern": "action order [0-9]*:.*skbedit.*mark 808.*pass.*index 4294967297",
601 "name": "Delete skbedit action",
608 "$TC actions flush action skbedit",
613 "$TC actions add action skbedit mark 42 index 9009"
615 "cmdUnderTest": "$TC actions del action skbedit index 9009",
617 "verifyCmd": "$TC actions list action skbedit",
618 "matchPattern": "action order [0-9]*: skbedit mark 42",
621 "$TC actions flush action skbedit"
632 "$TC actions add action skbedit mark 500",
633 "$TC actions add action skbedit mark 501",
634 "$TC actions add action skbedit mark 502",
635 "$TC actions add action skbedit mark 503",
636 "$TC actions add action skbedit mark 504",
637 "$TC actions add action skbedit mark 505",
638 "$TC actions add action skbedit mark 506"
640 "cmdUnderTest": "$TC actions flush action skbedit",
642 "verifyCmd": "$TC actions list action skbedit",
643 "matchPattern": "action order [0-9]*: skbedit",
646 "$TC actions flush action skbedit"
651 "name": "Replace skbedit action with invalid goto_chain control",
658 "$TC actions flush action skbedit",
663 "$TC actions add action skbedit ptype host pass index 90"
665 …"cmdUnderTest": "$TC actions replace action skbedit ptype host goto chain 42 index 90 cookie c1a0c…
667 "verifyCmd": "$TC actions list action skbedit",
668 "matchPattern": "action order [0-9]*: skbedit ptype host pass.*index 90 ref",
671 "$TC actions flush action skbedit"
683 "$TC actions flush action skbedit",
689 …"cmdUnderTest": "bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action skbedit queue_mapping 2 prio…
691 "verifyCmd": "$TC actions list action skbedit",
695 "$TC actions flush action skbedit"
707 "$TC actions flush action skbedit",
712 …"bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action skbedit queue_mapping 2 priority 10 mark 7/0…
714 …"cmdUnderTest": "bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action skbedit index \\$i \\\"; arg…
716 "verifyCmd": "$TC actions list action skbedit",