datacommsserver/esockserver/test/TE_RConnectionSuite/config/te_rconnectionupstests_Connected.script
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 14 Apr 2010 17:14:05 +0300
branchRCL_3
changeset 21 4ccf8e394726
parent 0 dfb7c4ff071f
permissions -rw-r--r--
Revision: 201015 Kit: 201015

// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// Tests in this script run in "Process Lifetime" mode and all require a network connection.
// TE_RConnectionSuite UPS Tests
// 
//

//! @file te_rconnectionupstests_Connected.script
//! @SYMTestSuiteName COMINF-ESOCK-RConnectionSuite-UPS
//! @SYMScriptTestEnvironment networking

// Shutdown ESock, load the appropriate CommDB
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
ced z:\TestData\configs\rconnectionntras.xml

// Copy across the necessary config file
run_utils MakeReadWrite c:\rconnectiontest.ini
run_utils DeleteFile c:\rconnectiontest.ini
run_utils CopyFile z:\TestData\configs\rconnectiontest_vlan7.ini c:\rconnectiontest.ini
RUN_UTILS MakeReadWrite c:\rconnectiontest.ini

// Copy across the Reference policy file under test
run_utils mkdir c:\private\10283558\
run_utils mkdir c:\private\10283558\policies\
run_utils CopyFile z:\System\data\ups_101F7989_10281DD8.rsc c:\private\10283558\policies\ups_101F7989_10281DD8.rsc
run_utils MakeReadWrite c:\private\10283558\policies\ups_101F7989_10281DD8.rsc

// Copy across the "Process Lifetime" NetUPS component coniguration file
run_utils MakeReadWrite c:\private\101f7989\esock\netups.ini
run_utils DeleteFile c:\private\101f7989\esock\netups.ini
run_utils mkdir c:\private\101f7989\
run_utils mkdir c:\private\101f7989\esock\
run_utils CopyFile z:\TestData\configs\netups_ProcLifetime.ini c:\private\101f7989\esock\netups.ini
run_utils MakeReadWrite c:\private\101f7989\esock\netups.ini

// Copy across the config file specific to the UPS tests
run_utils MakeReadWrite c:\ipupstest.ini
run_utils CopyFile z:\TestData\configs\ipupstest.ini c:\ipupstest.ini

//Restart ESock
run_script z:\TestData\scripts\te_esock_test_loadesock.script


// Load the necessary test servers
LOAD_SUITE TE_RConnectionUpsSuite
//LOAD_SUITE TE_RConnectionUpsSuite2

//Set overriding of test notifier config file
RUN_TEST_STEP 100, TE_RConnectionUpsSuite SetNotifFileOverride


// **************************************************************************
// *                                                                        *
// *  Implicit API calls, "Always" Response, Process Lifetime               *
// *                                                                        *
// **************************************************************************

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0001
//!@SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0001
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted when response is Always. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RSocket::Connect() on a TCP socket
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest1a c:\rconnectiontest.ini TestConfig1
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0001

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0002
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0002
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted when response is Always. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByName
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest1c c:\rconnectiontest.ini TestConfig1
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0002


run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script 
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0003
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0003
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted when response is Always. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByAddress
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest1d c:\rconnectiontest.ini TestConfig1
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0003


run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script


START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0004
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0004
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both Always response. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RSocket::Connect followed by another Implicit RSocket::Connect
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest2a c:\rconnectiontest.ini TestConfig2
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0004


run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0005
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0005
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both Always response. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByName followed by an Implicit Asynchronous RHostResolver::GetByName
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest2c c:\rconnectiontest.ini TestConfig2
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0005


run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script


START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0006
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0006
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both Always response. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByAddress followed by an Implicit Asynchronous RHostResolver::GetByAddress
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest2d c:\rconnectiontest.ini TestConfig2
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0006


run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script


START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0007
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0007
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both Always response. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RSocket::Connect, close RSocket, followed by Implicit RSocket2::Connect
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest3a c:\rconnectiontest.ini TestConfig2
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0007


run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0008
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0008
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both Always response. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByName, close RHostResolver,followed by implicit Asynchronous RHostResolver2::GetByName
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest3c c:\rconnectiontest.ini TestConfig2
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0008


run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script


START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0009
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0009
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both Always response. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByAddress,close RHostResolver,followed by implicit Asynchronous RHostResolver2::GetByAddress
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest3d c:\rconnectiontest.ini TestConfig2
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0009


run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0010
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0010
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both Always response. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RSocket::Connect,followed by an Implicit RHostResolver::GetByName
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest4a c:\rconnectiontest.ini TestConfig2
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0010


run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script


START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0011
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0011
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both Always response. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByName,followed by an Implicit RHostResolver2::GetByAddress
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest4c c:\rconnectiontest.ini TestConfig2
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0011


