Lines Matching full:action

4         "name": "Add xt action with log-prefix",
11 "$TC actions flush action xt",
17 "cmdUnderTest": "$TC action add action xt -j LOG --log-prefix PONG index 100",
19 "verifyCmd": "$TC action ls action xt",
20 … "matchPattern": "action order [0-9]*:.*target LOG level warning prefix \"PONG\".*index 100 ref",
23 "$TC actions flush action xt"
28 "name": "Replace xt action log-prefix",
35 "$TC actions flush action xt",
41 "$TC action add action xt -j LOG --log-prefix PONG index 1",
47 "cmdUnderTest": "$TC action replace action xt -j LOG --log-prefix WIN index 1",
49 "verifyCmd": "$TC action get action xt index 1",
50 … "matchPattern": "action order [0-9]*:.*target LOG level warning prefix \"WIN\".*index 1 ref",
53 "$TC action flush action xt"
58 "name": "Delete xt action with valid index",
65 "$TC actions flush action xt",
71 "$TC action add action xt -j LOG --log-prefix PONG index 1000",
77 "cmdUnderTest": "$TC action delete action xt index 1000",
79 "verifyCmd": "$TC action get action xt index 1000",
80 … "matchPattern": "action order [0-9]*:.*target LOG level warning prefix \"PONG\".*index 1000 ref",
83 "$TC action flush action xt"
88 "name": "Delete xt action with invalid index",
95 "$TC actions flush action xt",
101 "$TC action add action xt -j LOG --log-prefix PONG index 1000",
107 "cmdUnderTest": "$TC action delete action xt index 333",
109 "verifyCmd": "$TC action get action xt index 1000",
110 … "matchPattern": "action order [0-9]*:.*target LOG level warning prefix \"PONG\".*index 1000 ref",
113 "$TC action flush action xt"
125 "$TC action flush action xt",
130 "$TC action add action xt -j LOG --log-prefix PONG index 1001",
131 "$TC action add action xt -j LOG --log-prefix WIN index 1002",
132 "$TC action add action xt -j LOG --log-prefix LOSE index 1003"
134 "cmdUnderTest": "$TC action list action xt",
136 "verifyCmd": "$TC action list action xt",
137 "matchPattern": "action order [0-9]*: tablename:",
140 "$TC actions flush action xt"
152 "$TC actions flush action xt",
157 "$TC action add action xt -j LOG --log-prefix PONG index 1001",
158 "$TC action add action xt -j LOG --log-prefix WIN index 1002",
159 "$TC action add action xt -j LOG --log-prefix LOSE index 1003"
161 "cmdUnderTest": "$TC action flush action xt",
163 "verifyCmd": "$TC action list action xt",
164 "matchPattern": "action order [0-9]*: tablename:",
167 "$TC actions flush action xt"
172 "name": "Add xt action with duplicate index",
179 "$TC actions flush action xt",
184 "$TC action add action xt -j LOG --log-prefix PONG index 101"
186 "cmdUnderTest": "$TC action add action xt -j LOG --log-prefix WIN index 101",
188 "verifyCmd": "$TC action get action xt index 101",
189 … "matchPattern": "action order [0-9]*:.*target LOG level warning prefix \"PONG\".*index 101",
192 "$TC action flush action xt"
197 "name": "Add xt action with invalid index",
204 "$TC actions flush action xt",
210 "cmdUnderTest": "$TC action add action xt -j LOG --log-prefix WIN index 4294967296",
212 "verifyCmd": "$TC action ls action xt",
213 "matchPattern": "action order [0-9]*:*target LOG level warning prefix \"WIN\"",
216 "$TC action flush action xt"