| [ |
| { |
| "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": [], |
| "name": "nested" |
| }, |
| { |
| "cmd": [ |
| "ls", |
| "-a" |
| ], |
| "name": "nested.test: mytest_func", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "ls", |
| "-a" |
| ], |
| "name": "test: mytest_func_basic" |
| }, |
| { |
| "cmd": [ |
| "flutter", |
| "doctor", |
| "--verbose" |
| ], |
| "name": "flutter doctor", |
| "timeout": 300 |
| }, |
| { |
| "cmd": [ |
| "ls", |
| "-a" |
| ], |
| "name": "test: mytest_func_3" |
| }, |
| { |
| "name": "$result" |
| } |
| ] |