run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0012
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0012
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both Always response. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RSocket::Connect, followed by an Implicit RHostResolver::GetByAddress
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest5a c:\rconnectiontest.ini TestConfig2
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0012

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0013
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0013
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both Always response. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RSocket::Connect, followed by RConnection::Start
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest6a c:\rconnectiontest.ini TestConfig2
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0013

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0014
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0014
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both Always response. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByName, followed by RConnection::Start
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest6c c:\rconnectiontest.ini TestConfig2
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0014

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0015
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0015
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both Always response. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByAddress, followed by RConnection::Start
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest6d c:\rconnectiontest.ini TestConfig2
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0015

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0016
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0016
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both Always response. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RSocket::Connect,close RSocket, Delete UPS decision Database, followed by RSocket2::Connect
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest7a c:\rconnectiontest.ini TestConfig2
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0016

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0017
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0017
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both Always response. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RHostResolver::GetByName,close RSocket, Delete UPS decision Database,followed by RHostResolver2::GetByName
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest7c c:\rconnectiontest.ini TestConfig2
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0017

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0018
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0018
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both Always response. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RHostResolver::GetByAddress,close RSocket, Delete UPS decision Database, followed by RHostResolver2::GetByAddress
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest7d c:\rconnectiontest.ini TestConfig2
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0018

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script


PRINT
PRINT  ---- Implicit, SessionYes, Process Lifetime ----
PRINT

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0019
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0019
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted when response is SessionYes. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RSocket::Connect() on a TCP socket
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest1a c:\rconnectiontest.ini TestConfig3
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0019

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0020
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0020
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted when response is SessionYes. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByName
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest1c c:\rconnectiontest.ini TestConfig3
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0020

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script 
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0021
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0021
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted when response is SessionYes. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByAddress
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest1d c:\rconnectiontest.ini TestConfig3
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0021

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0022
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0022
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both SessionYes response. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RSocket::Connect followed by another Implicit RSocket::Connect
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest2a c:\rconnectiontest.ini TestConfig4
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0022

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0023
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0023
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both SessionYes response. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByName followed by an Implicit Asynchronous RHostResolver::GetByName
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest2c c:\rconnectiontest.ini TestConfig4
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0023

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0024
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0024
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both SessionYes response. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByAddress followed by an Implicit Asynchronous RHostResolver::GetByAddress
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest2d c:\rconnectiontest.ini TestConfig4
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0024

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0025
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0025
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both SessionYes response. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RSocket::Connect, close RSocket, followed by Implicit RSocket2::Connect
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest3a c:\rconnectiontest.ini TestConfig4
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0025

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0026
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0026
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both SessionYes response. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByName, close RHostResolver,followed by implicit Asynchronous RHostResolver2::GetByName
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest3c c:\rconnectiontest.ini TestConfig4
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0026

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0027
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0027
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both SessionYes response. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByAddress,close RHostResolver,followed by implicit Asynchronous RHostResolver2::GetByAddress
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest3d c:\rconnectiontest.ini TestConfig4
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0027

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0028
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0028
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both SessionYes response. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RSocket::Connect,followed by an Implicit RHostResolver::GetByName
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest4a c:\rconnectiontest.ini TestConfig4
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0028

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0029
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0029
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both SessionYes response. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByName,followed by an Implicit RHostResolver2::GetByAddress
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest4c c:\rconnectiontest.ini TestConfig4
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0029

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0030
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0030
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both SessionYes response. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RSocket::Connect, followed by an Implicit RHostResolver::GetByAddress
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest5a c:\rconnectiontest.ini TestConfig4
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0030

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0031
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0031
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both SessionYes response. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RSocket::Connect, followed by RConnection::Start
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest6a c:\rconnectiontest.ini TestConfig4
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0031

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0032
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0032
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both SessionYes response. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByName, followed by RConnection::Start
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest6c c:\rconnectiontest.ini TestConfig4
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0032

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0033
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0033
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both SessionYes response. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByAddress, followed by RConnection::Start
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest6d c:\rconnectiontest.ini TestConfig4
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0033

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0034
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0034
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both SessionYes response. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RSocket::Connect,close RSocket, Delete UPS decision Database, followed by RSocket2::Connect
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest7a c:\rconnectiontest.ini TestConfig4
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0034

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0035
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0035
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both SessionYes response. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RHostResolver::GetByName,close RSocket, Delete UPS decision Database,followed by RHostResolver2::GetByName
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest7c c:\rconnectiontest.ini TestConfig4
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0035

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0036
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0036
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both SessionYes response. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RHostResolver::GetByAddress,close RSocket, Delete UPS decision Database, followed by RHostResolver2::GetByAddress
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest7d c:\rconnectiontest.ini TestConfig4
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0036

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script


############################################################

