os/persistentdata/traceservices/tracefw/ulogger/unit_test/scripts/te_outfrwk.script
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
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".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 //! @file
    17 //! @SYMTestSuiteName               	uloggerv1-outfrwk-unit-test-suite.script
    18 //! @SYMScriptTestEnvironment       	TEF
    19 
    20 
    21 
    22 PRINT Legendary RUN_TEST_STEP steps for confirming backward compatibility
    23 //
    24 PRINT Run all Sample Tests 
    25 //
    26 LOAD_SUITE UloggerOutfrmwkServer
    27 //
    28 
    29 
    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
    36 //! @SYMTestType         UT
    37 //! @SYMTestStatus   Implemented
    38 //! @SYMPREQ                 PREQ1635
    39 //! @SYMREQ 
    40 RUN_TEST_STEP 100 UloggerOutfrmwkServer TextMessageTeststep 
    41 END_TESTCASE			DT-DEBUG-TRACE-UTFv1-ULoggerOutfrmwkServer-0001
    42 
    43  
    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
    50 //! @SYMTestType         UT
    51 //! @SYMTestStatus   Implemented
    52 //! @SYMPREQ                 PREQ1635
    53 //! @SYMREQ 
    54 RUN_TEST_STEP !OOM 100 UloggerOutfrmwkServer TextMessageTeststep 
    55 END_TESTCASE			DT-DEBUG-TRACE-UTFv1-ULoggerOutfrmwkServerOOM-0001
    56