networkingtestandutils/networkingintegrationtest/it_script_files/itest_s4/itest4_17_wlan.script
branchRCL_3
changeset 21 abbed5a4b42a
equal deleted inserted replaced
20:7e41d162e158 21:abbed5a4b42a
       
     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 4.17 - CDMA outgoing with Ipv4 and Client timeout
       
    18 
       
    19 
       
    20 LOAD_SUITE TE_Esock
       
    21 LOAD_SUITE te_esockutil
       
    22 LOAD_SUITE te_esockteststepsSuite -SharedData
       
    23 
       
    24 
       
    25 
       
    26 
       
    27 RUN_SCRIPT z:\TestData\scripts\te_esock_test_loadesock.script
       
    28 //CED z:\testdata\configs\te_esock.xml
       
    29 RUN_UTILS  MkDir c:\private
       
    30 RUN_UTILS  MkDir c:\private\10202be9
       
    31 RUN_UTILS  MkDir c:\private\10202be9\persists
       
    32 RUN_UTILS  MakeReadWrite c:\private\10202be9\persists\cccccc00.cre
       
    33 RUN_UTILS CopyFile z:\testdata\configs\cccccc00_itest4.cre c:\private\10202be9\persists\cccccc00.cre
       
    34 
       
    35 
       
    36 
       
    37 
       
    38 // open connection using gencon
       
    39 //run_test_step 3000 ts_genconn test1_1 z:\testdata\configs\integration\itest_s4\genconn-psd.ini
       
    40 //original genconn.ini says to leave connected after opening.
       
    41 //above call results in OpenSocketServ, OpenConnection, StartConnection which are all provided by
       
    42 //TE_EsockTestSteps
       
    43 RUN_TEST_STEP 3000 te_esockteststepsSuite creatersocketservStep z:\testdata\configs\integration\itest_s4\te_teststeps.ini CreateSockSvr1
       
    44 RUN_TEST_STEP 3000 te_esockteststepsSuite connectrsocketservStep z:\testdata\configs\integration\itest_s4\te_teststeps.ini ConnectSockSvr1
       
    45 RUN_TEST_STEP 3000 te_esockteststepsSuite createrconnectionStep z:\testdata\configs\integration\itest_s4\te_teststeps.ini CreateConn1
       
    46 RUN_TEST_STEP 3000 te_esockteststepsSuite openrconnectionStep z:\testdata\configs\integration\itest_s4\te_teststeps.ini OpenConn1
       
    47 RUN_TEST_STEP 3000 te_esockteststepsSuite startrconnectionStep z:\testdata\configs\integration\itest_s4\te_teststeps.ini StartConn1
       
    48 
       
    49 
       
    50  
       
    51 // open socket server 
       
    52 RUN_TEST_STEP 100 TE_Esock OpenServer   
       
    53 
       
    54 START_TESTCASE			NET-Integration-Cdma-1601
       
    55 //! @SYMTestCaseID		NET-Integration-Cdma-1601
       
    56 
       
    57 
       
    58 // open socket
       
    59 RUN_TEST_STEP 100 TE_Esock Test1.2 z:\testdata\configs\integration\itest_s4\itest.ini
       
    60 
       
    61 // use socket
       
    62 RUN_TEST_STEP 1000 TE_Esock SendData z:\testdata\configs\integration\itest_s4\ipv4.ini
       
    63 
       
    64 // close socket
       
    65 RUN_TEST_STEP 100 TE_Esock Test1.15 z:\testdata\configs\integration\itest_s4\itest.ini
       
    66 
       
    67 // close socket server 
       
    68 RUN_TEST_STEP 100 TE_Esock CloseServer   
       
    69 
       
    70 // wait for more than Commdb AgentClientTimeout
       
    71 print wait for more than Commdb AgentClientTimeout
       
    72 run_test_step -1 te_esockutil TE_ESockUtilDelay z:\testdata\configs\integration\itest_s4\client_timeout.ini
       
    73 
       
    74 
       
    75 
       
    76 // check the network is NOT active
       
    77 RUN_TEST_STEP 100 te_esockutil TE_ESockUtilIsNetworkNotActive
       
    78 
       
    79 // log result
       
    80 PRINT Result for Integration test 4.17 - CDMA outgoing with Ipv4 and Client timeout
       
    81 TEST_COMPLETE CDMA_test_4_17
       
    82 
       
    83 END_TESTCASE			NET-Integration-Cdma-1601
       
    84