PRINT
PRINT  ---- Implicit, Never, Process Lifetime ----
PRINT

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0037
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0037
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted when response is Never, appropriate error code is returned. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RSocket::Connect() on a TCP socket
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest1a c:\rconnectiontest.ini TestConfig5
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0037

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0038
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0038
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted when response is Never, appropriate error code is returned. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByName
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest1c c:\rconnectiontest.ini TestConfig6
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0038

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script 
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0039
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0039
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted when response is Never, appropriate error code is returned. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByAddress
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest1d c:\rconnectiontest.ini TestConfig7
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0039

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0040
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0040
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc Appropriate error code is returned when user respond first with Never, then with Always(Prompted only once). Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RSocket::Connect followed by another Implicit RSocket::Connect
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest2a c:\rconnectiontest.ini TestConfig8
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0040

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0041
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0041
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc Appropriate error code is returned when user respond first with Never, then with Always(Prompted only once). Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByName followed by an Implicit Asynchronous RHostResolver::GetByName
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest2c c:\rconnectiontest.ini TestConfig9
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0041

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0042
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0042
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc Appropriate error code is returned when user respond first with Never, then with Always(Prompted only once). Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByAddress followed by an Implicit Asynchronous RHostResolver::GetByAddress
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest2d c:\rconnectiontest.ini TestConfig10
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0042

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0043
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0043
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc Appropriate error code is returned when user respond first with Never, then with Always(Prompted only once). Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RSocket::Connect, close RSocket, followed by Implicit RSocket2::Connect
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest3a c:\rconnectiontest.ini TestConfig8
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0043

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0044
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0044
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc Appropriate error code is returned when user respond first with Never, then with Always(Prompted only once). Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByName, close RHostResolver,followed by implicit Asynchronous RHostResolver2::GetByName
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest3c c:\rconnectiontest.ini TestConfig9
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0044

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0045
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0045
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc Appropriate error code is returned when user respond first with Never, then with Always(Prompted only once). Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByAddress,close RHostResolver,followed by implicit Asynchronous RHostResolver2::GetByAddress
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest3d c:\rconnectiontest.ini TestConfig10
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0045

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0046
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0046
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc Appropriate error code is returned when user respond first with Never, then with Always(Prompted only once). Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RSocket::Connect,followed by an Implicit RHostResolver::GetByName
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest4a c:\rconnectiontest.ini TestConfig11
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0046

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0047
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0047
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc Appropriate error code is returned when user respond first with Never, then with Always(Prompted only once). Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByName,followed by an Implicit RHostResolver2::GetByAddress
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest4c c:\rconnectiontest.ini TestConfig12
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0047

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0048
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0048
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc Appropriate error code is returned when user respond first with Never, then with Always(Prompted only once). Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RSocket::Connect, followed by an Implicit RHostResolver::GetByAddress
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest5a c:\rconnectiontest.ini TestConfig13
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0048

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0049
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0049
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc Appropriate error code is returned when user respond first with Never, then with Always(Prompted only once). Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RSocket::Connect, followed by RConnection::Start
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest6a c:\rconnectiontest.ini TestConfig8
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0049

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0050
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0050
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc Appropriate error code is returned when user respond first with Never, then with Always(Prompted only once). Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByName, followed by RConnection::Start
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest6c c:\rconnectiontest.ini TestConfig14
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0050

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0051
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0051
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc Appropriate error code is returned when user respond first with Never, then with Always(Prompted only once). Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByAddress, followed by RConnection::Start
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest6d c:\rconnectiontest.ini TestConfig15
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0051

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0052
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0052
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc Appropriate error code is returned when user respond first with Never, then with Always(Prompted only once). Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RSocket::Connect,close RSocket, Delete UPS decision Database, followed by RSocket2::Connect
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest7a c:\rconnectiontest.ini TestConfig8
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0052

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0053
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0053
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc Appropriate error code is returned when user respond first with Never, then with Always(Prompted only once). Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RHostResolver::GetByName,close RSocket, Delete UPS decision Database,followed by RHostResolver2::GetByName
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest7c c:\rconnectiontest.ini TestConfig9
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0053

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0054
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0054
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc Appropriate error code is returned when user respond first with Never, then with Always(Prompted only once). Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RHostResolver::GetByAddress,close RSocket, Delete UPS decision Database, followed by RHostResolver2::GetByAddress
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest7d c:\rconnectiontest.ini TestConfig10
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0054

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script


