traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_performance/testdata/scripts/te_perf_outputcsvsanity.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_outputcsvsanity.script
       
    18 //! @SYMScriptTestEnvironment   TEF
       
    19 
       
    20 
       
    21 LOAD_SUITE te_ostv2integsuite_enabled
       
    22 
       
    23 PRINT API_Performance_Output_CSV_Sanity_Tests
       
    24 
       
    25 
       
    26 PREFIX RUN_UTILS
       
    27 CopyFile e:\te_apitestresults.csv c:\te_apitestresults.csv
       
    28 REMOVE_PREFIX
       
    29 
       
    30 
       
    31 START_TESTCASE                  DT-DEBUG-TRACE-OSTv2-TraceControlOPTOutputSanity-0001
       
    32 //! @SYMTestCaseID              DT-DEBUG-TRACE-OSTv2-TraceControlOPTOutputSanity-0001
       
    33 //! @SYMTestCaseDesc            Run after a default run of performance tests to flag any change from expected times >10%
       
    34 //! @SYMTestPriority            High
       
    35 //! @SYMTestActions             Compares a baseline.csv file included in the reference subfolder of the integration tests with that output from a default performance test ru n and return a fail if any of the column elements>10% from that expected. All elements compared and reported back with associated discrepancy
       
    36 //! @SYMTestExpectedResults     Verify that there has not been any significant change in the performance figures from previous runs.
       
    37 //! @SYMTestType                UT
       
    38 //! @SYMTESTSTATUS              Implemented
       
    39 //! @SYMPREQ                    PREQ2390
       
    40 //! @SYMREQ                     12115 12122 12761
       
    41     START_TEST_BLOCK    100     te_ostv2integsuite_enabled              \testdata\configs\te_perf_outputcsvsanity.ini
       
    42         CREATE_OBJECT           OutputCSVSanityTest                     OutputCSVSanityTest
       
    43         COMMAND                 OutputCSVSanityTest                     doTest
       
    44     END_TEST_BLOCK
       
    45 END_TESTCASE                    DT-DEBUG-TRACE-OSTv2-TraceControlOPTOutputSanity-0001 
       
    46 
       
    47 
       
    48 PRINT Complete_API_Output_CSV_Sanity_Tests