summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Khare <amit.khare@linaro.org>2015-12-11 14:37:50 +0530
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2015-12-14 11:04:15 +0000
commite3676ebd8b1a348fa6d59f5b8b8350a396f0b32c (patch)
tree02386f2165438c683f2e6f7df13050028d137a4c
parent18fdd12a3bfdcb05abf30ac18cf7cc049446dcc7 (diff)
Linux: Bluetooth audio streaming from UI test added
Change-Id: I132afcb82284a3a4741b4876338a9fbb8cf2c582
-rw-r--r--generic/linux/bluetooth-audio-ui.yaml31
1 files changed, 31 insertions, 0 deletions
diff --git a/generic/linux/bluetooth-audio-ui.yaml b/generic/linux/bluetooth-audio-ui.yaml
new file mode 100644
index 0000000..ae35bfd
--- /dev/null
+++ b/generic/linux/bluetooth-audio-ui.yaml
@@ -0,0 +1,31 @@
+metadata:
+ name: bluetooth-audio-ui
+ format: "Manual Test Definition 1.0"
+ description: "Test bluetooth audio streaming from UI on Debian."
+ maintainer:
+ - amit.khare@linaro.org
+ os:
+ - debian
+ scope:
+ - functional
+ devices:
+ - hi6220-hikey
+ - apq8016-sbc
+ environment:
+ - manual-test
+
+run:
+ steps:
+ - Flash any UI enabled Xfce based build, power on the board until boot up successfully.
+ - Make sure mouse and/or keyboard is connected to the board.
+ - Make sure some bluetooth audio device (speaker, headset) is turned on and within the range.
+ - Click on BT icon an select "Setup a new device" option. Click continue to search devices.
+ - Change "Device type" to "Headphones, headsets and other audio devices" to only display audio devices.
+ - Select the audio device and pair it.
+ - Download audio file "http://samplemedia.linaro.org/Audio/big_buck_bunny_MP3_2Channel_44.1k_128K_short.MP3"
+ - Open sound option and select output as the conected BT audio device.
+ - Play the audio file.
+
+ expected:
+ - Audio device can be connected and paired.
+ - Proper sound can be heard from audio device when music file is played.