traceservices/tracefw/integ_test/ulogger/TEF/te_ulogger/scripts/te_uloggersysstart.script
changeset 0 08ec8eefde2f
child 23 26645d81f48d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/traceservices/tracefw/integ_test/ulogger/TEF/te_ulogger/scripts/te_uloggersysstart.script	Fri Jan 22 11:06:30 2010 +0200
@@ -0,0 +1,45 @@
+// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
+// All rights reserved.
+// This component and the accompanying materials are made available
+// under the terms of "Eclipse Public License v1.0"
+// which accompanies this distribution, and is available
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+//
+
+
+//! @File
+//! @SYMTestSuiteName               	utfv1-api-uloggerv1-sysstart-test-suite.script
+//! @SYMScriptTestEnvironment       	TEF
+
+
+
+LOAD_SUITE te_uloggermclsuite
+
+
+PRINT SysStart_Test
+PRINT Remember to uncomment #define Systart in te_setfilterparameters.h and include uloggersysstarter.exe in startup.rss
+
+
+START_TESTCASE			DT-DEBUG-TRACE-UTFv1-ULoggerSysStartLogging-0001
+//! @SYMTestCaseID		DT-DEBUG-TRACE-UTFv1-ULoggerSysStartLogging-0001
+//! @SYMTestCaseDesc     Run traceontrol api logging test for a rom with loggin at boot 
+//! @SYMTestPriority     Critical
+//! @SYMTestActions    Compile a rom with uloggersysstart.exe compiled into startup sequence and uncomment #define systart in ULoggerAPILoggingTestStep. Run test step.
+//! @SYMTestExpectedResults     Verify that the output log contains btrace output from bott sequence as well as trace points enabled in ULoggerAPILoggingTestStep
+//! @SYMTestType         CT
+//! @SYMTESTSTATUS   Implemented
+//! @SYMPREQ                 PREQ1635
+//! @SYMREQ  
+RUN_TEST_STEP 1000 te_uloggermclsuite ULoggerAPILoggingTestStep 
+END_TESTCASE			DT-DEBUG-TRACE-UTFv1-ULoggerSysStartLogging-0001
+
+
+
+PRINT Complete_SysStart_Tests