mds_plat/harvester_framework_api/tsrc/HarvesterClientTest/init/HarvesterClientTestScripter.ini
changeset 58 fe894bb075c2
parent 51 87e65c44ff3a
child 60 79f826a55db2
equal deleted inserted replaced
51:87e65c44ff3a 58:fe894bb075c2
     1 #
       
     2 # Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of the License "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description:  
       
    15 #
       
    16 
       
    17 
       
    18 [Engine_Defaults]
       
    19 
       
    20 TestReportMode= FullReport    # Possible values are: 'Empty', 'Summary', 'Environment',
       
    21                                                      'TestCases' or 'FullReport'
       
    22 
       
    23 CreateTestReport= YES         # Possible values: YES or NO
       
    24 
       
    25 TestReportFilePath= C:\LOGS\TestFramework\
       
    26 TestReportFileName= HarvesterClientTestScripterLog
       
    27 
       
    28 TestReportFormat= TXT         # Possible values: TXT or HTML
       
    29 TestReportOutput= FILE        # Possible values: FILE or RDEBUG
       
    30 TestReportFileCreationMode= OVERWRITE # Possible values: OVERWRITE or APPEND
       
    31 
       
    32 DeviceResetDllName= StifResetForNokia.dll # e.g. 'StifHWResetStub.dll' for user specific reseting
       
    33 
       
    34 DisableMeasurement= stifmeasurementdisablenone  # Possible values are:
       
    35               # 'stifmeasurementdisablenone', 'stifmeasurementdisableall'
       
    36               # 'stifmeasurementplugin01', 'stifmeasurementplugin02',
       
    37               # 'stifmeasurementplugin03', 'stifmeasurementplugin04',
       
    38               # 'stifmeasurementplugin05' or 'stifbappeaprofiler'
       
    39 
       
    40 Timeout= 600000		            # Default timeout value for each test case. In milliseconds
       
    41 #UITestingSupport= YES        # Possible values: YES or NO
       
    42 #SeparateProcesses= YES       # Possible values: YES or NO (default: NO)
       
    43 [End_Defaults]
       
    44 
       
    45 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
    46 
       
    47 [New_Module]
       
    48 ModuleName= TestScripter
       
    49 TestCaseFile= c:\testframework\HarvesterClientTestScripter.cfg
       
    50 [End_Module]
       
    51 
       
    52 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
    53 
       
    54 [Logger_Defaults]
       
    55 
       
    56 #NOTE: If you want to set Logger using next setting(s) remove comment(s)'#'
       
    57 #NOTE: TestEngine and TestServer logging settings cannot change here
       
    58 
       
    59 CreateLogDirectories= YES    # Possible values: YES or NO
       
    60 
       
    61 #EmulatorBasePath= C:\LOGS\TestFramework\
       
    62 #EmulatorFormat= HTML         # Possible values: TXT or HTML
       
    63 #EmulatorOutput= FILE         # Possible values: FILE or RDEBUG
       
    64 
       
    65 HardwareBasePath= C:\
       
    66 #HardwareFormat= HTML         # Possible values: TXT or HTML
       
    67 #HardwareOutput= FILE         # Possible values: FILE or RDEBUG
       
    68 
       
    69 #FileCreationMode= OVERWRITE  # Possible values: OVERWRITE or APPEND
       
    70 
       
    71 #ThreadIdToLogFile= YES       # Possible values: YES or NO
       
    72 #WithTimeStamp= YES           # Possible values: YES or NO
       
    73 #WithLineBreak= YES           # Possible values: YES or NO
       
    74 #WithEventRanking= YES        # Possible values: YES or NO
       
    75 
       
    76 #FileUnicode= YES             # Possible values: YES or NO
       
    77 AddTestCaseTitle= YES        # Possible values: YES or NO
       
    78 [End_Logger_Defaults]
       
    79 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
    80 
       
    81 # End of file