traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_performance/testdata/scripts/te_perf_sanity.script
changeset 0 08ec8eefde2f
child 23 26645d81f48d
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 //! @File
       
    17 //! @SYMTestSuiteName           te_perf_sanity.script
       
    18 //! @SYMScriptTestEnvironment   TEF
       
    19 
       
    20 
       
    21 LOAD_SUITE te_ostv2integsuite_enabled
       
    22 
       
    23 PRINT API_Performance_Code_Sanity_Tests
       
    24 
       
    25 START_TESTCASE                  DT-DEBUG-TRACE-OSTv2-TraceControlPerformanceSanity-0001
       
    26 //! @SYMTestCaseID              DT-DEBUG-TRACE-OSTv2-TraceControlPerformanceSanity-0001
       
    27 //! @SYMTestCaseDesc            Run before a default run of performance tests to flag any changes to expected timer resolution >10%
       
    28 //! @SYMTestPriority            High
       
    29 //! @SYMTestActions             Compares lauterbach measured time for foo() with that generated in the returns a fail it is>10% from that expected. 
       
    30 //! @SYMTestExpectedResults     Verify that there has not been any significant change in the timer resolution figures from hardware measurement.
       
    31 //! @SYMTestType                UT
       
    32 //! @SYMTESTSTATUS              Implemented
       
    33 //! @SYMPREQ                    PREQ2390
       
    34 //! @SYMREQ                     12115 12122 12761
       
    35     START_TEST_BLOCK    100     te_ostv2integsuite_enabled              \testdata\configs\te_perf_sanity.ini
       
    36         CREATE_OBJECT           PerformanceSanityTest                   PerformanceSanityTest
       
    37         COMMAND                 PerformanceSanityTest                   doTest
       
    38     END_TEST_BLOCK 
       
    39 END_TESTCASE                    DT-DEBUG-TRACE-OSTv2-TraceControlPerformanceSanity-0001
       
    40 
       
    41 
       
    42 PRINT Complete_API_Performance_Code_Sanity_Tests