summaryrefslogtreecommitdiff
path: root/manual/generic/android/toolchain-version.yaml
blob: d5f9ae586899ccb41863045371a2288fce428704 (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
metadata:
    name: android-toolchain-version
    format: "Manual Test Definition 1.0"
    description: "Test if the toolchain version is correct"
    maintainer:
        - botao.sun@linaro.org
    os:
        - android
    scope:
        - functional
    devices:
        - panda
        - panda-es
        - vexpress-a9
        - vexpress-tc2
        - arndale
    environment:
        - manual-test

run:
    steps:
        - "dmesg | busybox grep gcc > /sdcard/log.txt 2>&1 &"
        - "Check the log.txt for toolchain version matches the version displayed on the build page"

    expected:
        - "Toolchain version matches the version on build page"