PRINT
PRINT  ---- Implicit, SessionNo, Process Lifetime ----
PRINT

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0055
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0055
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted and response is SessionNo. Appropriate error is returned. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RSocket::Connect() on a TCP socket
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest1a c:\rconnectiontest.ini TestConfig16
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0055

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0056
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0056
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted and response is SessionNo. Appropriate error is returned. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByName
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest1c c:\rconnectiontest.ini TestConfig17
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0056

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script 
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0057
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0057
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted and response is SessionNo. Appropriate error is returned. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByAddress
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest1d c:\rconnectiontest.ini TestConfig18
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0057

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0058
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0058
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when both the responses are SessionNo. Appropriate error is returned. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RSocket::Connect followed by another Implicit RSocket::Connect
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest2a c:\rconnectiontest.ini TestConfig19
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0058

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0059
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0059
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when responses are SessionNo and Always. Appropriate error is returned. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByName followed by an Implicit Asynchronous RHostResolver::GetByName
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest2c c:\rconnectiontest.ini TestConfig20
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0059

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0060
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0060
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when responses are SessionNo and Always. Appropriate error is returned. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByAddress followed by an Implicit Asynchronous RHostResolver::GetByAddress
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest2d c:\rconnectiontest.ini TestConfig21
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0060

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0061
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0061
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when both the responses are SessionNo. Appropriate error is returned. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RSocket::Connect, close RSocket, followed by Implicit RSocket2::Connect
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest3a c:\rconnectiontest.ini TestConfig19
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0061

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0062
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0062
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when responses are SessionNo and Always. Appropriate error is returned. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByName, close RHostResolver,followed by implicit Asynchronous RHostResolver2::GetByName
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest3c c:\rconnectiontest.ini TestConfig20
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0062

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0063
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0063
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when responses are SessionNo and Always. Appropriate error is returned. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByAddress,close RHostResolver,followed by implicit Asynchronous RHostResolver2::GetByAddress
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest3d c:\rconnectiontest.ini TestConfig21
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0063

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0064
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0064
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when responses are SessionNo and Always. Appropriate error is returned. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RSocket::Connect,followed by an Implicit RHostResolver::GetByName
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest4a c:\rconnectiontest.ini TestConfig22
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0064

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0065
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0065
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when responses are SessionNo and Always. Appropriate error is returned. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByName,followed by an Implicit RHostResolver2::GetByAddress
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest4c c:\rconnectiontest.ini TestConfig23
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0065

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0066
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0066
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when responses are SessionNo and Always. Appropriate error is returned. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RSocket::Connect, followed by an Implicit RHostResolver::GetByAddress
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest5a c:\rconnectiontest.ini TestConfig24
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0066

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0067
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0067
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both SessionNo response. Appropriate error is returned. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RSocket::Connect, followed by RConnection::Start
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest6a c:\rconnectiontest.ini TestConfig19
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0067

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0068
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0068
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when responses are SessionNo and Always. Appropriate error is returned. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByName, followed by RConnection::Start
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest6c c:\rconnectiontest.ini TestConfig25
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0068

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0069
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0069
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when responses are SessionNo and Always. Appropriate error is returned. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit Synchronous RHostResolver::GetByAddress, followed by RConnection::Start
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest6d c:\rconnectiontest.ini TestConfig26
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0069

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0070
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0070
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted only once for both SessionNo response. Appropriate error is returned. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RSocket::Connect,close RSocket, Delete UPS decision Database, followed by RSocket2::Connect
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest7a c:\rconnectiontest.ini TestConfig19
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0070

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0071
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0071
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when responses are SessionNo and Always. Appropriate error is returned. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RHostResolver::GetByName,close RSocket, Delete UPS decision Database,followed by RHostResolver2::GetByName
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest7c c:\rconnectiontest.ini TestConfig20
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0071

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0072
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0072
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when responses are SessionNo and Always. Appropriate error is returned. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Implicit RHostResolver::GetByAddress,close RSocket, Delete UPS decision Database, followed by RHostResolver2::GetByAddress
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest7d c:\rconnectiontest.ini TestConfig21
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0072

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script



PRINT
PRINT  ---- Explicit, Always, Process Lifetime ----
PRINT

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0073
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0073
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted and response is Always. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Call explicit RConnection::Start
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest10 c:\rconnectiontest.ini TestConfig27
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0073

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0074
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0074
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when both the responses are Always. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions RConnection::Start followed by an explicit RSocket::Connect.
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest12 c:\rconnectiontest.ini TestConfig28
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0074

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0075
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0075
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when both the responses are Always. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions RConnection::Start followed by an explicit RHostResolver::GetByName.
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest13 c:\rconnectiontest.ini TestConfig28
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0075

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script


START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0076
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0076
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when both the responses are Always. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions RConnection::Start followed by an explicit RHostResolver::GetByAddress.
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest14 c:\rconnectiontest.ini TestConfig28
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0076

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0077
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0077
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when both the responses are Always. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions RConnection::Start followed by an implicit RSocket::Connect.
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest20 c:\rconnectiontest.ini TestConfig28
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0077

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0078
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0078
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when both the responses are Always. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions RConnection::Start followed by an implicit RHostResolver::GetByName.
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest21 c:\rconnectiontest.ini TestConfig28
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0078

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0079
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0079
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when both the responses are Always. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions RConnection::Start followed by an implicit RHostResolver::GetByAddress.
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest22 c:\rconnectiontest.ini TestConfig28
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0079

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0080
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0080
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when both the responses are Always. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions RConnection::Start, followed by RConnection2::Attach.
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest25 c:\rconnectiontest.ini TestConfig28
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0080

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0081
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0081
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when both the responses are Always. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions RConnection::Start,close RConnection (the interface should still stay up) followed by RConnection2::Attach.
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest26 c:\rconnectiontest.ini TestConfig28
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0081

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script



