Lines Matching full:gate
4 "name": "Add gate action with priority and sched-entry",
7 "gate"
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",
23 "$TC action flush action gate"
28 "name": "Add gate action with base-time",
31 "gate"
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",
47 "$TC actions flush action gate"
52 "name": "Add gate action with cycle-time",
55 "gate"
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",
71 "$TC action flush action gate"
76 "name": "Add gate action with cycle-time-ext",
79 "gate"
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",
95 "$TC action flush action gate"
100 "name": "Replace gate base-time action",
103 "gate"
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",
125 "$TC action flush action gate"
130 "name": "Delete gate action with valid index",
133 "gate"
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",
155 "$TC action flush action gate"
160 "name": "Delete gate action with invalid index",
163 "gate"
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",
185 "$TC action flush action gate"
190 "name": "List gate actions",
193 "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",
212 "$TC actions flush action gate"
217 "name": "Flush gate actions",
220 "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",
239 "$TC actions flush action gate"
244 "name": "Add gate action with duplicate index",
247 "gate"
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",
264 "$TC action flush action gate"
269 "name": "Add gate action with invalid index",
272 "gate"
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",
288 "$TC action flush action gate"
293 "name": "Add gate action with cookie",
296 "gate"
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",
312 "$TC action flush action gate"