Home | History | Annotate | Download | only in actions
      1 [
      2     {
      3         "id": "a568",
      4         "name": "Add action with ife type",
      5         "category": [
      6             "actions",
      7             "ife"
      8         ],
      9         "setup": [
     10             [
     11                 "$TC actions flush action ife",
     12                 0,
     13                 1,
     14                 255
     15             ],
     16             "$TC actions add action ife encode type 0xDEAD index 1"
     17         ],
     18         "cmdUnderTest": "$TC actions get action ife index 1",
     19         "expExitCode": "0",
     20         "verifyCmd": "$TC actions get action ife index 1",
     21         "matchPattern": "type 0xDEAD",
     22         "matchCount": "1",
     23         "teardown": [
     24             "$TC actions flush action ife"
     25         ]
     26     },
     27     {
     28         "id": "b983",
     29         "name": "Add action without ife type",
     30         "category": [
     31             "actions",
     32             "ife"
     33         ],
     34         "setup": [
     35             [
     36                 "$TC actions flush action ife",
     37                 0,
     38                 1,
     39                 255
     40             ],
     41             "$TC actions add action ife encode index 1"
     42         ],
     43         "cmdUnderTest": "$TC actions get action ife index 1",
     44         "expExitCode": "0",
     45         "verifyCmd": "$TC actions get action ife index 1",
     46         "matchPattern": "type 0xED3E",
     47         "matchCount": "1",
     48         "teardown": [
     49             "$TC actions flush action ife"
     50         ]
     51     }
     52 ]
     53