Lines Matching full:simple
4 "name": "Add simple action",
7 "simple"
11 "$TC actions flush action simple",
17 "cmdUnderTest": "$TC actions add action simple sdata \"A triumph\" index 60",
19 "verifyCmd": "$TC actions list action simple",
20 "matchPattern": "action order [0-9]*: Simple <A triumph>.*index 60 ref",
23 "$TC actions flush action simple"
28 "name": "Add simple action with change command",
31 "simple"
35 "$TC actions flush action simple",
41 "cmdUnderTest": "$TC actions change action simple sdata \"Not changed\" index 60",
43 "verifyCmd": "$TC actions list action simple",
44 "matchPattern": "action order [0-9]*: Simple <Not changed>.*index 60 ref",
47 "$TC actions flush action simple"
52 "name": "Add simple action with duplicate index",
55 "simple"
59 "$TC actions flush action simple",
64 "$TC actions add action simple sdata \"Aruba\" index 4"
66 "cmdUnderTest": "$TC actions add action simple sdata \"Jamaica\" index 4",
68 "verifyCmd": "$TC actions list action simple",
69 "matchPattern": "action order [0-9]*: Simple <Jamaica>.*ref",
72 "$TC actions flush action simple"
77 "name": "List simple actions",
80 "simple"
84 "$TC actions flush action simple",
89 "$TC actions add action simple sdata \"Rock\"",
90 "$TC actions add action simple sdata \"Paper\"",
91 "$TC actions add action simple sdata \"Scissors\" index 98"
93 "cmdUnderTest": "$TC actions list action simple",
95 "verifyCmd": "$TC actions list action simple",
96 "matchPattern": "action order [0-9]*: Simple <[A-Z][a-z]*>",
99 "$TC actions flush action simple"
104 "name": "Delete simple action",
107 "simple"
111 "$TC actions flush action simple",
116 "$TC actions add action simple sdata \"Blinkenlights\" index 1"
118 "cmdUnderTest": "$TC actions delete action simple index 1",
120 "verifyCmd": "$TC actions list action simple",
121 "matchPattern": "action order [0-9]*: Simple <Blinkenlights>.*index 1 ref",
124 "$TC actions flush action simple"
129 "name": "Flush simple actions",
132 "simple"
136 "$TC actions flush action simple",
141 "$TC actions add action simple sdata \"Kirk\"",
142 "$TC actions add action simple sdata \"Spock\" index 50",
143 "$TC actions add action simple sdata \"McCoy\" index 9"
145 "cmdUnderTest": "$TC actions flush action simple",
147 "verifyCmd": "$TC actions list action simple",
148 "matchPattern": "action order [0-9]*: Simple <[A-Z][a-z]*>",
156 "name": "Replace simple action with invalid goto chain control",
159 "simple"
163 "$TC actions flush action simple",
168 "$TC actions add action simple sdata \"hello\" pass index 90"
170 …"cmdUnderTest": "$TC actions replace action simple sdata \"world\" goto chain 42 index 90 cookie …
172 "verifyCmd": "$TC actions list action simple",
173 "matchPattern": "action order [0-9]*: Simple <hello>.*index 90 ref",
176 "$TC actions flush action simple"
184 "simple"
188 "$TC actions flush action simple",
193 "$TC actions add action simple sdata \"2\" index 2",
195 … "$TC actions add action simple sdata \"1\" index 1 action simple sdata \"2\" index 2",
198 "$TC actions flush action simple"
200 "cmdUnderTest": "$TC actions add action simple sdata \"2\" index 2",
202 "verifyCmd": "$TC actions list action simple",
203 "matchPattern": "action order [0-9]*: Simple <2>.*index 2 ref",
206 "$TC actions flush action simple"
214 "simple"
218 "$TC actions flush action simple",
224 …"$TC actions change action simple sdata \"1\" index 1 action simple sdata \"2\" goto chain 42 inde…
227 "$TC actions flush action simple"
229 "cmdUnderTest": "$TC actions add action simple sdata \"1\" index 1",
231 "verifyCmd": "$TC actions list action simple",
232 "matchPattern": "action order [0-9]*: Simple <1>.*index 1 ref",
235 "$TC actions flush action simple"