traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_functional/testdata/scripts/te_integ_tracecollectorclient.script
changeset 0 08ec8eefde2f
child 6 5ffdb8f2067f
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 //! @File
       
    17 //! @SYMTestSuiteName           te-integ-tracecollectorclient.script
       
    18 //! @SYMScriptTestEnvironment   TEF
       
    19 
       
    20 
       
    21 RUN_SCRIPT z:\testdata\scripts\te_integ_tracecollectorclient_enabled.script
       
    22 RUN_SCRIPT z:\testdata\scripts\te_integ_tracecollectorclient_disabled.script
       
    23 
       
    24 
       
    25 LOAD_SUITE te_ostv2integsuite_enabled
       
    26 
       
    27 PRINT Reset TraceControl config file
       
    28 
       
    29 START_TEST_BLOCK    20000       te_ostv2integsuite_enabled              \testdata\configs\te_integ_tracecollectorconfigfile.ini
       
    30     CREATE_OBJECT               DefaultTraceControlConfig               DefaultTraceControlConfig
       
    31     COMMAND                     DefaultTraceControlConfig               doTest
       
    32 END_TEST_BLOCK
       
    33 
       
    34 
       
    35 PRINT Run OstTrace dupliate group id tests
       
    36 
       
    37 START_TEST_BLOCK    20000       te_ostv2integsuite_enabled              \testdata\configs\te_integ_tracecollectorclient.ini
       
    38 	CREATE_OBJECT               OstTraceTestWrapper               		OstTraceTestWrapper
       
    39 	COMMAND                     OstTraceTestWrapper               		TestDuplicates
       
    40 END_TEST_BLOCK
       
    41 
       
    42 
       
    43 
       
    44