networkingtestandutils/networkingintegrationtest/it_script_files/itest_s2/itest2_01_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 2.01 - HSCSD outgoing client timeout 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\integration\itest_s2\hscsd.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_itest2.cre c:\private\10202be9\persists\cccccc00.cre
       
    31 
       
    32 
       
    33 // open socket server 
       
    34 RUN_TEST_STEP 100 TE_Esock OpenServer   
       
    35 
       
    36 
       
    37 START_TESTCASE			NET-Integration-HsCsd-0101
       
    38 //! @SYMTestCaseID		NET-Integration-HsCsd-0101
       
    39 
       
    40 
       
    41 // open socket
       
    42 RUN_TEST_STEP 100 TE_Esock Test1.2 z:\testdata\configs\integration\itest_s2\itest.ini
       
    43 
       
    44 // use socket
       
    45 RUN_TEST_STEP 1000 TE_Esock SendData z:\testdata\configs\integration\itest_s2\ipv4.ini
       
    46 
       
    47 // close socket
       
    48 RUN_TEST_STEP 100 TE_Esock Test1.15 z:\testdata\configs\integration\itest_s2\itest.ini
       
    49 
       
    50 // close socket server 
       
    51 RUN_TEST_STEP 100 TE_Esock CloseServer   
       
    52 
       
    53 // wait for more than Commdb AgentClientTimeout
       
    54 print wait for more than Commdb AgentClientTimeout
       
    55 run_test_step -1 te_esockutil TE_ESockUtilDelay z:\testdata\configs\integration\itest_s2\client_timeout.ini
       
    56 
       
    57 
       
    58 // check the network is NOT active
       
    59 RUN_TEST_STEP 100 te_esockutil TE_ESockUtilIsNetworkNotActive
       
    60 
       
    61 // log result
       
    62 PRINT Result for Integration test 2.1 - HSCSD outgoing client timeout with ipv4
       
    63 test_complete HSCSD_test2_01
       
    64 
       
    65 END_TESTCASE			NET-Integration-HsCsd-0101
       
    66 
       
    67