Lines Matching full:action
4 "name": "Add tunnel_key set action with mandatory parameters",
11 "$TC actions flush action tunnel_key",
17 … "cmdUnderTest": "$TC actions add action tunnel_key set src_ip 10.10.10.1 dst_ip 20.20.20.2 id 1",
19 "verifyCmd": "$TC actions list action tunnel_key",
20 …"matchPattern": "action order [0-9]+: tunnel_key.*set.*src_ip 10.10.10.1.*dst_ip 20.20.20.2.*key_i…
23 "$TC actions flush action tunnel_key"
28 "name": "Add tunnel_key set action with missing mandatory src_ip parameter",
35 "$TC actions flush action tunnel_key",
41 "cmdUnderTest": "$TC actions add action tunnel_key set dst_ip 20.20.20.2 id 100",
43 "verifyCmd": "$TC actions list action tunnel_key",
44 "matchPattern": "action order [0-9]+: tunnel_key set.*dst_ip 20.20.20.2.*key_id 100",
48 "$TC actions flush action tunnel_key",
57 "name": "Add tunnel_key set action with missing mandatory dst_ip parameter",
64 "$TC actions flush action tunnel_key",
70 "cmdUnderTest": "$TC actions add action tunnel_key set src_ip 10.10.10.1 id 100",
72 "verifyCmd": "$TC actions list action tunnel_key",
73 "matchPattern": "action order [0-9]+: tunnel_key set.*src_ip 10.10.10.1.*key_id 100",
77 "$TC actions flush action tunnel_key",
86 "name": "Add tunnel_key set action with invalid src_ip parameter",
93 "$TC actions flush action tunnel_key",
99 …"cmdUnderTest": "$TC actions add action tunnel_key set src_ip 300.168.100.1 dst_ip 192.168.200.1 i…
101 "verifyCmd": "$TC actions get action tunnel_key index 1",
102 …"matchPattern": "action order [0-9]+: tunnel_key set.*src_ip 300.168.100.1.*dst_ip 192.168.200.1.*…
106 "$TC actions flush action tunnel_key",
115 "name": "Add tunnel_key set action with invalid dst_ip parameter",
122 "$TC actions flush action tunnel_key",
128 …"cmdUnderTest": "$TC actions add action tunnel_key set src_ip 192.168.100.1 dst_ip 192.168.800.1 i…
130 "verifyCmd": "$TC actions get action tunnel_key index 11",
131 …"matchPattern": "action order [0-9]+: tunnel_key set.*src_ip 192.168.100.1.*dst_ip 192.168.800.1.*…
135 "$TC actions flush action tunnel_key",
144 "name": "Add tunnel_key set action with invalid id parameter",
151 "$TC actions flush action tunnel_key",
157 …"cmdUnderTest": "$TC actions add action tunnel_key set src_ip 1.1.1.1 dst_ip 2.2.2.2 id 1122334455…
159 "verifyCmd": "$TC actions get action tunnel_key index 1",
160 …"matchPattern": "action order [0-9]+: tunnel_key set.*src_ip 1.1.1.1.*dst_ip 2.2.2.2.*key_id 11223…
164 "$TC actions flush action tunnel_key",
173 "name": "Add tunnel_key set action with invalid dst_port parameter",
180 "$TC actions flush action tunnel_key",
186 …"cmdUnderTest": "$TC actions add action tunnel_key set src_ip 1.1.1.1 dst_ip 2.2.2.2 id 11 dst_por…
188 "verifyCmd": "$TC actions get action tunnel_key index 1",
189 …"matchPattern": "action order [0-9]+: tunnel_key set.*src_ip 1.1.1.1.*dst_ip 2.2.2.2.*key_id 11.*d…
193 "$TC actions flush action tunnel_key",
202 "name": "Add tunnel_key set action with optional dst_port parameter",
209 "$TC actions flush action tunnel_key",
215 …"cmdUnderTest": "$TC actions add action tunnel_key set src_ip 192.168.100.1 dst_ip 192.168.200.1 i…
217 "verifyCmd": "$TC actions get action tunnel_key index 10",
218 …"matchPattern": "action order [0-9]+: tunnel_key.*set.*src_ip 192.168.100.1.*dst_ip 192.168.200.1.…
221 "$TC actions flush action tunnel_key"
226 "name": "Add tunnel_key set action with index at 32-bit maximum",
233 "$TC actions flush action tunnel_key",
239 …"cmdUnderTest": "$TC actions add action tunnel_key set src_ip 1.1.1.1 dst_ip 2.2.2.2 id 11 index 4…
241 "verifyCmd": "$TC actions get action tunnel_key index 4294967295",
242 …"matchPattern": "action order [0-9]+: tunnel_key.*set.*src_ip 1.1.1.1.*dst_ip 2.2.2.2.*id 11.*inde…
245 "$TC actions flush action tunnel_key"
250 "name": "Add tunnel_key set action with index exceeding 32-bit maximum",
257 "$TC actions flush action tunnel_key",
263 …"cmdUnderTest": "$TC actions add action tunnel_key set src_ip 1.1.1.1 dst_ip 2.2.2.2 id 11 index 4…
265 "verifyCmd": "$TC actions get action tunnel_key index 4294967295678",
266 "matchPattern": "action order [0-9]+: tunnel_key set.*index 4294967295678 ref",
270 "$TC actions flush action tunnel_key",
279 "name": "Add tunnel_key set action with id value at 32-bit maximum",
286 "$TC actions flush action tunnel_key",
292 …"cmdUnderTest": "$TC actions add action tunnel_key set src_ip 1.1.1.1 dst_ip 2.2.2.2 id 4294967295…
294 "verifyCmd": "$TC actions get action tunnel_key index 1",
295 …"matchPattern": "action order [0-9]+: tunnel_key.*set.*src_ip 1.1.1.1.*dst_ip 2.2.2.2.*key_id 4294…
298 "$TC actions flush action tunnel_key"
303 "name": "Add tunnel_key set action with id value exceeding 32-bit maximum",
310 "$TC actions flush action tunnel_key",
316 …"cmdUnderTest": "$TC actions add action tunnel_key set src_ip 1.1.1.1 dst_ip 2.2.2.2 id 4294967295…
318 "verifyCmd": "$TC actions get action tunnel_key index 4294967295",
319 …"matchPattern": "action order [0-9]+: tunnel_key.*set.*src_ip 1.1.1.1.*dst_ip 2.2.2.2.*key_id 4294…
323 "$TC actions flush action tunnel_key",
332 "name": "Add tunnel_key set action with dst_port value at 16-bit maximum",
339 "$TC actions flush action tunnel_key",
345 …"cmdUnderTest": "$TC actions add action tunnel_key set src_ip 1.1.1.1 dst_ip 2.2.2.2 id 429 dst_po…
347 "verifyCmd": "$TC actions get action tunnel_key index 1",
348 …"matchPattern": "action order [0-9]+: tunnel_key.*set.*src_ip 1.1.1.1.*dst_ip 2.2.2.2.*key_id 429.…
351 "$TC actions flush action tunnel_key"
356 "name": "Add tunnel_key set action with dst_port value exceeding 16-bit maximum",
363 "$TC actions flush action tunnel_key",
369 …"cmdUnderTest": "$TC actions add action tunnel_key set src_ip 1.1.1.1 dst_ip 2.2.2.2 id 429 dst_po…
371 "verifyCmd": "$TC actions get action tunnel_key index 1",
372 …"matchPattern": "action order [0-9]+: tunnel_key.*set.*src_ip 1.1.1.1.*dst_ip 2.2.2.2.*key_id 429.…
376 "$TC actions flush action tunnel_key",
385 "name": "Add tunnel_key unset action",
392 "$TC actions flush action tunnel_key",
398 "cmdUnderTest": "$TC actions add action tunnel_key unset index 1",
400 "verifyCmd": "$TC actions get action tunnel_key index 1",
401 "matchPattern": "action order [0-9]+: tunnel_key.*unset.*index 1 ref",
404 "$TC actions flush action tunnel_key"
409 "name": "Add tunnel_key unset continue action",
416 "$TC actions flush action tunnel_key",
422 "cmdUnderTest": "$TC actions add action tunnel_key unset continue index 1",
424 "verifyCmd": "$TC actions get action tunnel_key index 1",
425 "matchPattern": "action order [0-9]+: tunnel_key.*unset continue.*index 1 ref",
428 "$TC actions flush action tunnel_key"
433 "name": "Add tunnel_key set continue action with cookie",
440 "$TC actions flush action tunnel_key",
446 …"cmdUnderTest": "$TC actions add action tunnel_key set src_ip 192.168.10.1 dst_ip 192.168.20.2 id …
448 "verifyCmd": "$TC actions get action tunnel_key index 1",
449 …"matchPattern": "action order [0-9]+: tunnel_key.*set.*src_ip 192.168.10.1.*dst_ip 192.168.20.2.*k…
452 "$TC actions flush action tunnel_key"
457 "name": "Add tunnel_key set continue action with invalid cookie",
464 "$TC actions flush action tunnel_key",
470 …"cmdUnderTest": "$TC actions add action tunnel_key set src_ip 192.168.10.1 dst_ip 192.168.20.2 id …
472 "verifyCmd": "$TC actions get action tunnel_key index 1",
473 …"matchPattern": "action order [0-9]+: tunnel_key.*set.*src_ip 192.168.10.1.*dst_ip 192.168.20.2.*k…
477 "$TC actions flush action tunnel_key",
486 "name": "Add tunnel_key action with no set/unset command specified",
493 "$TC actions flush action tunnel_key",
499 … "cmdUnderTest": "$TC actions add action tunnel_key src_ip 10.10.10.1 dst_ip 20.20.20.2 id 1",
501 "verifyCmd": "$TC actions get action tunnel_key index 1",
502 … "matchPattern": "action order [0-9]+: tunnel_key.*src_ip 10.10.10.1.*dst_ip 20.20.20.2.*key_id 1",
506 "$TC actions flush action tunnel_key",
515 "name": "Add tunnel_key action with csum option",
522 "$TC actions flush action tunnel_key",
528 …"cmdUnderTest": "$TC actions add action tunnel_key set src_ip 10.10.10.1 dst_ip 20.20.20.2 id 1 cs…
530 "verifyCmd": "$TC actions get action tunnel_key index 99",
531 …"matchPattern": "action order [0-9]+: tunnel_key.*src_ip 10.10.10.1.*dst_ip 20.20.20.2.*key_id 1.*…
534 "$TC actions flush action tunnel_key"
539 "name": "Add tunnel_key action with nocsum option",
546 "$TC actions flush action tunnel_key",
552 …"cmdUnderTest": "$TC actions add action tunnel_key set src_ip 10.10.10.1 dst_ip 10.10.10.2 id 7823…
554 "verifyCmd": "$TC actions get action tunnel_key index 234",
555 …"matchPattern": "action order [0-9]+: tunnel_key.*src_ip 10.10.10.1.*dst_ip 10.10.10.2.*key_id 782…
558 "$TC actions flush action tunnel_key"
563 "name": "Add tunnel_key action with not-supported parameter",
570 "$TC actions flush action tunnel_key",
576 …"cmdUnderTest": "$TC actions add action tunnel_key set src_ip 10.10.10.1 dst_ip 10.10.10.2 id 7 fo…
578 "verifyCmd": "$TC actions get action tunnel_key index 4",
579 …"matchPattern": "action order [0-9]+: tunnel_key.*src_ip 10.10.10.1.*dst_ip 10.10.10.2.*key_id 7.*…
583 "$TC actions flush action tunnel_key",
592 "name": "Add tunnel_key action with cookie parameter",
599 "$TC actions flush action tunnel_key",
605 …"cmdUnderTest": "$TC actions add action tunnel_key set src_ip 10.10.10.1 dst_ip 10.10.10.2 id 7 in…
607 "verifyCmd": "$TC actions get action tunnel_key index 4",
608 …"matchPattern": "action order [0-9]+: tunnel_key.*set.*src_ip 10.10.10.1.*dst_ip 10.10.10.2.*key_i…
611 "$TC actions flush action tunnel_key"
616 "name": "Add tunnel_key action with a single geneve option parameter",
623 "$TC actions flush action tunnel_key",
629 …"cmdUnderTest": "$TC actions add action tunnel_key set src_ip 1.1.1.1 dst_ip 2.2.2.2 id 42 dst_por…
631 "verifyCmd": "$TC actions get action tunnel_key index 1",
632 …"matchPattern": "action order [0-9]+: tunnel_key.*set.*src_ip 1.1.1.1.*dst_ip 2.2.2.2.*key_id 42.*…
635 "$TC actions flush action tunnel_key"
640 "name": "Add tunnel_key action with multiple geneve options parameter",
647 "$TC actions flush action tunnel_key",
653 …"cmdUnderTest": "$TC actions add action tunnel_key set src_ip 1.1.1.1 dst_ip 2.2.2.2 id 42 dst_por…
655 "verifyCmd": "$TC actions get action tunnel_key index 1",
656 …"matchPattern": "action order [0-9]+: tunnel_key.*set.*src_ip 1.1.1.1.*dst_ip 2.2.2.2.*key_id 42.*…
659 "$TC actions flush action tunnel_key"
664 "name": "Add tunnel_key action with invalid class geneve option parameter",
671 "$TC actions flush action tunnel_key",
677 …"cmdUnderTest": "$TC actions add action tunnel_key set src_ip 1.1.1.1 dst_ip 2.2.2.2 id 42 dst_por…
679 "verifyCmd": "$TC actions get action tunnel_key index 1",
680 …"matchPattern": "action order [0-9]+: tunnel_key.*set.*src_ip 1.1.1.1.*dst_ip 2.2.2.2.*key_id 42.*…
683 "$TC actions flush action tunnel_key"
688 "name": "Add tunnel_key action with invalid type geneve option parameter",
695 "$TC actions flush action tunnel_key",
701 …"cmdUnderTest": "$TC actions add action tunnel_key set src_ip 1.1.1.1 dst_ip 2.2.2.2 id 42 dst_por…
703 "verifyCmd": "$TC actions get action tunnel_key index 1",
704 …"matchPattern": "action order [0-9]+: tunnel_key.*set.*src_ip 1.1.1.1.*dst_ip 2.2.2.2.*key_id 42.*…
707 "$TC actions flush action tunnel_key"
712 "name": "Add tunnel_key action with short data length geneve option parameter",
719 "$TC actions flush action tunnel_key",
725 …"cmdUnderTest": "$TC actions add action tunnel_key set src_ip 1.1.1.1 dst_ip 2.2.2.2 id 42 dst_por…
727 "verifyCmd": "$TC actions get action tunnel_key index 1",
728 …"matchPattern": "action order [0-9]+: tunnel_key.*set.*src_ip 1.1.1.1.*dst_ip 2.2.2.2.*key_id 42.*…
731 "$TC actions flush action tunnel_key"
736 "name": "Add tunnel_key action with non-multiple of 4 data length geneve option parameter",
743 "$TC actions flush action tunnel_key",
749 …"cmdUnderTest": "$TC actions add action tunnel_key set src_ip 1.1.1.1 dst_ip 2.2.2.2 id 42 dst_por…
751 "verifyCmd": "$TC actions get action tunnel_key index 1",
752 …"matchPattern": "action order [0-9]+: tunnel_key.*set.*src_ip 1.1.1.1.*dst_ip 2.2.2.2.*key_id 42.*…
755 "$TC actions flush action tunnel_key"
760 "name": "Add tunnel_key action with incomplete geneve options parameter",
767 "$TC actions flush action tunnel_key",
773 …"cmdUnderTest": "$TC actions add action tunnel_key set src_ip 1.1.1.1 dst_ip 2.2.2.2 id 42 dst_por…
775 "verifyCmd": "$TC actions get action tunnel_key index 1",
776 …"matchPattern": "action order [0-9]+: tunnel_key.*set.*src_ip 1.1.1.1.*dst_ip 2.2.2.2.*key_id 42.*…
779 "$TC actions flush action tunnel_key"
784 "name": "Replace tunnel_key set action with all parameters",
791 "$TC actions flush action tunnel_key",
796 …"$TC actions add action tunnel_key set src_ip 10.10.10.1 dst_ip 20.20.20.2 dst_port 3128 csum id 1…
798 …"cmdUnderTest": "$TC actions replace action tunnel_key set src_ip 11.11.11.1 dst_ip 21.21.21.2 dst…
800 "verifyCmd": "$TC actions get action tunnel_key index 1",
801 …"matchPattern": "action order [0-9]+: tunnel_key.*set.*src_ip 11.11.11.1.*dst_ip 21.21.21.2.*key_i…
804 "$TC actions flush action tunnel_key"
809 "name": "Replace tunnel_key set action with all parameters and cookie",
816 "$TC actions flush action tunnel_key",
821 …"$TC actions add action tunnel_key set src_ip 10.10.10.1 dst_ip 20.20.20.2 dst_port 3128 nocsum id…
823 …"cmdUnderTest": "$TC actions replace action tunnel_key set src_ip 11.11.11.1 dst_ip 21.21.21.2 dst…
825 "verifyCmd": "$TC actions get action tunnel_key index 1",
826 …"matchPattern": "action order [0-9]+: tunnel_key.*set.*src_ip 11.11.11.1.*dst_ip 21.21.21.2.*key_i…
829 "$TC actions flush action tunnel_key"
841 "$TC actions flush action tunnel_key",
846 …"$TC actions add action tunnel_key set src_ip 10.10.10.1 dst_ip 20.20.20.2 dst_port 3128 nocsum id…
847 …"$TC actions add action tunnel_key set src_ip 11.10.10.1 dst_ip 21.20.20.2 dst_port 3129 csum id 2…
848 …"$TC actions add action tunnel_key set src_ip 12.10.10.1 dst_ip 22.20.20.2 dst_port 3130 csum id 3…
849 …"$TC actions add action tunnel_key set src_ip 13.10.10.1 dst_ip 23.20.20.2 dst_port 3131 nocsum id…
851 "cmdUnderTest": "$TC actions list action tunnel_key",
853 "verifyCmd": "$TC actions list action tunnel_key",
854 …"matchPattern": "action order [0-9]+: tunnel_key.*set.*src_ip 10.10.10.1.*dst_ip 20.20.20.2.*key_i…
857 "$TC actions flush action tunnel_key"
869 "$TC actions flush action tunnel_key",
874 …"$TC actions add action tunnel_key set src_ip 10.10.10.1 dst_ip 20.20.20.2 dst_port 3128 nocsum id…
875 …"$TC actions add action tunnel_key set src_ip 11.10.10.1 dst_ip 21.20.20.2 dst_port 3129 csum id 2…
876 …"$TC actions add action tunnel_key set src_ip 12.10.10.1 dst_ip 22.20.20.2 dst_port 3130 csum id 3…
877 …"$TC actions add action tunnel_key set src_ip 13.10.10.1 dst_ip 23.20.20.2 dst_port 3131 nocsum id…
879 "cmdUnderTest": "$TC actions flush action tunnel_key",
881 "verifyCmd": "$TC actions list action tunnel_key",
882 "matchPattern": "action order [0-9]+:.*",
885 "$TC actions flush action tunnel_key"
890 "name": "Replace tunnel_key set action with invalid goto chain",
897 "$TC actions flush action tunnel_key",
902 …"$TC actions add action tunnel_key set src_ip 10.10.10.1 dst_ip 20.20.20.2 dst_port 3128 nocsum id…
904 …"cmdUnderTest": "$TC actions replace action tunnel_key set src_ip 10.10.10.2 dst_ip 20.20.20.1 dst…
906 "verifyCmd": "$TC actions get action tunnel_key index 90",
907 …"matchPattern": "action order [0-9]+: tunnel_key.*set.*src_ip 10.10.10.1.*dst_ip 20.20.20.2.*key_i…
910 "$TC actions flush action tunnel_key"
915 "name": "Add tunnel_key set action with no_percpu flag",
922 "$TC actions flush action tunnel_key",
928 …"cmdUnderTest": "$TC actions add action tunnel_key set src_ip 10.10.10.1 dst_ip 20.20.20.2 id 1 no…
930 "verifyCmd": "$TC actions list action tunnel_key",
931 …"matchPattern": "action order [0-9]+: tunnel_key.*set.*src_ip 10.10.10.1.*dst_ip 20.20.20.2.*key_i…
934 "$TC actions flush action tunnel_key"
939 "name": "Delete tunnel_key set action with valid index",
946 "$TC actions flush action tunnel_key",
951 "$TC actions add action tunnel_key set src_ip 1.1.1.1 dst_ip 2.2.2.2 index 1"
953 "cmdUnderTest": "$TC actions del action tunnel_key index 1",
955 "verifyCmd": "$TC actions list action tunnel_key",
956 … "matchPattern": "action order [0-9]+: tunnel_key.*set.*src_ip 1.1.1.1.*dst_ip 2.2.2.2.*index 1",
959 "$TC actions flush action tunnel_key"
964 "name": "Delete tunnel_key set action with invalid index",
971 "$TC actions flush action tunnel_key",
976 "$TC actions add action tunnel_key set src_ip 1.1.1.1 dst_ip 2.2.2.2 index 1"
978 "cmdUnderTest": "$TC actions del action tunnel_key index 10",
980 "verifyCmd": "$TC actions list action tunnel_key",
981 … "matchPattern": "action order [0-9]+: tunnel_key.*set.*src_ip 1.1.1.1.*dst_ip 2.2.2.2.*index 1",
984 "$TC actions flush action tunnel_key"
989 "name": "Add tunnel_key action with nofrag option",
994 "dependsOn": "$TC actions add action tunnel_key help 2>&1 | grep -q nofrag",
997 "$TC action flush action tunnel_key",
1003 …"cmdUnderTest": "$TC actions add action tunnel_key set src_ip 10.10.10.1 dst_ip 10.10.10.2 id 1111…
1005 "verifyCmd": "$TC actions get action tunnel_key index 222",
1006 …"matchPattern": "action order [0-9]+: tunnel_key.*src_ip 10.10.10.1.*dst_ip 10.10.10.2.*key_id 111…
1009 "$TC actions flush action tunnel_key"