aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorGuillaume Tucker <guillaume.tucker@collabora.com>2018-09-04 14:18:11 +0100
committerGuillaume Tucker <guillaume.tucker@collabora.com>2018-09-17 15:10:26 +0100
commiteed0ce1a5b54ab94c890bf8f7521db95bfc77703 (patch)
tree9a5e865e3d623bf456a9f4e8116ce6c835ecc37c /templates
parent0d0447fba71311468af4721a00844ad29c63564a (diff)
simple: add test sets
Define some test sets for "networking" and "filesystem" in the simple test plan, and add one test case "whoami" outside test sets. This is primarily to check that test sets are parsed correctly in the backend as sub-groups and used properly in email reports or the frontend. Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/simple/simple.jinja25
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/simple/simple.jinja2 b/templates/simple/simple.jinja2
index af25ddd..54d7852 100644
--- a/templates/simple/simple.jinja2
+++ b/templates/simple/simple.jinja2
@@ -13,12 +13,17 @@
- functional
run:
steps:
+ - lava-test-case whoami --shell whoami
+ - lava-test-set start filesystem
- lava-test-case df --shell df -h
- lava-test-case mount --shell mount
- lava-test-case ls --shell ls /
+ - lava-test-set stop
+ - lava-test-set start networking
- lava-test-case udhcpc --shell udhcpc
- lava-test-case ip --shell ip addr
- lava-test-case ping --shell ping -c4 8.8.8.8
+ - lava-test-set stop
from: inline
name: simple
path: inline/simple.yaml