summaryrefslogtreecommitdiff
path: root/manual/generic/kernel-version.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'manual/generic/kernel-version.yaml')
-rw-r--r--manual/generic/kernel-version.yaml32
1 files changed, 32 insertions, 0 deletions
diff --git a/manual/generic/kernel-version.yaml b/manual/generic/kernel-version.yaml
new file mode 100644
index 0000000..f617132
--- /dev/null
+++ b/manual/generic/kernel-version.yaml
@@ -0,0 +1,32 @@
+metadata:
+ name: linux-kernel-version
+ format: "Manual Test Definition 1.0"
+ description: "Test if the kernel version is correct"
+ maintainer:
+ - botao.sun@linaro.org
+ os:
+ - ubuntu
+ - openembedded
+ - android
+ scope:
+ - functional
+ devices:
+ - panda
+ - panda-es
+ - vexpress-a9
+ - vexpress-tc2
+ - arndale
+ - ifc6410
+ - hi6220-hikey
+ - apq8016-sbc
+ environment:
+ - manual-test
+
+run:
+ steps:
+ - "uname -a"
+ - "Check the output of the kernel version matches the version displayed on the build page"
+
+ expected:
+ - "Kernel version matches the version on build page"
+