networkingtestandutils/networkingintegrationtest/it_script_files/itest_s3/itest3_13_wlan.script
branchRCL_3
changeset 22 8d540f55e491
parent 21 abbed5a4b42a
child 23 425d8f4f7fa5
equal deleted inserted replaced
21:abbed5a4b42a 22:8d540f55e491
     1 //
       
     2 // Copyright (c) 2010 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 3.13 - GPRS Outgoing terminated By Link failure with Ipv4
       
    18 
       
    19 LOAD_SUITE TE_Esock
       
    20 LOAD_SUITE te_esockutil
       
    21 
       
    22 
       
    23 
       
    24 RUN_SCRIPT z:\TestData\scripts\te_esock_test_loadesock.script
       
    25 //CED z:\testdata\configs\te_esock.xml
       
    26 RUN_UTILS  MkDir c:\private
       
    27 RUN_UTILS  MkDir c:\private\10202be9
       
    28 RUN_UTILS  MkDir c:\private\10202be9\persists
       
    29 RUN_UTILS  MakeReadWrite c:\private\10202be9\persists\cccccc00.cre
       
    30 RUN_UTILS CopyFile z:\testdata\configs\cccccc00_itest3.cre c:\private\10202be9\persists\cccccc00.cre
       
    31 
       
    32 
       
    33 // open socket server 
       
    34 RUN_TEST_STEP 100 TE_Esock OpenServer   
       
    35 
       
    36 START_TESTCASE			NET-Integration-Gprs-1201
       
    37 //! @SYMTestCaseID		NET-Integration-Gprs-1201
       
    38 
       
    39 
       
    40 // open Ipv4 socket
       
    41 RUN_TEST_STEP 100 TE_Esock Test1.2 z:\testdata\configs\integration\itest_s3\itest.ini
       
    42 
       
    43 // do something
       
    44 RUN_TEST_STEP 1000 TE_Esock SendData z:\testdata\configs\integration\itest_s3\ipv4.ini
       
    45 
       
    46 // simulate link failure - get the user to do this
       
    47 print User action required to break link - must be within 30 secs
       
    48 print Press a key to continue when this has been done
       
    49 pause
       
    50 
       
    51 // check the link is closed
       
    52 RUN_TEST_STEP 100 te_esockutil TE_ESockUtilIsNetworkNotActive
       
    53 
       
    54 // close sockets
       
    55 RUN_TEST_STEP 100 TE_Esock Test1.15 z:\testdata\configs\integration\itest_s3\itest.ini
       
    56 TEST_COMPLETE test3_13
       
    57 END_TESTCASE			NET-Integration-Gprs-1201
       
    58 
       
    59 // close socket server 
       
    60 RUN_TEST_STEP 100 TE_Esock CloseServer   
       
    61 // log result
       
    62 PRINT Result for Integration test 1.13 - GPRS Outgoing terminated By Link failure with Ipv4
       
    63