Add examples for tests
[src/qa-testdefinitions.git] / test-suites / short-smoke / busybox.yaml
1 metadata:
2     name: busybox
3     format: "Lava-Test-Shell Test Definition 1.0"
4     description: "Busybox test for Linaro OpenEmbedded builds. BusyBox is software that
5                   provides several stripped-down Unix tools in a single executable file.
6                   Busybox test runs mkdir, touch, ls, ps, whoami, which, basename, cp, rm,
7                   dmesg and grep commands."
8     maintainer:
9         - senthil.kumaran@linaro.org
10         - milosz.wasilewski@linaro.org
11         - koen.kooi@linaro.org
12     os:
13         - openembedded
14     scope:
15         - functional
16
17 run:
18     steps:
19         - "cd common/scripts"
20         - "./busybox.sh"
21
22 parse:
23     pattern: "^(?P<test_case_id>[a-zA-Z0-9_-]+):\\s(?P<result>\\w+)"
24     fixupdict:
25         PASS: pass
26         FAIL: fail