Lines Matching full:action

4         "name": "Add gate action with priority and sched-entry",
11 "$TC action flush action gate",
17 … "cmdUnderTest": "$TC action add action gate priority 1 sched-entry close 100000000ns index 100",
19 "verifyCmd": "$TC action get action gate index 100",
20 "matchPattern": "action order [0-9]*: .*priority 1.*index 100 ref",
23 "$TC action flush action gate"
28 "name": "Add gate action with base-time",
35 "$TC actions flush action gate",
41 …"cmdUnderTest": "$TC action add action gate base-time 200000000000ns sched-entry close 100000000ns…
43 "verifyCmd": "$TC action ls action gate",
44 "matchPattern": "action order [0-9]*: .*base-time 200s.*index 10 ref",
47 "$TC actions flush action gate"
52 "name": "Add gate action with cycle-time",
59 "$TC action flush action gate",
65 …"cmdUnderTest": "$TC action add action gate cycle-time 200000000000ns sched-entry close 100000000n…
67 "verifyCmd": "$TC action ls action gate",
68 "matchPattern": "action order [0-9]*: .*cycle-time 200s.*index 1000 ref",
71 "$TC action flush action gate"
76 "name": "Add gate action with cycle-time-ext",
83 "$TC action flush action gate",
89 …"cmdUnderTest": "$TC action add action gate cycle-time-ext 20000000000ns sched-entry close 1000000…
91 "verifyCmd": "$TC action get action gate index 1000",
92 "matchPattern": "action order [0-9]*: .*cycle-time-ext 20s.*index 1000 ref",
95 "$TC action flush action gate"
100 "name": "Replace gate base-time action",
107 "$TC actions flush action gate",
113 …"$TC action add action gate base-time 200000000000ns sched-entry open 200000000ns -1 8000000b inde…
119 "cmdUnderTest": "$TC action replace action gate base-time 400000000000ns index 20",
121 "verifyCmd": "$TC action get action gate index 20",
122 "matchPattern": "action order [0-9]*: .*base-time 400s.*index 20 ref",
125 "$TC action flush action gate"
130 "name": "Delete gate action with valid index",
137 "$TC actions flush action gate",
143 …"$TC action add action gate base-time 200000000000ns sched-entry open 200000000ns -1 8000000b inde…
149 "cmdUnderTest": "$TC action delete action gate index 302",
151 "verifyCmd": "$TC action get action bpf index 302",
152 "matchPattern": "action order [0-9]*: .*base-time 200s.*index 302 ref",
155 "$TC action flush action gate"
160 "name": "Delete gate action with invalid index",
167 "$TC actions flush action gate",
173 …"$TC action add action gate base-time 600000000000ns sched-entry open 200000000ns -1 8000000b inde…
179 "cmdUnderTest": "$TC action delete action gate index 333",
181 "verifyCmd": "$TC action get action gate index 999",
182 "matchPattern": "action order [0-9]*: .*base-time 600s.*index 999 ref",
185 "$TC action flush action gate"
197 "$TC action flush action gate",
202 …"$TC action add action gate base-time 600000000000ns sched-entry open 200000000ns -1 8000000b inde…
203 …"$TC action add action gate cycle-time 600000000000ns sched-entry open 600000000ns -1 8000000b ind…
204 … "$TC action add action gate cycle-time-ext 400000000000ns sched-entry close 100000000ns index 103"
206 "cmdUnderTest": "$TC action list action gate",
208 "verifyCmd": "$TC action list action gate",
209 "matchPattern": "action order [0-9]*:",
212 "$TC actions flush action gate"
224 "$TC actions flush action gate",
229 …"$TC action add action gate base-time 600000000000ns sched-entry open 200000000ns -1 8000000b inde…
230 …"$TC action add action gate cycle-time 600000000000ns sched-entry open 600000000ns -1 8000000b ind…
231 … "$TC action add action gate cycle-time-ext 400000000000ns sched-entry close 100000000ns index 103"
233 "cmdUnderTest": "$TC action flush action gate",
235 "verifyCmd": "$TC action list action gate",
236 "matchPattern": "action order [0-9]*: .*priority",
239 "$TC actions flush action gate"
244 "name": "Add gate action with duplicate index",
251 "$TC actions flush action gate",
256 …"$TC action add action gate cycle-time 600000000000ns sched-entry open 600000000ns -1 8000000b ind…
258 …"cmdUnderTest": "$TC action add action gate cycle-time 600000000000ns sched-entry open 600000000ns…
260 "verifyCmd": "$TC action get action gate index 4294967295",
261 "matchPattern": "action order [0-9]*: .*index 4294967295",
264 "$TC action flush action gate"
269 "name": "Add gate action with invalid index",
276 "$TC actions flush action gate",
282 …"cmdUnderTest": "$TC action add action gate cycle-time-ext 400000000000ns sched-entry close 100000…
284 "verifyCmd": "$TC action ls action gate",
285 "matchPattern": "action order [0-9]*:",
288 "$TC action flush action gate"
293 "name": "Add gate action with cookie",
300 "$TC actions flush action gate",
306 …"cmdUnderTest": "$TC action add action gate cycle-time-ext 400000000000ns sched-entry close 100000…
308 "verifyCmd": "$TC action list action gate",
309 "matchPattern": "action order [0-9]*: .*cookie d0d0d0d0d0d0d0",
312 "$TC action flush action gate"