summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--generic/96boards/status-led-bluetooth.yaml25
-rw-r--r--generic/96boards/status-led-wifi.yaml25
2 files changed, 50 insertions, 0 deletions
diff --git a/generic/96boards/status-led-bluetooth.yaml b/generic/96boards/status-led-bluetooth.yaml
new file mode 100644
index 0000000..cab7ba3
--- /dev/null
+++ b/generic/96boards/status-led-bluetooth.yaml
@@ -0,0 +1,25 @@
+metadata:
+ name: status-led-bluetooth
+ format: "Manual Test Definition 1.0"
+ description: "Test if BT status LED works on 96board."
+ maintainer:
+ - amit.khare@linaro.org
+ os:
+ - android
+ - debian
+ scope:
+ - functional
+ devices:
+ - hi6220-hikey
+ - apq8016-sbc
+ environment:
+ - manual-test
+
+run:
+ steps:
+ - Boot the board successfuly to UI.
+ - Connect the board to another BT device.
+ - Stream music or transfer files from board to the connected device.
+
+ expected:
+ - Blue BT light blinks on the board while streaming music or transfering files.
diff --git a/generic/96boards/status-led-wifi.yaml b/generic/96boards/status-led-wifi.yaml
new file mode 100644
index 0000000..dc43ebc
--- /dev/null
+++ b/generic/96boards/status-led-wifi.yaml
@@ -0,0 +1,25 @@
+metadata:
+ name: status-led-wifi
+ format: "Manual Test Definition 1.0"
+ description: "Test if WiFi staus LED works on 96board."
+ maintainer:
+ - amit.khare@linaro.org
+ os:
+ - android
+ - debian
+ scope:
+ - functional
+ devices:
+ - hi6220-hikey
+ - apq8016-sbc
+ environment:
+ - manual-test
+
+run:
+ steps:
+ - Boot the board successfuly to UI.
+ - Connect the board to available WiFi.
+ - Tansfer files to another device or open browser and download small file from "http://samplemedia.linaro.org/"
+
+ expected:
+ - Yellow WiFi light blinks on the board while transfering files or downloading.