PRINT
PRINT  ---- Explicit, SessionYes, Process Lifetime ----
PRINT

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0082
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0082
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted and response is SessionYes. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Call explicit RConnection::Start
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest10 c:\rconnectiontest.ini TestConfig31
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0082

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script


START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0083
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0083
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when both the responses are SessionYes. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions RConnection::Start followed by an explicit RSocket::Connect.
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest12 c:\rconnectiontest.ini TestConfig32
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0083

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script


START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0084
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0084
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when both the responses are SessionYes. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions RConnection::Start followed by an explicit RHostResolver::GetByName.
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest13 c:\rconnectiontest.ini TestConfig32
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0084

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0085
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0085
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when both the responses are SessionYes. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions RConnection::Start followed by an explicit RHostResolver::GetByAddress.
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest14 c:\rconnectiontest.ini TestConfig32
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0085

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0086
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0086
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when both the responses are SessionYes. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions RConnection::Start followed by an implicit RSocket::Connect.
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest20 c:\rconnectiontest.ini TestConfig32
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0086

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0087
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0087
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when both the responses are SessionYes. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions RConnection::Start followed by an implicit RHostResolver::GetByName.
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest21 c:\rconnectiontest.ini TestConfig32
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0087

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0088
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0088
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when both the responses are SessionYes. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions RConnection::Start followed by an implicit RHostResolver::GetByAddress.
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest22 c:\rconnectiontest.ini TestConfig32
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0088

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0089
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0089
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when both the responses are SessionYes. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions RConnection::Start, followed by RConnection2::Attach.
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest25 c:\rconnectiontest.ini TestConfig32
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0089

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0090
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0090
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when both the responses are SessionYes. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions RConnection::Start,close RConnection (the interface should still stay up) followed by RConnection2::Attach.
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest26 c:\rconnectiontest.ini TestConfig32
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0090

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script



PRINT
PRINT  ---- Explicit, Never, Process Lifetime ----
PRINT

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0091
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0091
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted and response is Never. Appropriate error is returned. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Call explicit RConnection::Start
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest10 c:\rconnectiontest.ini TestConfig35
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0091

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0092
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0092
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when the responses are Never and always. Appropriate error is returned. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions RConnection::Start followed by an implicit RSocket::Connect.
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest20 c:\rconnectiontest.ini TestConfig36
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0092

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0093
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0093
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when the responses are Never and always. Appropriate error is returned. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions RConnection::Start followed by an implicit RHostResolver::GetByName.
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest21 c:\rconnectiontest.ini TestConfig37
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0093

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0094
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0094
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when the responses are Never and always. Appropriate error is returned. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions RConnection::Start followed by an implicit RHostResolver::GetByAddress.
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest22 c:\rconnectiontest.ini TestConfig38
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0094

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script



PRINT
PRINT  ---- Explicit, SessionNo, Process Lifetime ----
PRINT

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0095
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0095
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted and response is SessionNo. Appropriate error is returned. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions Call explicit RConnection::Start
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest10 c:\rconnectiontest.ini TestConfig41
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0095

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0096
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0096
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when the responses are SessionNo and Always. Appropriate error is returned. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions RConnection::Start followed by an implicit RSocket::Connect.
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest20 c:\rconnectiontest.ini TestConfig42
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0096

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0097
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0097
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when the responses are SessionNo and Always. Appropriate error is returned. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions RConnection::Start followed by an implicit RHostResolver::GetByName.
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest21 c:\rconnectiontest.ini TestConfig43
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0097

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script

START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0098
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0098
//!@SYMPREQ PREQ1116
//!@SYMTestCaseDesc User prompted once when the responses are SessionNo and Always. Appropriate error is returned. Test run in "Process Lifetime" mode.
//!@SYMTestPriority Critical
//!@SYMTestActions RConnection::Start followed by an implicit RHostResolver::GetByAddress.
//!@SYMTestExpectedResults Pass
//!@SYMTestType CIT
//! @SYMCreationDate        15-04-2008
//!@SYMTestStatus 3. Released

heap_mark
run_test_step 100, TE_RConnectionUpsSuite UPSTest22 c:\rconnectiontest.ini TestConfig44
heap_markend
test_complete
END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0098

run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
run_script z:\TestData\scripts\te_esock_test_loadesock.script


PRINT
PRINT ---- Advanced Tests ----
PRINT

//
// Some advanced tests do not run reliably on arm due to timing issues. These tests have been commented out. 
//

//START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0099
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0099

