networkingtestandutils/networkingintegrationtest/it_script_files/itest_s5/itest5_09.script
changeset 0 af10295192d8
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     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 "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 Integration test 5.09 - IR CSD outgoing with ipv4 termination using rnif::stop
       
    18 
       
    19 LOAD_SUITE TE_Esock
       
    20 LOAD_SUITE te_esockutil
       
    21 
       
    22 
       
    23 // open socket server 
       
    24 RUN_TEST_STEP 100 TE_Esock OpenServer   
       
    25 
       
    26 START_TESTCASE			NET-Integration-IrCsd-1101
       
    27 //! @SYMTestCaseID		NET-Integration-IrCsd-1101
       
    28 
       
    29 
       
    30 // open socket
       
    31 RUN_TEST_STEP 100 TE_Esock Test1.2 z:\testdata\configs\integration\itest_s5\itest.ini
       
    32 
       
    33 // do test
       
    34 RUN_TEST_STEP 1000 TE_Esock SendData z:\testdata\configs\integration\itest_s5\ipv4.ini
       
    35 
       
    36 // close using rnif::stop 
       
    37 RUN_TEST_STEP 3000 te_esockutil TE_ESockUtilStopAllInterfaces
       
    38 
       
    39 
       
    40 // check the network is NOT active
       
    41 RUN_TEST_STEP 100 te_esockutil TE_ESockUtilIsNetworkNotActive
       
    42 
       
    43 // close socket
       
    44 RUN_TEST_STEP 100 TE_Esock Test1.15 z:\testdata\configs\integration\itest_s5\itest.ini
       
    45 TEST_COMPLETE IR_CSD_test5_09
       
    46 END_TESTCASE			NET-Integration-IrCsd-1101
       
    47 
       
    48 // close socket server 
       
    49 RUN_TEST_STEP 100 TE_Esock CloseServer   
       
    50 
       
    51 // log result
       
    52 PRINT Result for Integration test 5.09 - IR CSD outgoing with ipv4 termination using rnif::stop
       
    53 
       
    54 
       
    55