networkingtestandutils/networkingintegrationtest/it_script_files/itest_s1/itest1_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 1.17 - CSD outgoing with Ipv4 and Client timeout
       
    18 
       
    19 // setup
       
    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\integration\itest_s1\csd.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_itest1.cre c:\private\10202be9\persists\cccccc00.cre
       
    34 
       
    35 
       
    36 
       
    37 // open connection using gencon
       
    38 //run_test_step 3000 ts_genconn test1_1 z:\testdata\configs\integration\itest_s1\genconn.ini
       
    39 //original genconn.ini says to leave connected after opening.
       
    40 //the above call results in OpenSocketServ, OpenConnection, StartConnection which are now all provided by
       
    41 //TE_EsockTestSteps
       
    42 RUN_TEST_STEP 3000 te_esockteststepsSuite creatersocketservStep z:\testdata\configs\integration\itest_s3\te_teststeps.ini CreateSockSvr1
       
    43 RUN_TEST_STEP 3000 te_esockteststepsSuite connectrsocketservStep z:\testdata\configs\integration\itest_s3\te_teststeps.ini ConnectSockSvr1
       
    44 RUN_TEST_STEP 3000 te_esockteststepsSuite createrconnectionStep z:\testdata\configs\integration\itest_s3\te_teststeps.ini CreateConn1
       
    45 RUN_TEST_STEP 3000 te_esockteststepsSuite openrconnectionStep 	z:\testdata\configs\integration\itest_s3\te_teststeps.ini OpenConn1
       
    46 RUN_TEST_STEP 3000 te_esockteststepsSuite startrconnectionStep 	z:\testdata\configs\integration\itest_s3\te_teststeps.ini StartConn1
       
    47 
       
    48 
       
    49 // open socket server
       
    50 RUN_TEST_STEP 100 TE_Esock OpenServer
       
    51 
       
    52 
       
    53 START_TESTCASE			NET-Integration-Csd-1301
       
    54 //! @SYMTestCaseID		NET-Integration-Csd-1301
       
    55 
       
    56 // open socket
       
    57 RUN_TEST_STEP 100 TE_Esock Test1.2 z:\testdata\configs\integration\itest_s1\itest.ini
       
    58 
       
    59 // use socket
       
    60 RUN_TEST_STEP 1000 TE_Esock SendData z:\testdata\configs\integration\itest_s1\ipv4.ini
       
    61 
       
    62 // close socket
       
    63 RUN_TEST_STEP 100 TE_Esock Test1.15 z:\testdata\configs\integration\itest_s1\itest.ini
       
    64 
       
    65 // wait for more than Commdb AgentClientTimeout
       
    66 print wait for more than Commdb AgentClientTimeout
       
    67 run_test_step -1 te_esockutil TE_ESockUtilDelay z:\testdata\configs\integration\itest_s1\client_timeout.ini
       
    68 
       
    69 // check the network is NOT active
       
    70 RUN_TEST_STEP 100 te_esockutil TE_ESockUtilIsNetworkNotActive
       
    71 
       
    72 // log result
       
    73 PRINT Result for Integration test 1.17 - CSD outgoing (gencon) with Ipv4 and Client timeout
       
    74 TEST_COMPLETE test1_17
       
    75 
       
    76 END_TESTCASE			NET-Integration-Csd-1301
       
    77 
       
    78 
       
    79 RUN_TEST_STEP 100 TE_Esock CloseServer
       
    80 run_script z:\TestData\scripts\te_esock_test_stopallinterfaces.script
       
    81