summaryrefslogtreecommitdiff
path: root/manual/generic/linux/wifi.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'manual/generic/linux/wifi.yaml')
-rw-r--r--manual/generic/linux/wifi.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/manual/generic/linux/wifi.yaml b/manual/generic/linux/wifi.yaml
new file mode 100644
index 0000000..44ffe51
--- /dev/null
+++ b/manual/generic/linux/wifi.yaml
@@ -0,0 +1,27 @@
+metadata:
+ name: linux-wifi-ui
+ format: "Manual Test Definition 1.0"
+ description: "Test if WiFi works well from UI"
+ maintainer:
+ - amit.khare@linaro.org
+ os:
+ - ubuntu
+ - openembedded
+ scope:
+ - functional
+ devices:
+ - hi6220-hikey
+ - apq8016-sbc
+ environment:
+ - manual-test
+
+run:
+ steps:
+ - Boot the board successfully to UI.
+ - Check available wireless network from UI.
+ - Connect to available SSID(Open, WEP, WPA2).
+ - Open 'www.google.com' in browser to check WiFi connection.
+
+ expected:
+ - "Should be able to connect to available WiFi network from UI and Terminal."
+ - "Google main page should be shown up successfully."