os/persistentdata/traceservices/tracefw/ulogger/unit_test/scripts/te_outfrwk.script
Update contrib.
1 // Copyright (c) 2008-2010 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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
17 //! @SYMTestSuiteName uloggerv1-outfrwk-unit-test-suite.script
18 //! @SYMScriptTestEnvironment TEF
22 PRINT Legendary RUN_TEST_STEP steps for confirming backward compatibility
24 PRINT Run all Sample Tests
26 LOAD_SUITE UloggerOutfrmwkServer
30 START_TESTCASE DT-DEBUG-TRACE-UTFv1-ULoggerOutfrmwkServer-0001
31 //! @SYMTestCaseID DT-DEBUG-TRACE-UTFv1-ULoggerOutfrmwkServer-0001
32 //! @SYMTestCaseDesc Run test for output framework server
33 //! @SYMTestPriority Critical
34 //! @SYMTestActions Set and configure output framework server
35 //! @SYMTestExpectedResults error returns as expected
37 //! @SYMTestStatus Implemented
40 RUN_TEST_STEP 100 UloggerOutfrmwkServer TextMessageTeststep
41 END_TESTCASE DT-DEBUG-TRACE-UTFv1-ULoggerOutfrmwkServer-0001
44 START_TESTCASE DT-DEBUG-TRACE-UTFv1-ULoggerOutfrmwkServerOOM-0001
45 //! @SYMTestCaseID DT-DEBUG-TRACE-UTFv1-ULoggerOutfrmwkServerOOM-0001
46 //! @SYMTestCaseDesc Run test for output framework server with OOM
47 //! @SYMTestPriority Critical
48 //! @SYMTestActions Set and configure output framework server with OOM
49 //! @SYMTestExpectedResults error returns as expected
51 //! @SYMTestStatus Implemented
54 RUN_TEST_STEP !OOM 100 UloggerOutfrmwkServer TextMessageTeststep
55 END_TESTCASE DT-DEBUG-TRACE-UTFv1-ULoggerOutfrmwkServerOOM-0001