traceservices/tracefw/ulogger/unit_test/scripts/te_server.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-server-unit-test-suite.script
    17 //! @SYMTestSuiteName               	uloggerv1-server-unit-test-suite.script
    18 //! @SYMScriptTestEnvironment       	TEF
    18 //! @SYMScriptTestEnvironment       	TEF
    19 
    19 
    20 
    20 
    21 
    21 
    37 //! @SYMTestCaseDesc     Run test for starting/stopping watching in server
    37 //! @SYMTestCaseDesc     Run test for starting/stopping watching in server
    38 //! @SYMTestPriority     Critical
    38 //! @SYMTestPriority     Critical
    39 //! @SYMTestActions    STart and Stop watching in the server
    39 //! @SYMTestActions    STart and Stop watching in the server
    40 //! @SYMTestExpectedResults      error returns as expected
    40 //! @SYMTestExpectedResults      error returns as expected
    41 //! @SYMTestType         UT
    41 //! @SYMTestType         UT
    42 //! @SYMTestStatus   Implemented
    42 //! @SYMTESTSTATUS   Implemented
    43 //! @SYMPREQ                 PREQ1635
    43 //! @SYMPREQ                 PREQ1635
    44 //! @SYMREQ 
    44 //! @SYMREQ 
    45 RUN_TEST_STEP 100 te_UloggerServerTestSuite UloggerServerTest0Step 
    45 RUN_TEST_STEP 100 te_UloggerServerTestSuite UloggerServerTest0Step 
    46 END_TESTCASE			DT-DEBUG-TRACE-UTFv1-UloggerServerStartStopWatching-0001
    46 END_TESTCASE			DT-DEBUG-TRACE-UTFv1-UloggerServerStartStopWatching-0001
    47 
    47 
    50 //! @SYMTestCaseDesc     Run test for configuring commands the ulogger server
    50 //! @SYMTestCaseDesc     Run test for configuring commands the ulogger server
    51 //! @SYMTestPriority     Critical
    51 //! @SYMTestPriority     Critical
    52 //! @SYMTestActions    Call all possibly get/set/configure ulogger command methods in the server
    52 //! @SYMTestActions    Call all possibly get/set/configure ulogger command methods in the server
    53 //! @SYMTestExpectedResults      error returns as expected
    53 //! @SYMTestExpectedResults      error returns as expected
    54 //! @SYMTestType         UT
    54 //! @SYMTestType         UT
    55 //! @SYMTestStatus   Implemented
    55 //! @SYMTESTSTATUS   Implemented
    56 //! @SYMPREQ                 PREQ1635
    56 //! @SYMPREQ                 PREQ1635
    57 //! @SYMREQ 
    57 //! @SYMREQ 
    58 RUN_TEST_STEP 1000 te_UloggerServerTestSuite UloggerServerTest1Step 
    58 RUN_TEST_STEP 1000 te_UloggerServerTestSuite UloggerServerTest1Step 
    59 END_TESTCASE			DT-DEBUG-TRACE-UTFv1-UloggerServerConfigureMethods-0001
    59 END_TESTCASE			DT-DEBUG-TRACE-UTFv1-UloggerServerConfigureMethods-0001
    60 
    60 
    63 //! @SYMTestCaseDesc     Create new server sessions
    63 //! @SYMTestCaseDesc     Create new server sessions
    64 //! @SYMTestPriority     Critical
    64 //! @SYMTestPriority     Critical
    65 //! @SYMTestActions    Call NewL and NewLC to create new server sessions
    65 //! @SYMTestActions    Call NewL and NewLC to create new server sessions
    66 //! @SYMTestExpectedResults      error returns as expected
    66 //! @SYMTestExpectedResults      error returns as expected
    67 //! @SYMTestType         UT
    67 //! @SYMTestType         UT
    68 //! @SYMTestStatus   Implemented
    68 //! @SYMTESTSTATUS   Implemented
    69 //! @SYMPREQ                 PREQ1635
    69 //! @SYMPREQ                 PREQ1635
    70 //! @SYMREQ 
    70 //! @SYMREQ 
    71 RUN_TEST_STEP 100 te_UloggerServerTestSuite UloggerServerTest2Step 
    71 RUN_TEST_STEP 100 te_UloggerServerTestSuite UloggerServerTest2Step 
    72 END_TESTCASE			DT-DEBUG-TRACE-UTFv1-UloggerServerSessionNewLNewLC-0001
    72 END_TESTCASE			DT-DEBUG-TRACE-UTFv1-UloggerServerSessionNewLNewLC-0001
    73 
    73 
    76 //! @SYMTestCaseDesc     Create new server sessions
    76 //! @SYMTestCaseDesc     Create new server sessions
    77 //! @SYMTestPriority     Critical
    77 //! @SYMTestPriority     Critical
    78 //! @SYMTestActions    Call NewL and NewLC to create new plugin allocations under various conditions
    78 //! @SYMTestActions    Call NewL and NewLC to create new plugin allocations under various conditions
    79 //! @SYMTestExpectedResults      error returns as expected
    79 //! @SYMTestExpectedResults      error returns as expected
    80 //! @SYMTestType         UT
    80 //! @SYMTestType         UT
    81 //! @SYMTestStatus   Implemented
    81 //! @SYMTESTSTATUS   Implemented
    82 //! @SYMPREQ                 PREQ1635
    82 //! @SYMPREQ                 PREQ1635
    83 //! @SYMREQ
    83 //! @SYMREQ
    84 RUN_TEST_STEP 100 te_UloggerServerTestSuite UloggerServerTest3Step 
    84 RUN_TEST_STEP 100 te_UloggerServerTestSuite UloggerServerTest3Step 
    85 END_TESTCASE			DT-DEBUG-TRACE-UTFv1-UloggerServerPluginAllocator-0001
    85 END_TESTCASE			DT-DEBUG-TRACE-UTFv1-UloggerServerPluginAllocator-0001
    86 
    86 
    89 //! @SYMTestCaseDesc     Test server control framework
    89 //! @SYMTestCaseDesc     Test server control framework
    90 //! @SYMTestPriority     Critical
    90 //! @SYMTestPriority     Critical
    91 //! @SYMTestActions    Start/Stop reading and test functionality of passing and translating commands for server control framework
    91 //! @SYMTestActions    Start/Stop reading and test functionality of passing and translating commands for server control framework
    92 //! @SYMTestExpectedResults      error returns as expected
    92 //! @SYMTestExpectedResults      error returns as expected
    93 //! @SYMTestType         UT
    93 //! @SYMTestType         UT
    94 //! @SYMTestStatus   Implemented
    94 //! @SYMTESTSTATUS   Implemented
    95 //! @SYMPREQ                 PREQ1635
    95 //! @SYMPREQ                 PREQ1635
    96 //! @SYMREQ
    96 //! @SYMREQ
    97 RUN_TEST_STEP 1000 te_UloggerServerTestSuite UloggerServerTest4Step 
    97 RUN_TEST_STEP 1000 te_UloggerServerTestSuite UloggerServerTest4Step 
    98 END_TESTCASE			DT-DEBUG-TRACE-UTFv1-UloggerServerControlFramework-0001
    98 END_TESTCASE			DT-DEBUG-TRACE-UTFv1-UloggerServerControlFramework-0001
    99 
    99 
   102 //! @SYMTestCaseDesc     Test server channel settings
   102 //! @SYMTestCaseDesc     Test server channel settings
   103 //! @SYMTestPriority     Critical
   103 //! @SYMTestPriority     Critical
   104 //! @SYMTestActions    Call methods to change settings of server channels
   104 //! @SYMTestActions    Call methods to change settings of server channels
   105 //! @SYMTestExpectedResults      error returns as expected
   105 //! @SYMTestExpectedResults      error returns as expected
   106 //! @SYMTestType         UT
   106 //! @SYMTestType         UT
   107 //! @SYMTestStatus   Implemented
   107 //! @SYMTESTSTATUS   Implemented
   108 //! @SYMPREQ                 PREQ1635
   108 //! @SYMPREQ                 PREQ1635
   109 //! @SYMREQ
   109 //! @SYMREQ
   110 RUN_TEST_STEP 100 te_UloggerServerTestSuite UloggerServerTest5Step 
   110 RUN_TEST_STEP 100 te_UloggerServerTestSuite UloggerServerTest5Step 
   111 END_TESTCASE			DT-DEBUG-TRACE-UTFv1-UloggerServerChannelSettings-0001
   111 END_TESTCASE			DT-DEBUG-TRACE-UTFv1-UloggerServerChannelSettings-0001
   112 
   112 
   115 //! @SYMTestCaseDesc     Test data mathods of server 
   115 //! @SYMTestCaseDesc     Test data mathods of server 
   116 //! @SYMTestPriority     Critical
   116 //! @SYMTestPriority     Critical
   117 //! @SYMTestActions    Call methods to pass data to/fro server 
   117 //! @SYMTestActions    Call methods to pass data to/fro server 
   118 //! @SYMTestExpectedResults      error returns as expected
   118 //! @SYMTestExpectedResults      error returns as expected
   119 //! @SYMTestType         UT
   119 //! @SYMTestType         UT
   120 //! @SYMTestStatus   Implemented
   120 //! @SYMTESTSTATUS   Implemented
   121 //! @SYMPREQ                 PREQ1635
   121 //! @SYMPREQ                 PREQ1635
   122 //! @SYMREQ
   122 //! @SYMREQ
   123 RUN_TEST_STEP 100 te_UloggerServerTestSuite UloggerServerTest6Step 
   123 RUN_TEST_STEP 100 te_UloggerServerTestSuite UloggerServerTest6Step 
   124 END_TESTCASE			DT-DEBUG-TRACE-UTFv1-UloggerServerData-0001
   124 END_TESTCASE			DT-DEBUG-TRACE-UTFv1-UloggerServerData-0001
   125 
   125