//// Multithreaded RSocket::Connect()
//heap_mark
//run_test_step 100, TE_RConnectionUpsSuite UPSPreMultiThreaded c:\rconnectiontest.ini TestConfig1
//CONCURRENT
//run_test_step 100, TE_RConnectionUpsSuite UPSTest27a c:\rconnectiontest.ini TestConfig1
//run_test_step 100, TE_RConnectionUpsSuite UPSTest27a c:\rconnectiontest.ini TestConfig72
//CONSECUTIVE
//run_test_step 100, TE_RConnectionUpsSuite UPSPostMultiThreaded c:\rconnectiontest.ini TestConfig73
//heap_markend
//test_complete
//END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0099

//run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
//run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
//run_script z:\TestData\scripts\te_esock_test_loadesock.script


//START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0100
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0100

//// Multithreaded RHostResolver::GetByName()
//heap_mark
//run_test_step 100, TE_RConnectionUpsSuite UPSPreMultiThreaded c:\rconnectiontest.ini TestConfig1
//CONCURRENT
//run_test_step 100, TE_RConnectionUpsSuite UPSTest27c c:\rconnectiontest.ini TestConfig1
//run_test_step 100, TE_RConnectionUpsSuite UPSTest27c c:\rconnectiontest.ini TestConfig72
//CONSECUTIVE
//run_test_step 100, TE_RConnectionUpsSuite UPSPostMultiThreaded c:\rconnectiontest.ini TestConfig73
//heap_markend
//test_complete
//END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0100

//run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
//run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
//run_script z:\TestData\scripts\te_esock_test_loadesock.script

//START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0101
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0101

//// Multithreaded RHostResolver::GetByAddress()
//heap_mark
//run_test_step 100, TE_RConnectionUpsSuite UPSPreMultiThreaded c:\rconnectiontest.ini TestConfig1
//CONCURRENT
//run_test_step 100, TE_RConnectionUpsSuite UPSTest27d c:\rconnectiontest.ini TestConfig1
//run_test_step 100, TE_RConnectionUpsSuite UPSTest27d c:\rconnectiontest.ini TestConfig72
//CONSECUTIVE
//run_test_step 100, TE_RConnectionUpsSuite UPSPostMultiThreaded c:\rconnectiontest.ini TestConfig73
//heap_markend
//test_complete
//END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0101

//run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
//run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
//run_script z:\TestData\scripts\te_esock_test_loadesock.script


//START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0102
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0102

//// Multithreaded RConnection::Start()
//heap_mark
//run_test_step 100, TE_RConnectionUpsSuite UPSPreMultiThreaded c:\rconnectiontest.ini TestConfig1
//CONCURRENT
//run_test_step 100, TE_RConnectionUpsSuite UPSTest28 c:\rconnectiontest.ini TestConfig1
//run_test_step 100, TE_RConnectionUpsSuite UPSTest28 c:\rconnectiontest.ini TestConfig72
//CONSECUTIVE
//run_test_step 100, TE_RConnectionUpsSuite UPSPostMultiThreaded c:\rconnectiontest.ini TestConfig73
//heap_markend
//test_complete
//END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0102

//run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
//run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
//run_script z:\TestData\scripts\te_esock_test_loadesock.script


//START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0103
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0103

//// Multithreaded RSocket::Connect() SessionNo
//heap_mark
//run_test_step 100, TE_RConnectionUpsSuite UPSPreMultiThreaded c:\rconnectiontest.ini TestConfig1
//CONCURRENT
////
//// The test creates 2 threads which both make client side requests that result in the IP NETUPS component
//// posting requests to the UPS Server. The UPS Server forwards on both requests to the dialog creator, resulting
//// in 2 simulated prompts being presented to the user. 
////
//// [If the requests are not made simultaneously then the netups may receive the response to the 1st request
//// [SessionNo] before the 2nd request is made. In this case the netups component will return a SessioNo response
//// to ESOCK  without making the 2nd request to the UPS Server. The field IncreaseNotifyCount would need to be set to 1 in
//// ipupstest.ini for the test to pass.] 
////
//run_test_step 100, TE_RConnectionUpsSuite UPSTest27a c:\rconnectiontest.ini TestConfig16
//run_test_step 100, TE_RConnectionUpsSuite UPSTest27a c:\rconnectiontest.ini TestConfig74
//CONSECUTIVE
//run_test_step 100, TE_RConnectionUpsSuite UPSPostMultiThreaded c:\rconnectiontest.ini TestConfig73
//heap_markend
//test_complete
//END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0103

//run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
//run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
//run_script z:\TestData\scripts\te_esock_test_loadesock.script


//START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0104
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0104

