Lines Matching full:gate

4         "name": "Add gate action with priority and sched-entry",
7 "gate"
14 "$TC action flush action gate",
20 … "cmdUnderTest": "$TC action add action gate priority 1 sched-entry close 100000000ns index 100",
22 "verifyCmd": "$TC action get action gate index 100",
26 "$TC action flush action gate"
31 "name": "Add gate action with base-time",
34 "gate"
41 "$TC actions flush action gate",
47 …"cmdUnderTest": "$TC action add action gate base-time 200000000000ns sched-entry close 100000000ns…
49 "verifyCmd": "$TC action ls action gate",
53 "$TC actions flush action gate"
58 "name": "Add gate action with cycle-time",
61 "gate"
68 "$TC action flush action gate",
74 …"cmdUnderTest": "$TC action add action gate cycle-time 200000000000ns sched-entry close 100000000n…
76 "verifyCmd": "$TC action ls action gate",
80 "$TC action flush action gate"
85 "name": "Add gate action with cycle-time-ext",
88 "gate"
95 "$TC action flush action gate",
101 …"cmdUnderTest": "$TC action add action gate cycle-time-ext 20000000000ns sched-entry close 1000000…
103 "verifyCmd": "$TC action get action gate index 1000",
107 "$TC action flush action gate"
112 "name": "Replace gate base-time action",
115 "gate"
122 "$TC actions flush action gate",
128 …"$TC action add action gate base-time 200000000000ns sched-entry open 200000000ns -1 8000000b inde…
134 "cmdUnderTest": "$TC action replace action gate base-time 400000000000ns index 20",
136 "verifyCmd": "$TC action get action gate index 20",
140 "$TC action flush action gate"
145 "name": "Delete gate action with valid index",
148 "gate"
155 "$TC actions flush action gate",
161 …"$TC action add action gate base-time 200000000000ns sched-entry open 200000000ns -1 8000000b inde…
167 "cmdUnderTest": "$TC action delete action gate index 302",
173 "$TC action flush action gate"
178 "name": "Delete gate action with invalid index",
181 "gate"
188 "$TC actions flush action gate",
194 …"$TC action add action gate base-time 600000000000ns sched-entry open 200000000ns -1 8000000b inde…
200 "cmdUnderTest": "$TC action delete action gate index 333",
202 "verifyCmd": "$TC action get action gate index 999",
206 "$TC action flush action gate"
211 "name": "List gate actions",
214 "gate"
221 "$TC action flush action gate",
226 …"$TC action add action gate base-time 600000000000ns sched-entry open 200000000ns -1 8000000b inde…
227 …"$TC action add action gate cycle-time 600000000000ns sched-entry open 600000000ns -1 8000000b ind…
228 … "$TC action add action gate cycle-time-ext 400000000000ns sched-entry close 100000000ns index 103"
230 "cmdUnderTest": "$TC action list action gate",
232 "verifyCmd": "$TC action list action gate",
236 "$TC actions flush action gate"
241 "name": "Flush gate actions",
244 "gate"
251 "$TC actions flush action gate",
256 …"$TC action add action gate base-time 600000000000ns sched-entry open 200000000ns -1 8000000b inde…
257 …"$TC action add action gate cycle-time 600000000000ns sched-entry open 600000000ns -1 8000000b ind…
258 … "$TC action add action gate cycle-time-ext 400000000000ns sched-entry close 100000000ns index 103"
260 "cmdUnderTest": "$TC action flush action gate",
262 "verifyCmd": "$TC action list action gate",
266 "$TC actions flush action gate"
271 "name": "Add gate action with duplicate index",
274 "gate"
281 "$TC actions flush action gate",
286 …"$TC action add action gate cycle-time 600000000000ns sched-entry open 600000000ns -1 8000000b ind…
288 …"cmdUnderTest": "$TC action add action gate cycle-time 600000000000ns sched-entry open 600000000ns…
290 "verifyCmd": "$TC action get action gate index 4294967295",
294 "$TC action flush action gate"
299 "name": "Add gate action with invalid index",
302 "gate"
309 "$TC actions flush action gate",
315 …"cmdUnderTest": "$TC action add action gate cycle-time-ext 400000000000ns sched-entry close 100000…
317 "verifyCmd": "$TC action ls action gate",
321 "$TC action flush action gate"
326 "name": "Add gate action with cookie",
329 "gate"
336 "$TC actions flush action gate",
342 …"cmdUnderTest": "$TC action add action gate cycle-time-ext 400000000000ns sched-entry close 100000…
344 "verifyCmd": "$TC action list action gate",
348 "$TC action flush action gate"