summaryrefslogtreecommitdiff
path: root/manual/generic/android/wifi.yaml
blob: a539241bd2a416dd2cb8174f36deeabf4fe57d65 (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
metadata:
    name: andriod-wifi
    format: "Manual Test Definition 1.0"
    description: "Test if wifi module works well"
    maintainer:
        - amit.khare@linaro.org
    os:
        - android
    scope:
        - functional
    devices:
        - panda
        - panda-es
        - hi6220-hikey
    environment:
        - manual-test

run:
    steps:
        - Plug out Ethernet cable if any, boot the board.
        - After the board booted successfully, enable WiFi via "Settings -> Wireless and Networks -> WiFi"
        - Connect to an access point(Open,WEP,WPA2).
        - To check if IP address is assigned(ADB should be connected), run "$ adb shell ifconfig wlan0"
        - To check ping command, run "$ adb shell ping www.google.com"
        - Launch web browser, access "www.google.com"

    expected:
        - "WiFi should be enabled successfully."
        - "IP address should be shown successfully in output of 'ifconfig wlan0' command."
        - "Ping test should work fine and should not show any data loss."
        - "Google main page should be open successfully in browser."