traceservices/tracefw/integ_test/ulogger/TEF/te_ulogger/scripts/te_uloggerconfigfile.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               	utfv1-api-uloggerv1-configfile-test-suite.script
    17 //! @SYMTestSuiteName               	utfv1-api-uloggerv1-configfile-test-suite.script
    18 //! @SYMScriptTestEnvironment       	TEF
    18 //! @SYMScriptTestEnvironment       	TEF
    19 
    19 
    20 
    20 
    21 
    21 
    36 //! @SYMTestCaseDesc     Run test for publicconfig file path for ULoggerv1 on armv5
    36 //! @SYMTestCaseDesc     Run test for publicconfig file path for ULoggerv1 on armv5
    37 //! @SYMTestPriority     Critical
    37 //! @SYMTestPriority     Critical
    38 //! @SYMTestActions    Compare the settings in the ulogger server with that specified in the test config file in \testdata\configs\configfiletracecontrolconfig.ini
    38 //! @SYMTestActions    Compare the settings in the ulogger server with that specified in the test config file in \testdata\configs\configfiletracecontrolconfig.ini
    39 //! @SYMTestExpectedResults     Verify that the returned settings match those expected (test step returns a test pass if so)
    39 //! @SYMTestExpectedResults     Verify that the returned settings match those expected (test step returns a test pass if so)
    40 //! @SYMTestType         CT
    40 //! @SYMTestType         CT
    41 //! @SYMTestStatus   Implemented
    41 //! @SYMTESTSTATUS   Implemented
    42 //! @SYMPREQ                 PREQ1635
    42 //! @SYMPREQ                 PREQ1635
    43 //! @SYMREQ     
    43 //! @SYMREQ     
    44 RUN_TEST_STEP 1000 te_uloggermclsuite ULoggerPublicConfigFileTestStep 
    44 RUN_TEST_STEP 1000 te_uloggermclsuite ULoggerPublicConfigFileTestStep 
    45 END_TESTCASE			DT-DEBUG-TRACE-UTFv1-ULoggerPublicConfigFile01-0001
    45 END_TESTCASE			DT-DEBUG-TRACE-UTFv1-ULoggerPublicConfigFile01-0001
    46 
    46 
    58 //! @SYMTestCaseDesc     Run test for privateconfig file path for ULoggerv1 on armv5
    58 //! @SYMTestCaseDesc     Run test for privateconfig file path for ULoggerv1 on armv5
    59 //! @SYMTestPriority     Critical
    59 //! @SYMTestPriority     Critical
    60 //! @SYMTestActions    Having deleted c:\ulogger\uloggerconfig.ini in the public path, now compare the settings in the ulogger server with that specified by default in the private path
    60 //! @SYMTestActions    Having deleted c:\ulogger\uloggerconfig.ini in the public path, now compare the settings in the ulogger server with that specified by default in the private path
    61 //! @SYMTestExpectedResults     Verify that the returned settings match those expected (test step returns a test pass if so)
    61 //! @SYMTestExpectedResults     Verify that the returned settings match those expected (test step returns a test pass if so)
    62 //! @SYMTestType         CT
    62 //! @SYMTestType         CT
    63 //! @SYMTestStatus   Implemented
    63 //! @SYMTESTSTATUS   Implemented
    64 //! @SYMPREQ                 PREQ1635
    64 //! @SYMPREQ                 PREQ1635
    65 //! @SYMREQ 
    65 //! @SYMREQ 
    66 RUN_TEST_STEP 1000 te_uloggermclsuite ULoggerPrivateConfigFileTestStep 
    66 RUN_TEST_STEP 1000 te_uloggermclsuite ULoggerPrivateConfigFileTestStep 
    67 END_TESTCASE			DT-DEBUG-TRACE-UTFv1-ULoggerPrivateConfigFile-0001
    67 END_TESTCASE			DT-DEBUG-TRACE-UTFv1-ULoggerPrivateConfigFile-0001
    68 
    68 
    80 //! @SYMTestCaseDesc     Run test for publicconfig file path for ULoggerv1 on armv5
    80 //! @SYMTestCaseDesc     Run test for publicconfig file path for ULoggerv1 on armv5
    81 //! @SYMTestPriority     Critical
    81 //! @SYMTestPriority     Critical
    82 //! @SYMTestActions    Having reinstated a config file on the public path, now compare the settings in the ulogger server with that specified in the public path
    82 //! @SYMTestActions    Having reinstated a config file on the public path, now compare the settings in the ulogger server with that specified in the public path
    83 //! @SYMTestExpectedResults     Verify that the returned settings match those expected (test step returns a test pass if so)
    83 //! @SYMTestExpectedResults     Verify that the returned settings match those expected (test step returns a test pass if so)
    84 //! @SYMTestType         CT
    84 //! @SYMTestType         CT
    85 //! @SYMTestStatus   Implemented
    85 //! @SYMTESTSTATUS   Implemented
    86 //! @SYMPREQ                 PREQ1635
    86 //! @SYMPREQ                 PREQ1635
    87 //! @SYMREQ 
    87 //! @SYMREQ 
    88 RUN_TEST_STEP 1000 te_uloggermclsuite ULoggerPublicConfigFileTestStep 
    88 RUN_TEST_STEP 1000 te_uloggermclsuite ULoggerPublicConfigFileTestStep 
    89 END_TESTCASE			DT-DEBUG-TRACE-UTFv1-ULoggerPublicConfigFile02-0001
    89 END_TESTCASE			DT-DEBUG-TRACE-UTFv1-ULoggerPublicConfigFile02-0001
    90 
    90