testexecfw/stf/stfext/testmodules/teftestmod/testexecmdw/filelogger/te_rfilelogger/scripts/te_rfileloggersuite.script
changeset 2 8bb370ba6d1d
equal deleted inserted replaced
1:bbd31066657e 2:8bb370ba6d1d
       
     1 //
       
     2 // Copyright (c) 2005-2009 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 PRINT Run all te_RFileLogger Suite Tests
       
    17 
       
    18 //
       
    19 LOAD_SUITE te_RFileLoggerSuite
       
    20 //
       
    21 //Please add or make change of you test steps, here is sample only:
       
    22 
       
    23 
       
    24 CONCURRENT  
       
    25 // Seems only 4 threads allowed from TEF. Here is the maximum:
       
    26 RUN_TEST_STEP 100 te_RFileLoggerSuite addfield_logStep z:\testdata\configs\te_RFileLoggerSuite.ini Section0
       
    27 RUN_TEST_STEP 100 te_RFileLoggerSuite addfield_logStep z:\testdata\configs\te_RFileLoggerSuite.ini Section0
       
    28 RUN_TEST_STEP 100 te_RFileLoggerSuite addfield_logStep z:\testdata\configs\te_RFileLoggerSuite.ini Section0
       
    29 RUN_TEST_STEP 100 te_RFileLoggerSuite addfield_logStep z:\testdata\configs\te_RFileLoggerSuite.ini Section0
       
    30 
       
    31 CONSECUTIVE
       
    32 RUN_TEST_STEP 100 te_RFileLoggerSuite conn_closeStep z:\testdata\configs\te_RFileLoggerSuite.ini Section1
       
    33 
       
    34 PRINT Complate_te_RFileLogger_Tests