Add test to dump the systemd journal
[src/qa-testdefinitions.git] / test-suites / short-smoke / dumpjournal.yaml
1 metadata:
2     name: dumpjournal
3     format: "Lava-Test-Shell Test Definition 1.0"
4     description: "Dump the systemd journal"
5     maintainer:
6         - jsmoeller@linuxfoundation.org
7     os:
8         - openembedded
9     scope:
10         - functional
11
12 run:
13     steps:
14         - "cd common/scripts"
15         - "./dumpjournal.sh"
16
17 parse:
18     pattern: "^(?P<test_case_id>[a-zA-Z0-9_-]+):\\s(?P<result>\\w+)"
19     fixupdict:
20         PASS: pass
21         FAIL: fail