X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=staging%2Fkernel-version.yaml;fp=staging%2Fkernel-version.yaml;h=4ed1f5841d2999b73769207e50b305b7e70a4187;hb=edac060e57372d059d78ed4582968989d9534e7e;hp=0000000000000000000000000000000000000000;hpb=e9023436263abc4fd185ab6e87e4c112b6bee1c2;p=src%2Fqa-testdefinitions.git 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[a-zA-Z0-9_-]+):\\s(?P\\w+)" + fixupdict: + PASS: pass + FAIL: fail