networksecurity/tls/ts_tls/scripts/tls_oom_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 TLS Out of memory tests
       
    18 PRINT 
       
    19 
       
    20 LOAD_SUITE TS_tls.dll
       
    21 
       
    22 // set up commdb for a gsm dialup connection 
       
    23 // to demon using a serial connection
       
    24 RUN_SCRIPT z:\TestData\scripts\esock_test_unloadesockForced.script
       
    25 //ced z:\testdata\configs\Tls_ntras.cfg ced.log
       
    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 
       
    31 RUN_UTILS CopyFile z:\testdata\configs\cccccc00_ssl_30.cre c:\private\10202be9\persists\cccccc00.cre
       
    32 RUN_SCRIPT z:\TestData\scripts\esock_test_loadesock.script
       
    33 
       
    34 //run_utils copy z:\testdata\configs\ssl\*.* c:\system\data\
       
    35 
       
    36 RUN_UTILS CopyFile  z:\TestData\Configs\tls_t_secdlg_in.dat c:\t_secdlg_in.dat
       
    37 RUN_UTILS MakeReadWrite c:\t_secdlg_in.dat
       
    38 RUN_UTILS Delete c:\t_secdlg_out.dat
       
    39 
       
    40 # out of memory test 
       
    41 RUN_TEST_STEP 100000, TS_TLS, tls_oom, z:\testdata\configs\Tls_Oom.ini
       
    42 
       
    43 TEST_COMPLETE TLS_oomtest
       
    44 
       
    45 RUN_UTILS Delete c:\t_secdlg_out.dat
       
    46 RUN_SCRIPT Z:\TestData\Scripts\esock_test_stopallinterfaces.script
       
    47 RUN_SCRIPT Z:\TestData\scripts\esock_test_unloadesockForced.script
       
    48 
       
    49 
       
    50 
       
    51