From a9246661e50180b8b57f82d3001979bdf0adcf10 Mon Sep 17 00:00:00 2001 From: Kichan Kwon Date: Tue, 20 Mar 2018 15:59:11 +0900 Subject: [PATCH] [Information][Manual][Non-ACR] No more limit the scope of mobile data on tethering TCs Change-Id: I2f4e8d9fac31f683a8cbd60c32920dd5502f6a3a Signed-off-by: Kichan Kwon --- .../Tizen.Information.Manual.Tests/testcase/TSInformation.cs | 12 ++++++------ 1 file changed, 6 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 675743f..ceba07f 100755 --- a/tct-suite-vs/Tizen.Information.Manual.Tests/testcase/TSInformation.cs +++ b/tct-suite-vs/Tizen.Information.Manual.Tests/testcase/TSInformation.cs @@ -101,7 +101,7 @@ namespace Tizen.System.Tests { [Property("CRITERIA", "EVL")] [Property("AUTHOR", "Sehaj Singh Kalra, sehaj.kalra@samsung.com")] [Precondition(1, "If the test target doesn't support WiFi hotspot, pass is marked automatically as soon as you click Run button")] - [Precondition(2, "Packet data(Mobile data) should be enabled. If you can't, please click Pass button after clicking Run button")] + [Precondition(2, "Packet data(Outbound) should be enabled. If you can't, please click Pass button after clicking Run button")] [Precondition(3, "WifiHotspot should be in disable mode")] [Step(1, "Click Run button")] [Step(2, "Enable WifiHotspot: Settings -> Tethering -> Mobile hotspot -> Enable")] @@ -128,7 +128,7 @@ namespace Tizen.System.Tests { [Property("CRITERIA", "EVL")] [Property("AUTHOR", "Sehaj Singh Kalra, sehaj.kalra@samsung.com")] [Precondition(1, "If the test target doesn't support WiFi hotspot, pass is marked automatically as soon as you click Run button")] - [Precondition(2, "Packet data(Mobile data) should be enabled. If you can't, please click Pass button after clicking Run button")] + [Precondition(2, "Packet data(Outbound) should be enabled. If you can't, please click Pass button after clicking Run button")] [Precondition(3, "WifiHotspot should be already enabled")] [Step(1, "Click Run button")] [Step(2, "Enable WifiHotspot: Settings -> Tethering -> Mobile hotspot -> Disable")] @@ -156,7 +156,7 @@ namespace Tizen.System.Tests { [Property("CRITERIA", "EVL")] [Property("AUTHOR", "Sehaj Singh Kalra, sehaj.kalra@samsung.com")] [Precondition(1, "If the test target doesn't support Bluetooth tethering, pass is marked automatically as soon as you click Run button")] - [Precondition(2, "Packet data(Mobile data) should be enabled. If you can't, please click Pass button after clicking Run button")] + [Precondition(2, "Packet data(Outbound) should be enabled. If you can't, please click Pass button after clicking Run button")] [Precondition(3, "BluetoothTethering should be in disable mode")] [Step(1, "Click Run button")] [Step(2, "Enable Bluetooth tethering: Settings-> Tethering -> Bluetooth tethering -> Enable")] @@ -183,7 +183,7 @@ namespace Tizen.System.Tests { [Property("CRITERIA", "EVL")] [Property("AUTHOR", "Sehaj Singh Kalra, sehaj.kalra@samsung.com")] [Precondition(1, "If the test target doesn't support Bluetooth tethering, pass is marked automatically as soon as you click Run button")] - [Precondition(2, "Packet data(Mobile data) should be enabled. If you can't, please click Pass button after clicking Run button")] + [Precondition(2, "Packet data(Outbound) should be enabled. If you can't, please click Pass button after clicking Run button")] [Precondition(3, "BluetoothTethering should be already enabled")] [Step(1, "Click Run button")] [Step(2, "Disable Bluetooth tethering: Settings-> Tethering -> Bluetooth tethering -> Disable")] @@ -210,7 +210,7 @@ namespace Tizen.System.Tests { [Property("CRITERIA", "EVL")] [Property("AUTHOR", "Sehaj Singh Kalra, sehaj.kalra@samsung.com")] [Precondition(1, "If the test target doesn't support USB tethering, pass is marked automatically as soon as you click Run button")] - [Precondition(2, "Packet data(Mobile data) should be enabled. If you can't, please click Pass button after clicking Run button")] + [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")] @@ -237,7 +237,7 @@ namespace Tizen.System.Tests { [Property("CRITERIA", "EVL")] [Property("AUTHOR", "Sehaj Singh Kalra, sehaj.kalra@samsung.com")] [Precondition(1, "If the test target doesn't support USB tethering, pass is marked automatically as soon as you click Run button")] - [Precondition(2, "Packet data(Mobile data) should be enabled. If you can't, please click Pass button after clicking Run button")] + [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")] -- 2.7.4