From 42a0103f63989b97bf72d560cc23f06dc6d76396 Mon Sep 17 00:00:00 2001 From: Cheoleun Moon Date: Thu, 28 May 2020 11:10:56 +0900 Subject: [PATCH] [Connection][Manual][Non-ACR][Update TCT precondition] Change-Id: I5b02cb9710c363507c5044031c65c1e65e98b0eb Signed-off-by: Cheoleun Moon --- .../testcase/TSConnectionManager.cs | 3 ++- .../testcase/TSEthernetCableStateEventArgs.cs | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tct-suite-vs/Tizen.Connection.Manual.Tests/testcase/TSConnectionManager.cs b/tct-suite-vs/Tizen.Connection.Manual.Tests/testcase/TSConnectionManager.cs index 37b9387ea..e8c53fd49 100755 --- a/tct-suite-vs/Tizen.Connection.Manual.Tests/testcase/TSConnectionManager.cs +++ b/tct-suite-vs/Tizen.Connection.Manual.Tests/testcase/TSConnectionManager.cs @@ -56,7 +56,8 @@ namespace Tizen.Network.Connection.Tests [Property("CRITERIA", "EVL")] [Property("AUTHOR", "Cheoleun Moon chleun.moon@samsung.com")] [Precondition(1, "This should be tested using real device not emulator since unplugging ethernet cable is not supported in emulator")] - [Precondition(2, "Plug an ethernet cable into your test device")] + [Precondition(2, "This should be tested using a device that has an ethernet port. If the device doesn't have any ethernet port, tap the Pass button")] + [Precondition(3, "Plug an ethernet cable into your test device")] [Step(1, "Tap the Run button")] [Step(2, "Unplug the ethernet cable")] [Step(3, "Testcase will pass automatically if the EthernetCableStateChanged callback is invoked. Otherwise, it will fail")] diff --git a/tct-suite-vs/Tizen.Connection.Manual.Tests/testcase/TSEthernetCableStateEventArgs.cs b/tct-suite-vs/Tizen.Connection.Manual.Tests/testcase/TSEthernetCableStateEventArgs.cs index f0d7298eb..c949fbe8b 100755 --- a/tct-suite-vs/Tizen.Connection.Manual.Tests/testcase/TSEthernetCableStateEventArgs.cs +++ b/tct-suite-vs/Tizen.Connection.Manual.Tests/testcase/TSEthernetCableStateEventArgs.cs @@ -64,7 +64,8 @@ namespace Tizen.Network.Connection.Tests [Property("CRITERIA", "PRO")] [Property("AUTHOR", "Cheoleun Moon chleun.moon@samsung.com")] [Precondition(1, "This should be tested using real device not emulator since unplugging ethernet cable is not supported in emulator")] - [Precondition(2, "Plug an ethernet cable into your test device")] + [Precondition(2, "This should be tested using a device that has an ethernet port. If the device doesn't have any ethernet port, tap the Pass button")] + [Precondition(3, "Plug an ethernet cable into your test device")] [Step(1, "Tap the Run button")] [Step(2, "Unplug the ethernet cable")] [Step(3, "Testcase will pass automatically if the EthernetCableStateChanged callback is invoked and EthernetCable state is DETACHED. Otherwise, it will fail")] -- 2.34.1