summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Khare <amit.khare@linaro.org>2016-02-09 15:37:26 +0530
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-02-11 13:37:57 +0000
commitd9c5f4eb436f7d4c88555a29299f8d27ee97084f (patch)
tree1b8f66c40f1647c1db6be4014ed20cca4b1fe253
parent92bbbe10717cf596242e589a334db3ab0149ad3d (diff)
96boards: fixed file names for status led test.
Change-Id: I9bcafca33690f7412de3ead908da5b87f55e9251
-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.