//// Multithreaded RHostResolver::GetByName() SessionNo
//heap_mark
//run_test_step 100, TE_RConnectionUpsSuite UPSPreMultiThreaded c:\rconnectiontest.ini TestConfig1
//CONCURRENT
//run_test_step 100, TE_RConnectionUpsSuite UPSTest27c c:\rconnectiontest.ini TestConfig17
//run_test_step 100, TE_RConnectionUpsSuite UPSTest27c c:\rconnectiontest.ini TestConfig75
//CONSECUTIVE
//run_test_step 100, TE_RConnectionUpsSuite UPSPostMultiThreaded c:\rconnectiontest.ini TestConfig73
//heap_markend
//test_complete
//END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0104

//run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
//run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
//run_script z:\TestData\scripts\te_esock_test_loadesock.script

//START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0105
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0105

//// Multithreaded RHostResolver::GetByAddress() SessionNo
//heap_mark
//run_test_step 100, TE_RConnectionUpsSuite UPSPreMultiThreaded c:\rconnectiontest.ini TestConfig1
//CONCURRENT
//run_test_step 100, TE_RConnectionUpsSuite UPSTest27d c:\rconnectiontest.ini TestConfig18
//run_test_step 100, TE_RConnectionUpsSuite UPSTest27d c:\rconnectiontest.ini TestConfig76
//CONSECUTIVE
//run_test_step 100, TE_RConnectionUpsSuite UPSPostMultiThreaded c:\rconnectiontest.ini TestConfig73
//heap_markend
//test_complete
//END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0105

//run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
//run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
//run_script z:\TestData\scripts\te_esock_test_loadesock.script


//START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0106
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0106

//// Multithreaded RConnection::Start() SessionNo
//heap_mark
//run_test_step 100, TE_RConnectionUpsSuite UPSPreMultiThreaded c:\rconnectiontest.ini TestConfig1
//CONCURRENT
////
//// The test creates 2 threads which both make client side requests that result in the IP NETUPS component
//// posting requests to the UPS Server. The UPS Server forwards on both requests to the dialog creator, resulting
//// in 2 simulated prompts being presented to the user. 
////
//// [If the requests are not made simultaneously then the netups may receive the response to the 1st request
//// [SessionNo] before the 2nd request is made. In this case the netups component will return a SessioNo response
//// to ESOCK  without making the 2nd request to the UPS Server. The field IncreaseNotifyCount would need to be set to 1 in
//// ipupstest.ini for the test to pass.] 
////
//run_test_step 100, TE_RConnectionUpsSuite UPSTest28 c:\rconnectiontest.ini TestConfig16
//run_test_step 100, TE_RConnectionUpsSuite UPSTest28 c:\rconnectiontest.ini TestConfig74
//CONSECUTIVE
//run_test_step 100, TE_RConnectionUpsSuite UPSPostMultiThreaded c:\rconnectiontest.ini TestConfig73
//heap_markend
//test_complete
//END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0106

//run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
//run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
//run_script z:\TestData\scripts\te_esock_test_loadesock.script



//START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0107
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0107
//// Multi Process RSocket::Connect()

//heap_mark
//run_test_step 100, TE_RConnectionUpsSuite UPSPreMultiThreaded c:\rconnectiontest.ini TestConfig1
//CONCURRENT
//run_test_step 100, TE_RConnectionUpsSuite UPSTest27a c:\rconnectiontest.ini TestConfig1
//run_test_step 100, TE_RConnectionUpsSuite2 UPSTest27a c:\rconnectiontest.ini TestConfig72
//CONSECUTIVE
//run_test_step 100, TE_RConnectionUpsSuite UPSPostMultiThreaded c:\rconnectiontest.ini TestConfig77
//heap_markend
//test_complete
//END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0107

//run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
//run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
//run_script z:\TestData\scripts\te_esock_test_loadesock.script


//START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0108
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0108
//// Multi Process RHostResolver::GetByName()

//heap_mark
//run_test_step 100, TE_RConnectionUpsSuite UPSPreMultiThreaded c:\rconnectiontest.ini TestConfig1
//CONCURRENT
//run_test_step 100, TE_RConnectionUpsSuite UPSTest27c c:\rconnectiontest.ini TestConfig1
//run_test_step 100, TE_RConnectionUpsSuite2 UPSTest27c c:\rconnectiontest.ini TestConfig72
//CONSECUTIVE
//run_test_step 100, TE_RConnectionUpsSuite UPSPostMultiThreaded c:\rconnectiontest.ini TestConfig77
//heap_markend
//test_complete
//END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0108

//run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
//run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
//run_script z:\TestData\scripts\te_esock_test_loadesock.script

//START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0109
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0109
// Multi Process RHostResolver::GetByAddress()

//heap_mark
//run_test_step 100, TE_RConnectionUpsSuite UPSPreMultiThreaded c:\rconnectiontest.ini TestConfig1
//CONCURRENT
//run_test_step 100, TE_RConnectionUpsSuite UPSTest27d c:\rconnectiontest.ini TestConfig1
//run_test_step 100, TE_RConnectionUpsSuite2 UPSTest27d c:\rconnectiontest.ini TestConfig72
//CONSECUTIVE
//run_test_step 100, TE_RConnectionUpsSuite UPSPostMultiThreaded c:\rconnectiontest.ini TestConfig77
//heap_markend
//test_complete
//END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0109

