| [ | |
| { | |
| "cmd": [ | |
| "echo", | |
| "hello", | |
| ">", | |
| "/path/to/tmp/", | |
| ";", | |
| "echo", | |
| "hello", | |
| ">", | |
| "/path/to/tmp/" | |
| ], | |
| "name": "test: Run FEMU Test Suite", | |
| "~followup_annotations": [ | |
| "@@@STEP_LOG_LINE@syslog@failure@@@", | |
| "@@@STEP_LOG_END@syslog@@@", | |
| "@@@STEP_LOG_LINE@emulator_log@@@@", | |
| "@@@STEP_LOG_END@emulator_log@@@" | |
| ] | |
| }, | |
| { | |
| "cmd": [ | |
| "ls", | |
| "-la" | |
| ], | |
| "name": "test: mytest" | |
| }, | |
| { | |
| "cmd": [ | |
| "ls", | |
| "-a" | |
| ], | |
| "name": "test: mytest_func" | |
| }, | |
| { | |
| "cmd": [ | |
| "ls", | |
| "-a" | |
| ], | |
| "name": "test: mytest_func_basic" | |
| }, | |
| { | |
| "name": "$result" | |
| } | |
| ] |