Signed-off-by: Andriy Kurilin <andr.kurilin@gmail.com> Change-Id: Id9d1c0cd8f2cbc34d22f861af7c2297899aa4e4e
14 lines
317 B
YAML
14 lines
317 B
YAML
---
|
|
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
|