traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_functional/testdata/scripts/te_integ_tracecollectorconfigfile.script
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
     1 
     1 
     2 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 // All rights reserved.
     3 // All rights reserved.
     4 // This component and the accompanying materials are made available
     4 // This component and the accompanying materials are made available
     5 // under the terms of "Eclipse Public License v1.0"
     5 // under the terms of "Eclipse Public License v1.0"
     6 // which accompanies this distribution, and is available
     6 // which accompanies this distribution, and is available
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    12 // Contributors:
    12 // Contributors:
    13 //
    13 //
    14 // Description:
    14 // Description:
    15 //
    15 //
    16 
    16 
    17 //! @file
    17 //! @File
    18 //! @SYMTestSuiteName           te_integ_tracecollectorconfigfile.script
    18 //! @SYMTestSuiteName           te_integ_tracecollectorconfigfile.script
    19 //! @SYMScriptTestEnvironment   TEF
    19 //! @SYMScriptTestEnvironment   TEF
    20 
    20 
    21 
    21 
    22 LOAD_SUITE te_ostv2integsuite_enabled
    22 LOAD_SUITE te_ostv2integsuite_enabled
    37 //! @SYMTestCaseDesc            Run test for publicconfig file path for TraceControl on armv5
    37 //! @SYMTestCaseDesc            Run test for publicconfig file path for TraceControl on armv5
    38 //! @SYMTestPriority            Critical
    38 //! @SYMTestPriority            Critical
    39 //! @SYMTestActions             Compare the settings in the TraceControl server with that specified in the test config file in \testdata\configs\configfiletracecontrolconfig.ini
    39 //! @SYMTestActions             Compare the settings in the TraceControl server with that specified in the test config file in \testdata\configs\configfiletracecontrolconfig.ini
    40 //! @SYMTestExpectedResults     Verify that the returned settings match those expected (test step returns a test pass if so)
    40 //! @SYMTestExpectedResults     Verify that the returned settings match those expected (test step returns a test pass if so)
    41 //! @SYMTestType                CT
    41 //! @SYMTestType                CT
    42 //! @SYMTestStatus              Implemented
    42 //! @SYMTESTSTATUS              Implemented
    43 //! @SYMPREQ                    PREQ2390
    43 //! @SYMPREQ                    PREQ2390
    44 //! @SYMREQ                     12128 12129
    44 //! @SYMREQ                     12128 12129
    45     START_TEST_BLOCK    100     te_ostv2integsuite_enabled              \testdata\configs\te_integ_tracecollectorconfigfile.ini
    45     START_TEST_BLOCK    100     te_ostv2integsuite_enabled              \testdata\configs\te_integ_tracecollectorconfigfile.ini
    46         CREATE_OBJECT           PublicConfigFile                        PublicConfigFile
    46         CREATE_OBJECT           PublicConfigFile                        PublicConfigFile
    47         COMMAND                 PublicConfigFile                        doTest
    47         COMMAND                 PublicConfigFile                        doTest
    61 //! @SYMTestCaseDesc            Run test for privateconfig file path for TraceControl on armv5
    61 //! @SYMTestCaseDesc            Run test for privateconfig file path for TraceControl on armv5
    62 //! @SYMTestPriority            Critical
    62 //! @SYMTestPriority            Critical
    63 //! @SYMTestActions             Having deleted c:\ulogger\uloggerconfig.ini in the public path, now compare the settings in the TraceControl server with that specified by default in the private path
    63 //! @SYMTestActions             Having deleted c:\ulogger\uloggerconfig.ini in the public path, now compare the settings in the TraceControl server with that specified by default in the private path
    64 //! @SYMTestExpectedResults     Verify that the returned settings match those expected (test step returns a test pass if so)
    64 //! @SYMTestExpectedResults     Verify that the returned settings match those expected (test step returns a test pass if so)
    65 //! @SYMTestType                CT
    65 //! @SYMTestType                CT
    66 //! @SYMTestStatus              Implemented
    66 //! @SYMTESTSTATUS              Implemented
    67 //! @SYMPREQ                    PREQ2390
    67 //! @SYMPREQ                    PREQ2390
    68 //! @SYMREQ                     12128 12129
    68 //! @SYMREQ                     12128 12129
    69     START_TEST_BLOCK    100     te_ostv2integsuite_enabled              \testdata\configs\te_integ_tracecollectorconfigfile.ini
    69     START_TEST_BLOCK    100     te_ostv2integsuite_enabled              \testdata\configs\te_integ_tracecollectorconfigfile.ini
    70         CREATE_OBJECT           PrivateConfigFile                       PrivateConfigFile
    70         CREATE_OBJECT           PrivateConfigFile                       PrivateConfigFile
    71         COMMAND                 PrivateConfigFile                       doTest
    71         COMMAND                 PrivateConfigFile                       doTest
    86 //! @SYMTestCaseDesc            Run test for publicconfig file path for TraceControl on armv5
    86 //! @SYMTestCaseDesc            Run test for publicconfig file path for TraceControl on armv5
    87 //! @SYMTestPriority            Critical
    87 //! @SYMTestPriority            Critical
    88 //! @SYMTestActions             Having reinstated a config file on the public path, now compare the settings in the TraceControl server with that specified in the public path
    88 //! @SYMTestActions             Having reinstated a config file on the public path, now compare the settings in the TraceControl server with that specified in the public path
    89 //! @SYMTestExpectedResults     Verify that the returned settings match those expected (test step returns a test pass if so)
    89 //! @SYMTestExpectedResults     Verify that the returned settings match those expected (test step returns a test pass if so)
    90 //! @SYMTestType                CT
    90 //! @SYMTestType                CT
    91 //! @SYMTestStatus              Implemented
    91 //! @SYMTESTSTATUS              Implemented
    92 //! @SYMPREQ                    PREQ2390
    92 //! @SYMPREQ                    PREQ2390
    93 //! @SYMREQ                     12128 12129
    93 //! @SYMREQ                     12128 12129
    94     START_TEST_BLOCK    100     te_ostv2integsuite_enabled              \testdata\configs\te_integ_tracecollectorconfigfile.ini
    94     START_TEST_BLOCK    100     te_ostv2integsuite_enabled              \testdata\configs\te_integ_tracecollectorconfigfile.ini
    95         CREATE_OBJECT           PublicConfigFile                        PublicConfigFile
    95         CREATE_OBJECT           PublicConfigFile                        PublicConfigFile
    96         COMMAND                 PublicConfigFile                        doTest
    96         COMMAND                 PublicConfigFile                        doTest