traceservices/tracefw/integ_test/ulogger/TEF/te_ulogger/scripts/te_uloggersysstart.script
changeset 0 08ec8eefde2f
child 23 26645d81f48d
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 2008-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               	utfv1-api-uloggerv1-sysstart-test-suite.script
       
    19 //! @SYMScriptTestEnvironment       	TEF
       
    20 
       
    21 
       
    22 
       
    23 LOAD_SUITE te_uloggermclsuite
       
    24 
       
    25 
       
    26 PRINT SysStart_Test
       
    27 PRINT Remember to uncomment #define Systart in te_setfilterparameters.h and include uloggersysstarter.exe in startup.rss
       
    28 
       
    29 
       
    30 START_TESTCASE			DT-DEBUG-TRACE-UTFv1-ULoggerSysStartLogging-0001
       
    31 //! @SYMTestCaseID		DT-DEBUG-TRACE-UTFv1-ULoggerSysStartLogging-0001
       
    32 //! @SYMTestCaseDesc     Run traceontrol api logging test for a rom with loggin at boot 
       
    33 //! @SYMTestPriority     Critical
       
    34 //! @SYMTestActions    Compile a rom with uloggersysstart.exe compiled into startup sequence and uncomment #define systart in ULoggerAPILoggingTestStep. Run test step.
       
    35 //! @SYMTestExpectedResults     Verify that the output log contains btrace output from bott sequence as well as trace points enabled in ULoggerAPILoggingTestStep
       
    36 //! @SYMTestType         CT
       
    37 //! @SYMTESTSTATUS   Implemented
       
    38 //! @SYMPREQ                 PREQ1635
       
    39 //! @SYMREQ  
       
    40 RUN_TEST_STEP 1000 te_uloggermclsuite ULoggerAPILoggingTestStep 
       
    41 END_TESTCASE			DT-DEBUG-TRACE-UTFv1-ULoggerSysStartLogging-0001
       
    42 
       
    43 
       
    44 
       
    45 PRINT Complete_SysStart_Tests