networkingtestandutils/networkingintegrationtest/it_script_files/itest_s4/itest4_06_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 4.06 - CDMA Outgoing terminated By Route Timeout with Ipv4 and Ipsec
       
    18 
       
    19 LOAD_SUITE TE_Esock
       
    20 LOAD_SUITE te_esockutil		
       
    21 
       
    22 
       
    23 RUN_SCRIPT z:\TestData\scripts\te_esock_test_loadesock.script
       
    24 //CED z:\testdata\configs\te_esock.xml
       
    25 RUN_UTILS  MkDir c:\private
       
    26 RUN_UTILS  MkDir c:\private\10202be9
       
    27 RUN_UTILS  MkDir c:\private\10202be9\persists
       
    28 RUN_UTILS  MakeReadWrite c:\private\10202be9\persists\cccccc00.cre
       
    29 RUN_UTILS CopyFile z:\testdata\configs\cccccc00_itest4.cre c:\private\10202be9\persists\cccccc00.cre
       
    30 
       
    31 
       
    32 
       
    33 
       
    34 # ipsec dirs
       
    35 run_utils mkdir c:\system\data\security\
       
    36 run_utils mkdir c:\system\data\security\secfiles\
       
    37 
       
    38 # vpn test 1, the IAPs need to be configured for this in advance
       
    39 run_utils copyfile z:\TestData\configs\fbsd_tull.pol c:\system\data\security\secfiles\fbsd_tull.pol
       
    40 run_utils copyfile z:\TestData\configs\fbsd_tull.pin c:\system\data\security\secfiles\fbsd_tull.pin
       
    41 run_utils copyfile z:\TestData\configs\cisco_all.pol c:\system\data\security\secfiles\cisco_all.pol
       
    42 run_utils copyfile z:\TestData\configs\cisco_all.pin c:\system\data\security\secfiles\cisco_all.pin
       
    43 
       
    44 run_utils MakeReadWrite c:\system\data\security\secfiles\fbsd_tull.pin
       
    45 run_utils MakeReadWrite c:\system\data\security\secfiles\fbsd_tull.pol
       
    46 run_utils MakeReadWrite c:\system\data\security\secfiles\ciscol_all.pol
       
    47 run_utils MakeReadWrite c:\system\data\security\secfiles\cisco_all.pin
       
    48 
       
    49 run_utils copyfile z:\TestData\configs\algorithms.conf c:\system\data\security\secfiles\algorithms.conf
       
    50 run_utils MakeReadWrite c:\system\data\security\secfiles\algorithms.conf
       
    51 
       
    52 // open socket server 
       
    53 RUN_TEST_STEP 100 TE_Esock OpenServer   
       
    54 
       
    55 
       
    56 START_TESTCASE			NET-Integration-Cdma-0501
       
    57 //! @SYMTestCaseID		NET-Integration-Cdma-0501
       
    58 
       
    59 
       
    60 // open Ipv4 socket
       
    61 RUN_TEST_STEP 100 TE_Esock Test1.2 z:\testdata\configs\integration\itest_s4\itest.ini
       
    62 
       
    63 // use socket connection
       
    64 RUN_TEST_STEP 1000 TE_Esock SendData z:\testdata\configs\integration\itest_s4\ipv4.ini
       
    65 
       
    66 // wait more than AgentRouteTimeout
       
    67 print wait for more than Commdb AgentRouteTimeout
       
    68 run_test_step -1 te_esockutil TE_ESockUtilDelay z:\testdata\configs\integration\itest_s4\rnif_timeout.ini
       
    69 
       
    70 
       
    71 // close socket
       
    72 RUN_TEST_STEP 100 TE_Esock Test1.15 z:\testdata\configs\integration\itest_s4\itest.ini
       
    73 TEST_COMPLETE CDMA_test4_06
       
    74 END_TESTCASE			NET-Integration-Cdma-0501
       
    75 
       
    76 // close socket server 
       
    77 RUN_TEST_STEP 100 TE_Esock CloseServer   
       
    78 
       
    79 // log result
       
    80 PRINT Result for Integration test 4.06 - CDMA Outgoing terminated By Route Timeout with Ipv4 and Ipsec
       
    81 
       
    82 
       
    83