blob: 6170522fb308695fdfc57e314d2b92d0e020b2ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
- test:
timeout:
minutes: 2
definitions:
- repository:
metadata:
format: Lava-Test Test Definition 1.0
name: inline-test
description: "Inline test to validate test framework health"
os:
- debian
scope:
- functional
run:
steps:
- lava-test-set start set-pass
- lava-test-case always-pass --shell true
- lava-test-set stop set-pass
from: inline
name: health-test
path: inline/health-test.yaml
|