traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_performance/testdata/scripts/te_perf_guidelines_enabled.script
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
     1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-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           te_perf_guidelines_enabled.script
    17 //! @SYMTestSuiteName           te_perf_guidelines_enabled.script
    18 //! @SYMScriptTestEnvironment   TEF
    18 //! @SYMScriptTestEnvironment   TEF
    19 
    19 
    20 
    20 
    21 LOAD_SUITE te_ostv2integsuite_enabled
    21 LOAD_SUITE te_ostv2integsuite_enabled
    36 //! @SYMTestCaseDesc            Run ADP37 advanced performance test for OSTv2 API+TraceControl, with trace build time compiled in, GroupID filtering on, Component ID Filtering on, GroupID filter matches trace point, Component ID filter matches trace point 
    36 //! @SYMTestCaseDesc            Run ADP37 advanced performance test for OSTv2 API+TraceControl, with trace build time compiled in, GroupID filtering on, Component ID Filtering on, GroupID filter matches trace point, Component ID filter matches trace point 
    37 //! @SYMTestPriority            Critical
    37 //! @SYMTestPriority            Critical
    38 //! @SYMTestActions             Calculate the typical and minimum times taken for trace APIs (compiled in, GroupID filtering on, Component ID Filtering on, GroupID filter matches trace point, Component ID filter matches trace point) and run configs specified in the te_perf_default.ini config file. Output to te_apitestresults.csv along with its stack usage.
    38 //! @SYMTestActions             Calculate the typical and minimum times taken for trace APIs (compiled in, GroupID filtering on, Component ID Filtering on, GroupID filter matches trace point, Component ID filter matches trace point) and run configs specified in the te_perf_default.ini config file. Output to te_apitestresults.csv along with its stack usage.
    39 //! @SYMTestExpectedResults     Verify that there has not been any significant change in the performance figures from previous runs, other than expected by source code changes..
    39 //! @SYMTestExpectedResults     Verify that there has not been any significant change in the performance figures from previous runs, other than expected by source code changes..
    40 //! @SYMTestType                ST
    40 //! @SYMTestType                ST
    41 //! @SYMTestStatus              Implemented
    41 //! @SYMTESTSTATUS              Implemented
    42 //! @SYMPREQ                    PREQ2390
    42 //! @SYMPREQ                    PREQ2390
    43 //! @SYMREQ                     12115 12122 12761
    43 //! @SYMREQ                     12115 12122 12761
    44     START_TEST_BLOCK    10000   te_ostv2integsuite_enabled              \testdata\configs\te_perf_gon_con_gmatch_cmatch.ini
    44     START_TEST_BLOCK    10000   te_ostv2integsuite_enabled              \testdata\configs\te_perf_gon_con_gmatch_cmatch.ini
    45         CREATE_OBJECT           TCMPerformance                          TCMPerformance
    45         CREATE_OBJECT           TCMPerformance                          TCMPerformance
    46         COMMAND                 TCMPerformance                          doTest                                            TESTONE
    46         COMMAND                 TCMPerformance                          doTest                                            TESTONE
    61 //! @SYMTestCaseDesc            Run ADP37 advanced performance test for OSTv2 API+TraceControl, with trace build time compiled in, GroupID filtering on, Component ID Filtering on, GroupID filter matches trace point, Component ID filter doesn't match trace point 
    61 //! @SYMTestCaseDesc            Run ADP37 advanced performance test for OSTv2 API+TraceControl, with trace build time compiled in, GroupID filtering on, Component ID Filtering on, GroupID filter matches trace point, Component ID filter doesn't match trace point 
    62 //! @SYMTestPriority            Critical
    62 //! @SYMTestPriority            Critical
    63 //! @SYMTestActions             Calculate the typical and minimum times taken for trace APIs (compiled in, GroupID filtering on, Component ID Filtering on, GroupID filter matches trace point, Component ID filter doesn't match trace point) and run configs specified in the te_perf_default.ini config file. Output to te_apitestresults.csv along with its stack usage.
    63 //! @SYMTestActions             Calculate the typical and minimum times taken for trace APIs (compiled in, GroupID filtering on, Component ID Filtering on, GroupID filter matches trace point, Component ID filter doesn't match trace point) and run configs specified in the te_perf_default.ini config file. Output to te_apitestresults.csv along with its stack usage.
    64 //! @SYMTestExpectedResults     Verify that there has not been any significant change in the performance figures from previous runs, other than expected by source code changes.
    64 //! @SYMTestExpectedResults     Verify that there has not been any significant change in the performance figures from previous runs, other than expected by source code changes.
    65 //! @SYMTestType                ST
    65 //! @SYMTestType                ST
    66 //! @SYMTestStatus              Implemented
    66 //! @SYMTESTSTATUS              Implemented
    67 //! @SYMPREQ                    PREQ2390
    67 //! @SYMPREQ                    PREQ2390
    68 //! @SYMREQ                     12115 12122 12761
    68 //! @SYMREQ                     12115 12122 12761
    69     START_TEST_BLOCK    10000   te_ostv2integsuite_enabled              \testdata\configs\te_perf_gon_con_gmatch_cmismatch.ini
    69     START_TEST_BLOCK    10000   te_ostv2integsuite_enabled              \testdata\configs\te_perf_gon_con_gmatch_cmismatch.ini
    70         CREATE_OBJECT           TCMPerformance                          TCMPerformance
    70         CREATE_OBJECT           TCMPerformance                          TCMPerformance
    71         COMMAND                 TCMPerformance                          doTest                                            TESTONE
    71         COMMAND                 TCMPerformance                          doTest                                            TESTONE
    86 //! @SYMTestCaseDesc            Run ADP37 advanced performance test for OSTv2 API+TraceControl, with trace build time compiled in, GroupID filtering on, Component ID Filtering on, GroupID filter doesn't match trace point, Component ID filter matches trace point
    86 //! @SYMTestCaseDesc            Run ADP37 advanced performance test for OSTv2 API+TraceControl, with trace build time compiled in, GroupID filtering on, Component ID Filtering on, GroupID filter doesn't match trace point, Component ID filter matches trace point
    87 //! @SYMTestPriority            Critical
    87 //! @SYMTestPriority            Critical
    88 //! @SYMTestActions             Calculate the typical and minimum times taken for trace APIs (compiled in, GroupID filtering on, Component ID Filtering on, GroupID filter doesn't match trace point, Component ID filter matches trace point) and run configs specified in the te_perf_default.ini config file. Output to te_apitestresults.csv along with its stack usage.
    88 //! @SYMTestActions             Calculate the typical and minimum times taken for trace APIs (compiled in, GroupID filtering on, Component ID Filtering on, GroupID filter doesn't match trace point, Component ID filter matches trace point) and run configs specified in the te_perf_default.ini config file. Output to te_apitestresults.csv along with its stack usage.
    89 //! @SYMTestExpectedResults     Verify that there has not been any significant change in the performance figures from previous runs, other than expected by source code changes.
    89 //! @SYMTestExpectedResults     Verify that there has not been any significant change in the performance figures from previous runs, other than expected by source code changes.
    90 //! @SYMTestType                ST
    90 //! @SYMTestType                ST
    91 //! @SYMTestStatus              Implemented
    91 //! @SYMTESTSTATUS              Implemented
    92 //! @SYMPREQ                    PREQ2390
    92 //! @SYMPREQ                    PREQ2390
    93 //! @SYMREQ                     12115 12122 12761
    93 //! @SYMREQ                     12115 12122 12761
    94     START_TEST_BLOCK    10000   te_ostv2integsuite_enabled              \testdata\configs\te_perf_gon_con_gmismatch_cmatch.ini
    94     START_TEST_BLOCK    10000   te_ostv2integsuite_enabled              \testdata\configs\te_perf_gon_con_gmismatch_cmatch.ini
    95         CREATE_OBJECT           TCMPerformance                          TCMPerformance
    95         CREATE_OBJECT           TCMPerformance                          TCMPerformance
    96         COMMAND                 TCMPerformance                          doTest                                            TESTONE
    96         COMMAND                 TCMPerformance                          doTest                                            TESTONE
   111 //! @SYMTestCaseDesc            Run ADP37 advanced performance test for OSTv2 API+TraceControl, with trace build time compiled in, GroupID filtering on, Component ID Filtering off, GroupID filter matches trace point, Component ID filter doesn't match trace point
   111 //! @SYMTestCaseDesc            Run ADP37 advanced performance test for OSTv2 API+TraceControl, with trace build time compiled in, GroupID filtering on, Component ID Filtering off, GroupID filter matches trace point, Component ID filter doesn't match trace point
   112 //! @SYMTestPriority            Critical
   112 //! @SYMTestPriority            Critical
   113 //! @SYMTestActions             Calculate the typical and minimum times taken for trace APIs (compiled in, GroupID filtering on, Component ID Filtering off, GroupID filter matches trace point, Component ID filter doesn't match trace point) and run configs specified in the te_perf_default.ini config file. Output to te_apitestresults.csv along with its stack usage.
   113 //! @SYMTestActions             Calculate the typical and minimum times taken for trace APIs (compiled in, GroupID filtering on, Component ID Filtering off, GroupID filter matches trace point, Component ID filter doesn't match trace point) and run configs specified in the te_perf_default.ini config file. Output to te_apitestresults.csv along with its stack usage.
   114 //! @SYMTestExpectedResults     Verify that there has not been any significant change in the performance figures from previous runs, other than expected by source code changes.
   114 //! @SYMTestExpectedResults     Verify that there has not been any significant change in the performance figures from previous runs, other than expected by source code changes.
   115 //! @SYMTestType                ST
   115 //! @SYMTestType                ST
   116 //! @SYMTestStatus              Implemented
   116 //! @SYMTESTSTATUS              Implemented
   117 //! @SYMPREQ                    PREQ2390
   117 //! @SYMPREQ                    PREQ2390
   118 //! @SYMREQ                     12115 12122 12761
   118 //! @SYMREQ                     12115 12122 12761
   119     START_TEST_BLOCK    10000   te_ostv2integsuite_enabled              \testdata\configs\te_perf_gon_coff_gmatch_cmismatch.ini
   119     START_TEST_BLOCK    10000   te_ostv2integsuite_enabled              \testdata\configs\te_perf_gon_coff_gmatch_cmismatch.ini
   120         CREATE_OBJECT           TCMPerformance                          TCMPerformance
   120         CREATE_OBJECT           TCMPerformance                          TCMPerformance
   121         COMMAND                 TCMPerformance                          doTest                                            TESTONE
   121         COMMAND                 TCMPerformance                          doTest                                            TESTONE
   136 //! @SYMTestCaseDesc            Run ADP37 advanced performance test for OSTv2 API+TraceControl, with trace build time compiled in, GroupID filtering on, Component ID Filtering off, GroupID filter doesn't match trace point, Component ID filter matches trace point
   136 //! @SYMTestCaseDesc            Run ADP37 advanced performance test for OSTv2 API+TraceControl, with trace build time compiled in, GroupID filtering on, Component ID Filtering off, GroupID filter doesn't match trace point, Component ID filter matches trace point
   137 //! @SYMTestPriority            Critical
   137 //! @SYMTestPriority            Critical
   138 //! @SYMTestActions             Calculate the typical and minimum times taken for trace APIs (compiled in, GroupID filtering on, Component ID Filtering off, GroupID filter doesn't match trace point, Component ID filter matches trace point) and run configs specified in the te_perf_default.ini config file. Output to te_apitestresults.csv along with its stack usage.
   138 //! @SYMTestActions             Calculate the typical and minimum times taken for trace APIs (compiled in, GroupID filtering on, Component ID Filtering off, GroupID filter doesn't match trace point, Component ID filter matches trace point) and run configs specified in the te_perf_default.ini config file. Output to te_apitestresults.csv along with its stack usage.
   139 //! @SYMTestExpectedResults     Verify that there has not been any significant change in the performance figures from previous runs, other than expected by source code changes.
   139 //! @SYMTestExpectedResults     Verify that there has not been any significant change in the performance figures from previous runs, other than expected by source code changes.
   140 //! @SYMTestType                ST
   140 //! @SYMTestType                ST
   141 //! @SYMTestStatus              Implemented
   141 //! @SYMTESTSTATUS              Implemented
   142 //! @SYMPREQ                    PREQ2390
   142 //! @SYMPREQ                    PREQ2390
   143 //! @SYMREQ                     12115 12122 12761
   143 //! @SYMREQ                     12115 12122 12761
   144     START_TEST_BLOCK    10000   te_ostv2integsuite_enabled              \testdata\configs\te_perf_gon_coff_gmismatch_cmatch.ini
   144     START_TEST_BLOCK    10000   te_ostv2integsuite_enabled              \testdata\configs\te_perf_gon_coff_gmismatch_cmatch.ini
   145         CREATE_OBJECT           TCMPerformance                          TCMPerformance
   145         CREATE_OBJECT           TCMPerformance                          TCMPerformance
   146         COMMAND                 TCMPerformance                          doTest                                            TESTONE
   146         COMMAND                 TCMPerformance                          doTest                                            TESTONE
   161 //! @SYMTestCaseDesc            Run ADP37 advanced performance test for OSTv2 API+TraceControl, with trace build time compiled in, GroupID filtering off, Component ID Filtering on, GroupID filter doesn't match trace point, Component ID filter matches trace point
   161 //! @SYMTestCaseDesc            Run ADP37 advanced performance test for OSTv2 API+TraceControl, with trace build time compiled in, GroupID filtering off, Component ID Filtering on, GroupID filter doesn't match trace point, Component ID filter matches trace point
   162 //! @SYMTestPriority            Critical
   162 //! @SYMTestPriority            Critical
   163 //! @SYMTestActions             Calculate the typical and minimum times taken for trace APIs (compiled in, GroupID filtering off, Component ID Filtering on, GroupID filter doesn't match trace point, Component ID filter matches trace point) and run configs specified in the te_perf_default.ini config file. Output to te_apitestresults.csv along with its stack usage.
   163 //! @SYMTestActions             Calculate the typical and minimum times taken for trace APIs (compiled in, GroupID filtering off, Component ID Filtering on, GroupID filter doesn't match trace point, Component ID filter matches trace point) and run configs specified in the te_perf_default.ini config file. Output to te_apitestresults.csv along with its stack usage.
   164 //! @SYMTestExpectedResults     Verify that there has not been any significant change in the performance figures from previous runs, other than expected by source code changes.
   164 //! @SYMTestExpectedResults     Verify that there has not been any significant change in the performance figures from previous runs, other than expected by source code changes.
   165 //! @SYMTestType                ST
   165 //! @SYMTestType                ST
   166 //! @SYMTestStatus              Implemented
   166 //! @SYMTESTSTATUS              Implemented
   167 //! @SYMPREQ                    PREQ2390
   167 //! @SYMPREQ                    PREQ2390
   168 //! @SYMREQ                     12115 12122 12761
   168 //! @SYMREQ                     12115 12122 12761
   169     START_TEST_BLOCK    10000   te_ostv2integsuite_enabled              \testdata\configs\te_perf_goff_con_gmismatch_cmatch.ini
   169     START_TEST_BLOCK    10000   te_ostv2integsuite_enabled              \testdata\configs\te_perf_goff_con_gmismatch_cmatch.ini
   170         CREATE_OBJECT           TCMPerformance                          TCMPerformance
   170         CREATE_OBJECT           TCMPerformance                          TCMPerformance
   171         COMMAND                 TCMPerformance                          doTest                                            TESTONE
   171         COMMAND                 TCMPerformance                          doTest                                            TESTONE
   186 //! @SYMTestCaseDesc            Run ADP37 advanced performance test for OSTv2 API+TraceControl, with trace build time compiled in, GroupID filtering off, Component ID Filtering on, GroupID filter matches trace point, Component ID filter doesn't match trace point
   186 //! @SYMTestCaseDesc            Run ADP37 advanced performance test for OSTv2 API+TraceControl, with trace build time compiled in, GroupID filtering off, Component ID Filtering on, GroupID filter matches trace point, Component ID filter doesn't match trace point
   187 //! @SYMTestPriority            Critical
   187 //! @SYMTestPriority            Critical
   188 //! @SYMTestActions             Calculate the typical and minimum times taken for trace APIs (compiled in, GroupID filtering off, Component ID Filtering on, GroupID filter matches trace point, Component ID filter doesn't match trace point) and run configs specified in the te_perf_default.ini config file. Output to te_apitestresults.csv along with its stack usage.
   188 //! @SYMTestActions             Calculate the typical and minimum times taken for trace APIs (compiled in, GroupID filtering off, Component ID Filtering on, GroupID filter matches trace point, Component ID filter doesn't match trace point) and run configs specified in the te_perf_default.ini config file. Output to te_apitestresults.csv along with its stack usage.
   189 //! @SYMTestExpectedResults     Verify that there has not been any significant change in the performance figures from previous runs, other than expected by source code changes.
   189 //! @SYMTestExpectedResults     Verify that there has not been any significant change in the performance figures from previous runs, other than expected by source code changes.
   190 //! @SYMTestType                ST
   190 //! @SYMTestType                ST
   191 //! @SYMTestStatus              Implemented
   191 //! @SYMTESTSTATUS              Implemented
   192 //! @SYMPREQ                    PREQ2390
   192 //! @SYMPREQ                    PREQ2390
   193 //! @SYMREQ                     12115 12122 12761
   193 //! @SYMREQ                     12115 12122 12761
   194     START_TEST_BLOCK    10000   te_ostv2integsuite_enabled              \testdata\configs\te_perf_goff_con_gmatch_cmismatch.ini
   194     START_TEST_BLOCK    10000   te_ostv2integsuite_enabled              \testdata\configs\te_perf_goff_con_gmatch_cmismatch.ini
   195         CREATE_OBJECT           TCMPerformance                          TCMPerformance
   195         CREATE_OBJECT           TCMPerformance                          TCMPerformance
   196         COMMAND                 TCMPerformance                          doTest                                            TESTONE
   196         COMMAND                 TCMPerformance                          doTest                                            TESTONE
   211 //! @SYMTestCaseDesc            Run ADP37 advanced performance test for OSTv2 API+TraceControl, with trace build time compiled in, GroupID filtering off, Component ID Filtering off, GroupID filter matches trace point, Component ID filter doesn't match trace point
   211 //! @SYMTestCaseDesc            Run ADP37 advanced performance test for OSTv2 API+TraceControl, with trace build time compiled in, GroupID filtering off, Component ID Filtering off, GroupID filter matches trace point, Component ID filter doesn't match trace point
   212 //! @SYMTestPriority            Critical
   212 //! @SYMTestPriority            Critical
   213 //! @SYMTestActions             Calculate the typical and minimum times taken for trace APIs (compiled in, GroupID filtering off, Component ID Filtering off, GroupID filter matches trace point, Component ID filter doesn't match trace point) and run configs specified in the te_perf_default.ini config file. Output to te_apitestresults.csv along with its stack usage.
   213 //! @SYMTestActions             Calculate the typical and minimum times taken for trace APIs (compiled in, GroupID filtering off, Component ID Filtering off, GroupID filter matches trace point, Component ID filter doesn't match trace point) and run configs specified in the te_perf_default.ini config file. Output to te_apitestresults.csv along with its stack usage.
   214 //! @SYMTestExpectedResults     Verify that there has not been any significant change in the performance figures from previous runs, other than expected by source code changes.
   214 //! @SYMTestExpectedResults     Verify that there has not been any significant change in the performance figures from previous runs, other than expected by source code changes.
   215 //! @SYMTestType                ST
   215 //! @SYMTestType                ST
   216 //! @SYMTestStatus              Implemented
   216 //! @SYMTESTSTATUS              Implemented
   217 //! @SYMPREQ                    PREQ2390
   217 //! @SYMPREQ                    PREQ2390
   218 //! @SYMREQ                     12115 12122 12761
   218 //! @SYMREQ                     12115 12122 12761
   219     START_TEST_BLOCK    10000   te_ostv2integsuite_enabled              \testdata\configs\te_perf_goff_coff_gmatch_cmatch.ini
   219     START_TEST_BLOCK    10000   te_ostv2integsuite_enabled              \testdata\configs\te_perf_goff_coff_gmatch_cmatch.ini
   220         CREATE_OBJECT           TCMPerformance                          TCMPerformance
   220         CREATE_OBJECT           TCMPerformance                          TCMPerformance
   221         COMMAND                 TCMPerformance                          doTest                                            TESTONE
   221         COMMAND                 TCMPerformance                          doTest                                            TESTONE