4 "name": "Add simple action",
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 duplicate index",
35 "$TC actions flush action simple",
40 "$TC actions add action simple sdata \"Aruba\" index 4"
42 "cmdUnderTest": "$TC actions add action simple sdata \"Jamaica\" index 4",
44 "verifyCmd": "$TC actions list action simple",
45 "matchPattern": "action order [0-9]*: Simple <Jamaica>.*ref",
48 "$TC actions flush action simple"
53 "name": "List simple actions",
60 "$TC actions flush action simple",
65 "$TC actions add action simple sdata \"Rock\"",
66 "$TC actions add action simple sdata \"Paper\"",
67 "$TC actions add action simple sdata \"Scissors\" index 98"
69 "cmdUnderTest": "$TC actions list action simple",
71 "verifyCmd": "$TC actions list action simple",
72 "matchPattern": "action order [0-9]*: Simple <[A-Z][a-z]*>",
75 "$TC actions flush action simple"
80 "name": "Delete simple action",
87 "$TC actions flush action simple",
92 "$TC actions add action simple sdata \"Blinkenlights\" index 1"
94 "cmdUnderTest": "$TC actions delete action simple index 1",
96 "verifyCmd": "$TC actions list action simple",
97 "matchPattern": "action order [0-9]*: Simple <Blinkenlights>.*index 1 ref",
100 "$TC actions flush action simple"
105 "name": "Flush simple actions",
112 "$TC actions flush action simple",
117 "$TC actions add action simple sdata \"Kirk\"",
118 "$TC actions add action simple sdata \"Spock\" index 50",
119 "$TC actions add action simple sdata \"McCoy\" index 9"
121 "cmdUnderTest": "$TC actions flush action simple",
123 "verifyCmd": "$TC actions list action simple",
124 "matchPattern": "action order [0-9]*: Simple <[A-Z][a-z]*>",