summaryrefslogtreecommitdiff
path: root/manual/generic/android/bluetooth-tethering.yaml
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-10-20 14:38:58 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-10-20 14:38:58 +0100
commitd341c22fae0e9ebbb27cf1a1d2629c6c011f7d23 (patch)
treed828ef6c6052d0ae2d95b1743d28f556848415c3 /manual/generic/android/bluetooth-tethering.yaml
parentd1b6521e96da63cb212a2e18c4a02791bf5e07cb (diff)
Moved manual tests to separate directory
Change-Id: I1092ce929d4d257dfd596034c605b4be5b0189a0 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'manual/generic/android/bluetooth-tethering.yaml')
-rw-r--r--manual/generic/android/bluetooth-tethering.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/manual/generic/android/bluetooth-tethering.yaml b/manual/generic/android/bluetooth-tethering.yaml
new file mode 100644
index 0000000..9c8e0c8
--- /dev/null
+++ b/manual/generic/android/bluetooth-tethering.yaml
@@ -0,0 +1,27 @@
+metadata:
+ name: andriod-bluetooth-tethering
+ format: "Manual Test Definition 1.0"
+ description: "Test if Bluetooth tethering works well"
+ maintainer:
+ - botao.sun@linaro.org
+ os:
+ - android
+ scope:
+ - functional
+ devices:
+ - panda
+ - panda-es
+ environment:
+ - manual-test
+
+run:
+ steps:
+ - "Select another Android device as device B and the target Android device A (Samsung Galaxy Nexus)"
+ - "Remove SIM card on device A, power on both devices until boot up succeeded"
+ - "Ensure device B can access Internet successfully (launch Browser to test it), turn on Bluetooth, then go to Settings->More->Portable hotspot & tethering->enable Bluetooth tethering"
+ - "On Device A, disconnect WiFi, also disable \"Data enabled\" from Settings -> More -> Mobile networks"
+ - "Turn on Bluetooth on Device A and pair with Device B"
+ - "After pairing successfully, launch Browser on device A to access Internet"
+
+ expected:
+ - "Device A should can access Internet successfully via device B"