blob: dbc3be2e20428130adb3262c0ff1a34ec6cc222a [file] [log] [blame]
[
{
"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",
"~followup_annotations": [
"@@@STEP_FAILURE@@@"
]
},
{
"failure": {
"failure": {},
"humanReason": "Step('test: mytest_func_basic') (retcode: 1)"
},
"name": "$result"
}
]