diff options
Diffstat (limited to 'doc/skeleton.yaml')
-rw-r--r-- | doc/skeleton.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/skeleton.yaml b/doc/skeleton.yaml new file mode 100644 index 0000000..9f11dd2 --- /dev/null +++ b/doc/skeleton.yaml @@ -0,0 +1,13 @@ +metadata: + name: skeleton + format: "Lava-Test-Shell Test Definition 1.0" + description: "A test skeleton" + os: + - openembedded + scope: + - functional + +run: + steps: + - "cd doc/" + - "./skeleton.sh" |