blob: 98c5348d608bc70df23042932c8d61740c1cd6ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
metadata:
name: runfor20min
format: "Lava-Test-Shell Test Definition 1.0"
description: "Keep the target up for 20 min"
maintainer:
- jsmoeller@linuxfoundation.org
os:
- openembedded
scope:
- functional
run:
steps:
- "cd common/scripts"
- "./runfor20min.sh"
parse:
pattern: "^(?P<test_case_id>[a-zA-Z0-9_-]+):\\s(?P<result>\\w+)"
fixupdict:
PASS: pass
FAIL: fail
|