Skip to content

Commit 15def67

Browse files
committed
config: runtime: tests: add blktests template
Add template for blktests test. Signed-off-by: Vignesh Raman <[email protected]>
1 parent f16f2fd commit 15def67

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
- test:
2+
timeout:
3+
minutes: {{ job_timeout|default('20') }}
4+
definitions:
5+
- repository:
6+
metadata:
7+
format: Lava-Test Test Definition 1.0
8+
name: {{ node.name }}
9+
description: "blktests"
10+
os:
11+
- debian
12+
scope:
13+
- functional
14+
run:
15+
steps:
16+
- /usr/bin/blktests.sh
17+
from: inline
18+
name: {{ node.name }}
19+
path: inline/{{ node.name }}.yaml

0 commit comments

Comments
 (0)