traceservices/tracefw/ulogger/unit_test/scripts/te_sysconfig.script
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
     1 // Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    11 // Contributors:
    11 // Contributors:
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 //
    14 //
    15 
    15 
    16 //! @file
    16 //! @File
    17 //! @SYMTestSuiteName               	uloggerv1-sysconfig-unit-test-suite.script
    17 //! @SYMTestSuiteName               	uloggerv1-sysconfig-unit-test-suite.script
    18 //! @SYMScriptTestEnvironment       	TEF
    18 //! @SYMScriptTestEnvironment       	TEF
    19 
    19 
    20 
    20 
    21 
    21 
    36 //! @SYMTestCaseDesc     Test setting/getting configs for channels and plugins 
    36 //! @SYMTestCaseDesc     Test setting/getting configs for channels and plugins 
    37 //! @SYMTestPriority     Critical
    37 //! @SYMTestPriority     Critical
    38 //! @SYMTestActions    Call Set/Get/Activate configuration methods for channels and plugins
    38 //! @SYMTestActions    Call Set/Get/Activate configuration methods for channels and plugins
    39 //! @SYMTestExpectedResults      error returns as expected
    39 //! @SYMTestExpectedResults      error returns as expected
    40 //! @SYMTestType         UT
    40 //! @SYMTestType         UT
    41 //! @SYMTestStatus   Implemented
    41 //! @SYMTESTSTATUS   Implemented
    42 //! @SYMPREQ                 PREQ1635
    42 //! @SYMPREQ                 PREQ1635
    43 //! @SYMREQ
    43 //! @SYMREQ
    44 RUN_TEST_STEP 100 Te_SysCfg SysCfgTeststep1
    44 RUN_TEST_STEP 100 Te_SysCfg SysCfgTeststep1
    45 END_TESTCASE			DT-DEBUG-TRACE-UTFv1-UloggerSysCfgSetGetChannelsPlugins-0001
    45 END_TESTCASE			DT-DEBUG-TRACE-UTFv1-UloggerSysCfgSetGetChannelsPlugins-0001
    46 
    46 
    49 //! @SYMTestCaseDesc     Test setting/getting sections and removing plugins in sysconfig
    49 //! @SYMTestCaseDesc     Test setting/getting sections and removing plugins in sysconfig
    50 //! @SYMTestPriority     Critical
    50 //! @SYMTestPriority     Critical
    51 //! @SYMTestActions    Call Set/Get/Remove configuration methods for sections and plugins
    51 //! @SYMTestActions    Call Set/Get/Remove configuration methods for sections and plugins
    52 //! @SYMTestExpectedResults      error returns as expected
    52 //! @SYMTestExpectedResults      error returns as expected
    53 //! @SYMTestType         UT
    53 //! @SYMTestType         UT
    54 //! @SYMTestStatus   Implemented
    54 //! @SYMTESTSTATUS   Implemented
    55 //! @SYMPREQ                 PREQ1635
    55 //! @SYMPREQ                 PREQ1635
    56 //! @SYMREQ
    56 //! @SYMREQ
    57 RUN_TEST_STEP 100 Te_SysCfg SysCfgTeststep2
    57 RUN_TEST_STEP 100 Te_SysCfg SysCfgTeststep2
    58 END_TESTCASE			DT-DEBUG-TRACE-UTFv1-UloggerSysCfgGetSectionsRemovePlugins-0001
    58 END_TESTCASE			DT-DEBUG-TRACE-UTFv1-UloggerSysCfgGetSectionsRemovePlugins-0001
    59 
    59 
    62 //! @SYMTestCaseDesc     Test setting/getting configs for primary and secondary filter and buffer settings
    62 //! @SYMTestCaseDesc     Test setting/getting configs for primary and secondary filter and buffer settings
    63 //! @SYMTestPriority     Critical
    63 //! @SYMTestPriority     Critical
    64 //! @SYMTestActions    Call Set/Get/Remove configuration methods for filters and buffer
    64 //! @SYMTestActions    Call Set/Get/Remove configuration methods for filters and buffer
    65 //! @SYMTestExpectedResults      error returns as expected
    65 //! @SYMTestExpectedResults      error returns as expected
    66 //! @SYMTestType         UT
    66 //! @SYMTestType         UT
    67 //! @SYMTestStatus   Implemented
    67 //! @SYMTESTSTATUS   Implemented
    68 //! @SYMPREQ                 PREQ1635
    68 //! @SYMPREQ                 PREQ1635
    69 //! @SYMREQ
    69 //! @SYMREQ
    70 RUN_TEST_STEP 100 Te_SysCfg SysCfgTeststep3
    70 RUN_TEST_STEP 100 Te_SysCfg SysCfgTeststep3
    71 END_TESTCASE			DT-DEBUG-TRACE-UTFv1-UloggerSysCfgFiltersBuffer-0001
    71 END_TESTCASE			DT-DEBUG-TRACE-UTFv1-UloggerSysCfgFiltersBuffer-0001
    72 
    72 
    75 //! @SYMTestCaseDesc     Test various error cases
    75 //! @SYMTestCaseDesc     Test various error cases
    76 //! @SYMTestPriority     Critical
    76 //! @SYMTestPriority     Critical
    77 //! @SYMTestActions    Call AddPlugin, RemoveChannel with various error cases
    77 //! @SYMTestActions    Call AddPlugin, RemoveChannel with various error cases
    78 //! @SYMTestExpectedResults      error returns as expected
    78 //! @SYMTestExpectedResults      error returns as expected
    79 //! @SYMTestType         UT
    79 //! @SYMTestType         UT
    80 //! @SYMTestStatus   Implemented
    80 //! @SYMTESTSTATUS   Implemented
    81 //! @SYMPREQ                 PREQ1635
    81 //! @SYMPREQ                 PREQ1635
    82 //! @SYMREQ
    82 //! @SYMREQ
    83 RUN_TEST_STEP 100 Te_SysCfg SysCfgTeststep4
    83 RUN_TEST_STEP 100 Te_SysCfg SysCfgTeststep4
    84 START_TESTCASE			DT-DEBUG-TRACE-UTFv1-UloggerSysCfgErrorCases-0001
    84 START_TESTCASE			DT-DEBUG-TRACE-UTFv1-UloggerSysCfgErrorCases-0001
    85 
    85