aboutsummaryrefslogtreecommitdiffstats
path: root/staging/kernel-version.yaml
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-02-28 13:11:08 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-02-28 13:11:08 +0100
commitedac060e57372d059d78ed4582968989d9534e7e (patch)
tree46fc6b59784fafd9f24f2b9c60ed8ffea4c418fa /staging/kernel-version.yaml
parente9023436263abc4fd185ab6e87e4c112b6bee1c2 (diff)
Add first test to testdefinition repo.
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'staging/kernel-version.yaml')
-rw-r--r--staging/kernel-version.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/staging/kernel-version.yaml b/staging/kernel-version.yaml
new file mode 100644
index 0000000..4ed1f58
--- /dev/null
+++ b/staging/kernel-version.yaml
@@ -0,0 +1,25 @@
+metadata:
+ name: kernel-version
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Kernel-version test for AGL builds. The test verfies the
+ available kernel version."
+ maintainer:
+ - dl9pf@gmx.de
+ os:
+ - openembedded
+ scope:
+ - functional
+ devices:
+ - raspberrypi3-uboot
+ - renesas-porter-uboot
+
+run:
+ steps:
+ - "cd staging/scripts"
+ - "./kernel-version.sh"
+
+parse:
+ pattern: "^(?P<test_case_id>[a-zA-Z0-9_-]+):\\s(?P<result>\\w+)"
+ fixupdict:
+ PASS: pass
+ FAIL: fail