[Information][Manual][Non-ACR] Add a guide for USB tethering on MCD Wearable device 11/228511/2
authorKichan Kwon <k_c.kwon@samsung.com>
Mon, 23 Mar 2020 09:44:44 +0000 (18:44 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Mon, 30 Mar 2020 01:19:18 +0000 (10:19 +0900)
Change-Id: I49c5b328c50e480f29c0bd814ccaa0153e336820
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
tct-suite-vs/Tizen.Information.Manual.Tests/testcase/TSInformation.cs

index c5f9d1e..5c18280 100755 (executable)
@@ -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() {\r
-            if (SupportChecker.IsSupported("http://tizen.org/feature/network.bluetooth") &&\r
-                !SupportChecker.IsSpecificProfile(SupportChecker.Profile.tv) &&\r
+        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")) &&\r
+            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);