From 2937327b3791a002fcd529e2f6396a633480f952 Mon Sep 17 00:00:00 2001 From: Kichan Kwon Date: Mon, 23 Mar 2020 18:44:44 +0900 Subject: [PATCH] [Information][Manual][Non-ACR] Add a guide for USB tethering on MCD Wearable device Change-Id: I49c5b328c50e480f29c0bd814ccaa0153e336820 Signed-off-by: Kichan Kwon --- .../testcase/TSInformation.cs | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/tct-suite-vs/Tizen.Information.Manual.Tests/testcase/TSInformation.cs b/tct-suite-vs/Tizen.Information.Manual.Tests/testcase/TSInformation.cs index c5f9d1e..5c18280 100755 --- a/tct-suite-vs/Tizen.Information.Manual.Tests/testcase/TSInformation.cs +++ b/tct-suite-vs/Tizen.Information.Manual.Tests/testcase/TSInformation.cs @@ -80,9 +80,9 @@ namespace Tizen.System.Tests { [Precondition(2, "Bluetooth should be already enabled")] [Step(1, "Click run button")] [Step(2, "Disable Bluetooth : Settings-> Bluetooth -> Bluetooth Disable")] - public async Task BluetoothEnabled_CHECK_DISABLE() { - if (SupportChecker.IsSupported("http://tizen.org/feature/network.bluetooth") && - !SupportChecker.IsSpecificProfile(SupportChecker.Profile.tv) && + public async Task BluetoothEnabled_CHECK_DISABLE() { + if (SupportChecker.IsSupported("http://tizen.org/feature/network.bluetooth") && + !SupportChecker.IsSpecificProfile(SupportChecker.Profile.tv) && !SupportChecker.IsDA()) { Information.SetCallback(Bluetooth, BluetoothDisableCallback); @@ -217,7 +217,8 @@ namespace Tizen.System.Tests { [Precondition(2, "Packet data(Outbound) should be enabled. If you can't, please click Pass button after clicking Run button")] [Precondition(3, "UsbTethering should be in disable mode")] [Step(1, "Click Run button")] - [Step(2, "Enable USB Tethering: Settings-> Tethering -> USB tethering -> Enable")] + [Step(2, "Enable USB Tethering on MCD Wearable device: Install capi-network-tethering-tool -> Run tethering_test on console -> Select menu 1(Create) -> Select menu 3(Enable) -> Select type 3(USB)"] + [Step(3, "Enable USB Tethering on other devices: Settings-> Tethering -> USB tethering -> Enable")] public async Task UsbTetheringEnabled_CHECK_ENABLE() { if (SupportChecker.IsSupported("http://tizen.org/feature/network.tethering.usb")) { @@ -244,7 +245,8 @@ namespace Tizen.System.Tests { [Precondition(2, "Packet data(Outbound) should be enabled. If you can't, please click Pass button after clicking Run button")] [Precondition(3, "UsbTethering should be already enabled")] [Step(1, "Click Run button")] - [Step(2, "Disable USB Tethering: Settings-> Tethering -> USB tethering -> Disable")] + [Step(2, "Disable USB Tethering on MCD Wearable device: Install capi-network-tethering-tool -> Run tethering_test on console -> Select menu 1(Create) -> Select menu 4(Disable)"] + [Step(3, "Disable USB Tethering on other devices: Settings-> Tethering -> USB tethering -> Disable")] public async Task UsbTetheringEnabled_CHECK_DISABLE() { if (SupportChecker.IsSupported("http://tizen.org/feature/network.tethering.usb")) { @@ -586,7 +588,7 @@ namespace Tizen.System.Tests { [Step(1, "Click Run button")] [Step(2, "TvOut: Disonnect TVOut connector like micro-USB-to-HDMI from the phone")] public async Task TvOutConnected_CHECK_DISCONNECTED() { - if ((SupportChecker.IsSupported("http://tizen.org/feature/screen.output.hdmi") || SupportChecker.IsSupported("http://tizen.org/feature/screen.output.rca")) && + if ((SupportChecker.IsSupported("http://tizen.org/feature/screen.output.hdmi") || SupportChecker.IsSupported("http://tizen.org/feature/screen.output.rca")) && SupportChecker.IsSupported("http://tizen.org/feature/screen")) { Information.SetCallback(TvOut, TvOutDisconnectedCallback); -- 2.7.4