networkingtestandutils/networkingintegrationtest/it_script_files/itest_s5/itest5_10_wlan.script
changeset 71 a800ea6cb454
parent 68 1697cc2ba93d
child 72 ae8f9a1f3ca6
equal deleted inserted replaced
68:1697cc2ba93d 71:a800ea6cb454
     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 5.10 - IR CSD Outgoing terminated By Rnif::Stop 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 //below fails as '-i' confuses test tool, tried csd_ir.xml file, but test fails with it
       
    25 //CED z:\testdata\configs\integration\itest_s5\csd-ir.xml
       
    26 //CED z:\testdata\configs\te_esock.xml
       
    27 RUN_UTILS  MkDir c:\private
       
    28 RUN_UTILS  MkDir c:\private\10202be9
       
    29 RUN_UTILS  MkDir c:\private\10202be9\persists
       
    30 RUN_UTILS  MakeReadWrite c:\private\10202be9\persists\cccccc00.cre
       
    31 RUN_UTILS CopyFile z:\testdata\configs\cccccc00_itest5.cre c:\private\10202be9\persists\cccccc00.cre
       
    32 //RUN_SCRIPT Z:\TestData\scripts\te_esock_test_unloadesockForced.script
       
    33 
       
    34 
       
    35 
       
    36 # ipsec dirs
       
    37 run_utils mkdir c:\system\data\security\
       
    38 run_utils mkdir c:\system\data\security\secfiles\
       
    39 
       
    40 # vpn test 1, the IAPs need to be configured for this in advance
       
    41 run_utils copyfile z:\TestData\configs\fbsd_tull.pol c:\system\data\security\secfiles\fbsd_tull.pol
       
    42 run_utils copyfile z:\TestData\configs\fbsd_tull.pin c:\system\data\security\secfiles\fbsd_tull.pin
       
    43 run_utils copyfile z:\TestData\configs\cisco_all.pol c:\system\data\security\secfiles\cisco_all.pol
       
    44 run_utils copyfile z:\TestData\configs\cisco_all.pin c:\system\data\security\secfiles\cisco_all.pin
       
    45 
       
    46 run_utils MakeReadWrite c:\system\data\security\secfiles\fbsd_tull.pin
       
    47 run_utils MakeReadWrite c:\system\data\security\secfiles\fbsd_tull.pol
       
    48 run_utils MakeReadWrite c:\system\data\security\secfiles\ciscol_all.pol
       
    49 run_utils MakeReadWrite c:\system\data\security\secfiles\cisco_all.pin
       
    50 
       
    51 run_utils copyfile z:\TestData\configs\algorithms.conf c:\system\data\security\secfiles\algorithms.conf
       
    52 run_utils MakeReadWrite c:\system\data\security\secfiles\algorithms.conf
       
    53 
       
    54 // open socket server 
       
    55 RUN_TEST_STEP 100 TE_Esock OpenServer   
       
    56 
       
    57 START_TESTCASE			NET-Integration-IrCsd-1201
       
    58 //! @SYMTestCaseID		NET-Integration-IrCsd-1201
       
    59 
       
    60 
       
    61 // open Ipv4 socket
       
    62 RUN_TEST_STEP 100 TE_Esock Test1.2 z:\testdata\configs\integration\itest_s5\itest.ini
       
    63 
       
    64 // use Ipv4 socket
       
    65 RUN_TEST_STEP 1000 TE_Esock SendData z:\testdata\configs\integration\itest_s5\ipv4.ini
       
    66 
       
    67 // close using rnif::stop 
       
    68 RUN_TEST_STEP 3000 te_esockutil TE_ESockUtilStopAllInterfaces
       
    69 
       
    70 // check the network is NOT active
       
    71 RUN_TEST_STEP 100 te_esockutil TE_ESockUtilIsNetworkNotActive
       
    72 
       
    73 // close socket
       
    74 RUN_TEST_STEP 100 TE_Esock Test1.15 z:\testdata\configs\integration\itest_s5\itest.ini
       
    75 TEST_COMPLETE IR_CSD_test5_10
       
    76 END_TESTCASE			NET-Integration-IrCsd-1201
       
    77 
       
    78 // close socket server 
       
    79 RUN_TEST_STEP 100 TE_Esock CloseServer   
       
    80 
       
    81 // log result
       
    82 PRINT Result for Integration test 5.10 - IR CSD Outgoing terminated By Rnif::Stop with Ipv4 and Ipsec
       
    83 
       
    84