datacommsserver/esockserver/test/TE_DummyProvider/scripts/te_dummyprovider_005.script
branchRCL_3
changeset 13 0b0e9fce0b58
child 14 4ccf8e394726
equal deleted inserted replaced
12:8b5d60ce1e94 13:0b0e9fce0b58
       
     1 //
       
     2 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 // All rights reserved.
       
     4 // This component and the accompanying materials are made available
       
     5 // under the terms of the License "Eclipse Public License v1.0"
       
     6 // which accompanies this distribution, and is available
       
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 //
       
     9 // Initial Contributors:
       
    10 // Nokia Corporation - initial contribution.
       
    11 //
       
    12 // Contributors:
       
    13 //
       
    14 // Description:
       
    15 //
       
    16 
       
    17 PRINT Running CASE005
       
    18 PRINT Gets the MCPR to stop the control and data planes, whilst keeping itself alive.
       
    19 PRINT Gets the MCPR to restart the control and data planes, 
       
    20 PRINT first AP will fail to start, error handling will start the second AP.
       
    21 PRINT Uses RConnectionServ to monitor that connections are being stopped and started.
       
    22 PRINT Gets the MCPR to stop the control and data planes and let itself be removed.
       
    23 PRINT 
       
    24 
       
    25 //
       
    26 LOAD_SUITE te_esockteststepsSuite -SharedData
       
    27 RUN_SCRIPT z:\TestData\scripts\te_esock_test_loadesock.script
       
    28 
       
    29 START_TESTCASE			COMINF-ESOCK-DummyProviders-005
       
    30 //! @SYMTestCaseID		COMINF-ESOCK-DummyProviders-005
       
    31 
       
    32 RUN_TEST_STEP 100 te_esockteststepsSuite CreateRConnectionServStep z:\testdata\configs\te_dummyprovider_005.ini CreateConnectionServ1
       
    33 RUN_TEST_STEP 100 te_esockteststepsSuite ConnectRConnectionServStep z:\testdata\configs\te_dummyprovider_005.ini ConnectConnectionServ1
       
    34 
       
    35 RUN_TEST_STEP 100 te_esockteststepsSuite creatersocketservStep z:\testdata\configs\te_dummyprovider_005.ini CreateSockSvr1
       
    36 RUN_TEST_STEP 100 te_esockteststepsSuite connectrsocketservStep z:\testdata\configs\te_dummyprovider_005.ini ConnectSockSvr1
       
    37 
       
    38 RUN_TEST_STEP 100 te_esockteststepsSuite createrconnectionStep z:\testdata\configs\te_dummyprovider_005.ini CreateConn1
       
    39 RUN_TEST_STEP 100 te_esockteststepsSuite openrconnectionStep z:\testdata\configs\te_dummyprovider_005.ini OpenConn1
       
    40 RUN_TEST_STEP 100 te_esockteststepsSuite startrconnectionStep z:\testdata\configs\te_dummyprovider_005.ini StartConn1
       
    41 
       
    42 // TStop
       
    43 RUN_TEST_STEP 100 te_esockteststepsSuite RequestAccessPointNotificationStep z:\testdata\configs\te_dummyprovider_005.ini APNotificationRequest1
       
    44 RUN_TEST_STEP 100 te_esockteststepsSuite CreatePublishSubscribeVar z:\testdata\configs\te_dummyprovider_005.ini CreatePublishSubscribeVarBlockingStop
       
    45 RUN_TEST_STEP 100 te_esockteststepsSuite checkpublishsubscribevar z:\testdata\configs\te_dummyprovider_005.ini CheckPublishSubscribeVarBlockingStop
       
    46 RUN_TEST_STEP 100 te_esockteststepsSuite ReceiveAccessPointNotificationStep z:\testdata\configs\te_dummyprovider_005.ini ReceiveNotificationBlockingStop1
       
    47 RUN_TEST_STEP 100 te_esockteststepsSuite ReceiveAccessPointNotificationStep z:\testdata\configs\te_dummyprovider_005.ini ReceiveNotificationBlockingStop2
       
    48 
       
    49 // TStart
       
    50 RUN_TEST_STEP 100 te_esockteststepsSuite CreatePublishSubscribeVar z:\testdata\configs\te_dummyprovider_005.ini CreatePublishSubscribeVarStart
       
    51 RUN_TEST_STEP 100 te_esockteststepsSuite checkpublishsubscribevar z:\testdata\configs\te_dummyprovider_005.ini CheckPublishSubscribeVarStart
       
    52 RUN_TEST_STEP 100 te_esockteststepsSuite ReceiveAccessPointNotificationStep z:\testdata\configs\te_dummyprovider_005.ini ReceiveNotificationStart1
       
    53 RUN_TEST_STEP 100 te_esockteststepsSuite ReceiveAccessPointNotificationStep z:\testdata\configs\te_dummyprovider_005.ini ReceiveNotificationStart2
       
    54 
       
    55 // Cancel the notification request
       
    56 RUN_TEST_STEP 100 te_esockteststepsSuite CancelAccessPointNotificationStep z:\testdata\configs\RConnectionServ\RConnectionServ_11_000.ini CancelAPNotifRequest1
       
    57 
       
    58 // TStop again to destroy the mesh completely.
       
    59 RUN_TEST_STEP 100 te_esockteststepsSuite CreatePublishSubscribeVar z:\testdata\configs\te_dummyprovider_005.ini CreatePublishSubscribeVarStop
       
    60 RUN_TEST_STEP 100 te_esockteststepsSuite checkpublishsubscribevar z:\testdata\configs\te_dummyprovider_005.ini CheckPublishSubscribeVarStop
       
    61 
       
    62 
       
    63 RUN_TEST_STEP 100 te_esockteststepsSuite closerconnectionStep z:\testdata\configs\te_dummyprovider_005.ini CloseConn1
       
    64 RUN_TEST_STEP 100 te_esockteststepsSuite closersocketservStep z:\testdata\configs\te_dummyprovider_005.ini CloseSockSvr1
       
    65 RUN_TEST_STEP 100 te_esockteststepsSuite CloseRConnectionServStep z:\testdata\configs\te_dummyprovider_005.ini CloseConnectionServ1
       
    66 RUN_TEST_STEP 100 te_esockteststepsSuite cleanallStep
       
    67 END_TESTCASE COMINF-ESOCK-DummyProviders-005
       
    68 
       
    69 RUN_SCRIPT Z:\TestData\scripts\te_esock_test_unloadesockForced.script
       
    70 
       
    71 PRINT Completed CASE003