traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_functional/testdata/scripts/te_integ_tracecollectorsysstart.script
changeset 0 08ec8eefde2f
child 23 26645d81f48d
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 
       
    17 //! @File
       
    18 //! @SYMTestSuiteName           te_integ_tracecollectorsysstart.script
       
    19 //! @SYMScriptTestEnvironment   TEF
       
    20 
       
    21 
       
    22 LOAD_SUITE te_ostv2integsuite_enabled
       
    23 
       
    24 
       
    25 PRINT SysStart_Test
       
    26 PRINT Remember to uncomment #define Sysstart in te_dataparameters.h and include uloggersysstarter.exe in startup.rss
       
    27 
       
    28 START_TESTCASE                  DT-DEBUG-TRACE-OSTv2-TraceControlSysStartLogging-0001
       
    29 //! @SYMTestCaseID              DT-DEBUG-TRACE-OSTv2-TraceControlSysStartLogging-0001
       
    30 //! @SYMTestCaseDesc            Run tracecontrol api logging test for a rom with loggin at boot 
       
    31 //! @SYMTestPriority            Critical
       
    32 //! @SYMTestActions             Compile a rom with uloggersysstart.exe compiled into startup sequence and uncomment #define sysstart in TCMLogging datawrapper. Run test step.
       
    33 //! @SYMTestExpectedResults     Verify that the output log contains btrace output from boot sequence as well as trace points enabled in TCMLogging datawrapper
       
    34 //! @SYMTestType                CT
       
    35 //! @SYMTESTSTATUS              Implemented
       
    36 //! @SYMPREQ                    PREQ2390
       
    37 //! @SYMREQ                     12825 12976 12978
       
    38     START_TEST_BLOCK    100     te_ostv2integsuite_enabled              \testdata\configs\te_integ_tracecollectorsysstart.ini
       
    39         CREATE_OBJECT           TCMLogging                              TCMLogging
       
    40         COMMAND                 TCMLogging                              doTest
       
    41     END_TEST_BLOCK
       
    42 END_TESTCASE                    DT-DEBUG-TRACE-OSTv2-TraceControlSysStartLogging-0001
       
    43 
       
    44 START_TEST_BLOCK    20000       te_ostv2integsuite_enabled              \testdata\configs\te_integ_tracecollectorsysstart.ini
       
    45     CREATE_OBJECT               DefaultTraceControlConfig               DefaultTraceControlConfig
       
    46     COMMAND                     DefaultTraceControlConfig               doTest
       
    47 END_TEST_BLOCK
       
    48 
       
    49 PRINT Complete_SysStart_Tests