summaryrefslogtreecommitdiff
path: root/manual/generic/kernel-version.yaml
blob: f617132e496e889e02eb7715269cd5d81814448d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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"