//run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
//run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
//run_script z:\TestData\scripts\te_esock_test_loadesock.script


//START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0110
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0110
//// Multi Process RConnection::Start()

//heap_mark
//run_test_step 100, TE_RConnectionUpsSuite UPSPreMultiThreaded c:\rconnectiontest.ini TestConfig1
//CONCURRENT
//run_test_step 100, TE_RConnectionUpsSuite UPSTest28 c:\rconnectiontest.ini TestConfig1
//run_test_step 100, TE_RConnectionUpsSuite2 UPSTest28 c:\rconnectiontest.ini TestConfig72
//CONSECUTIVE
//run_test_step 100, TE_RConnectionUpsSuite UPSPostMultiThreaded c:\rconnectiontest.ini TestConfig77
//heap_markend
//test_complete
//END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0110

//run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
//run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
//run_script z:\TestData\scripts\te_esock_test_loadesock.script

//START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0111
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0111
//// Multi Process RSocket::Connect() SessionNo vs. Always

//heap_mark
//run_test_step 100, TE_RConnectionUpsSuite UPSPreMultiThreaded c:\rconnectiontest.ini TestConfig1
//CONCURRENT
//run_test_step 100, TE_RConnectionUpsSuite UPSTest27a c:\rconnectiontest.ini TestConfig16
//run_test_step 100, TE_RConnectionUpsSuite2 UPSTest27a c:\rconnectiontest.ini TestConfig78
//CONSECUTIVE
//run_test_step 100, TE_RConnectionUpsSuite UPSPostMultiThreaded c:\rconnectiontest.ini TestConfig77
//heap_markend
//test_complete
//END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0111

//run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
//run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
//run_script z:\TestData\scripts\te_esock_test_loadesock.script

//START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0112
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0112
//// Multi Process RHostResolver::GetByName() SessionNo vs. Always

//heap_mark
//run_test_step 100, TE_RConnectionUpsSuite UPSPreMultiThreaded c:\rconnectiontest.ini TestConfig1
//CONCURRENT
//run_test_step 100, TE_RConnectionUpsSuite UPSTest27c c:\rconnectiontest.ini TestConfig17
//run_test_step 100, TE_RConnectionUpsSuite2 UPSTest27c c:\rconnectiontest.ini TestConfig78
//CONSECUTIVE
//run_test_step 100, TE_RConnectionUpsSuite UPSPostMultiThreaded c:\rconnectiontest.ini TestConfig77
//heap_markend
//test_complete
//END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0112

//run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
//run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
//run_script z:\TestData\scripts\te_esock_test_loadesock.script

//START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0113
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0113
//// Multi Process RHostResolver::GetByAddress() SessionNo vs. Always

//heap_mark
//run_test_step 100, TE_RConnectionUpsSuite UPSPreMultiThreaded c:\rconnectiontest.ini TestConfig1
//CONCURRENT
//run_test_step 100, TE_RConnectionUpsSuite UPSTest27d c:\rconnectiontest.ini TestConfig18
//run_test_step 100, TE_RConnectionUpsSuite2 UPSTest27d c:\rconnectiontest.ini TestConfig78
//CONSECUTIVE
//run_test_step 100, TE_RConnectionUpsSuite UPSPostMultiThreaded c:\rconnectiontest.ini TestConfig77
//heap_markend
//test_complete
//END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0113

//run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
//run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
//run_script z:\TestData\scripts\te_esock_test_loadesock.script

//START_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0114
//! @SYMTestCaseID COMINF-ESOCK-RConnectionSuite-UPS-0114
//// Multi Process RConnection::Start() SessionNo vs. Always

//heap_mark
//run_test_step 100, TE_RConnectionUpsSuite UPSPreMultiThreaded c:\rconnectiontest.ini TestConfig1
//CONCURRENT
//run_test_step 100, TE_RConnectionUpsSuite UPSTest28 c:\rconnectiontest.ini TestConfig16
//run_test_step 100, TE_RConnectionUpsSuite2 UPSTest28 c:\rconnectiontest.ini TestConfig78
//CONSECUTIVE
//run_test_step 100, TE_RConnectionUpsSuite UPSPostMultiThreaded c:\rconnectiontest.ini TestConfig77
//heap_markend
//test_complete
//END_TESTCASE COMINF-ESOCK-RConnectionSuite-UPS-0114

//run_test_step 100, TE_RConnectionUpsSuite CloseInterfaces
//run_script z:\TestData\scripts\te_esock_test_unloadesockForced.script
//run_script z:\TestData\scripts\te_esock_test_loadesock.script

//at the end
run_utils DeleteFile c:\rconnectiontest.ini


//Unset overriding of test notifier config file
RUN_TEST_STEP 100, TE_RConnectionUpsSuite UnsetNotifFileOverride