summaryrefslogtreecommitdiff
path: root/manual/generic/android/pre-built.yaml
blob: 6e1b2aa5b2a4636d1e11a28b4efc48286ae0fb06 (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
33
metadata:
    name: andriod-pre-built
    format: "Manual Test Definition 1.0"
    description: "Test if the pre-build image can be installed and boot-up ok"
    maintainer:
        - botao.sun@linaro.org
    os:
        - android
    scope:
        - functional
    devices:
        - panda
        - panda-es
        - vexpress-a9
        - vexpress-tc2
        - arndale
    environment:
        - manual-test

run:
    steps:
        - "On host PC, download binary \"img.bz2\" file from build page"
        - "Extract the \"img\" file from the compressed package:
           $ tar xjvf XXXXX.img.bz2"
        - "Plug in SD card to host PC, in terminal, run:
           $ sudo fdisk -l
           $ sudo dd if=XXXXX.img of=/dev/sdX bs=4M"
        - "After SD card flashing completed, then insert it to the board and power on"
        - "Note: Remember to replace \"XXXXX\" and \"sdX\" to yours"

    expected:
        - "The SD card should can be flashed successfully with \"dd\" command"
        - "The board should can boot into Android main screen and work well"