Signed-off-by: Andriy Kurilin <andr.kurilin@gmail.com> Change-Id: Id9d1c0cd8f2cbc34d22f861af7c2297899aa4e4e
22 lines
539 B
JSON
22 lines
539 B
JSON
{
|
|
"version": 2,
|
|
"title": "Serial Runner",
|
|
"description": "Demonstrates using serial runner for sequential execution",
|
|
"subtasks": [
|
|
{
|
|
"title": "Sequential execution",
|
|
"description": "Execute iterations one after another in sequence",
|
|
"scenario": {
|
|
"Dummy.dummy": {
|
|
"sleep": 5
|
|
}
|
|
},
|
|
"runner": {
|
|
"serial": {
|
|
"times": 20
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|