mds_plat/metadata_engine_api/tsrc/init/MdETestScripter.ini
changeset 60 79f826a55db2
parent 0 c53acadfccc6
equal deleted inserted replaced
58:fe894bb075c2 60:79f826a55db2
       
     1 [Engine_Defaults]
       
     2 
       
     3 TestReportMode= FullReport    # Possible values are: 'Empty', 'Summary', 'Environment',
       
     4                                                      'TestCases' or 'FullReport'
       
     5 
       
     6 CreateTestReport= YES         # Possible values: YES or NO
       
     7 
       
     8 TestReportFilePath= C:\LOGS\TestFramework\
       
     9 TestReportFileName= TestReport
       
    10 
       
    11 TestReportFormat= TXT         # Possible values: TXT or HTML
       
    12 TestReportOutput= FILE        # Possible values: FILE or RDEBUG
       
    13 TestReportFileCreationMode= OVERWRITE # Possible values: OVERWRITE or APPEND
       
    14 
       
    15 DeviceResetDllName= StifResetForNokia.dll # e.g. 'StifHWResetStub.dll' for user specific reseting
       
    16 
       
    17 DisableMeasurement= stifmeasurementdisablenone  # Possible values are:
       
    18               # 'stifmeasurementdisablenone', 'stifmeasurementdisableall'
       
    19               # 'stifmeasurementplugin01', 'stifmeasurementplugin02',
       
    20               # 'stifmeasurementplugin03', 'stifmeasurementplugin04',
       
    21               # 'stifmeasurementplugin05' or 'stifbappeaprofiler'
       
    22 
       
    23 Timeout= 600000		            # Default timeout value for each test case. In milliseconds
       
    24 #UITestingSupport= YES        # Possible values: YES or NO
       
    25 #SeparateProcesses= YES       # Possible values: YES or NO (default: NO)
       
    26 [End_Defaults]
       
    27 
       
    28 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
    29 
       
    30 [New_Module]
       
    31 ModuleName= TestScripter
       
    32 TestCaseFile= c:\testframework\MdETestScripter.cfg
       
    33 [End_Module]
       
    34 
       
    35 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
    36 
       
    37 [Logger_Defaults]
       
    38 
       
    39 #NOTE: If you want to set Logger using next setting(s) remove comment(s)'#'
       
    40 #NOTE: TestEngine and TestServer logging settings cannot change here
       
    41 
       
    42 CreateLogDirectories= YES    # Possible values: YES or NO
       
    43 
       
    44 #EmulatorBasePath= C:\LOGS\TestFramework\
       
    45 #EmulatorFormat= HTML         # Possible values: TXT or HTML
       
    46 #EmulatorOutput= FILE         # Possible values: FILE or RDEBUG
       
    47 
       
    48 HardwareBasePath= C:\
       
    49 #HardwareFormat= HTML         # Possible values: TXT or HTML
       
    50 #HardwareOutput= FILE         # Possible values: FILE or RDEBUG
       
    51 
       
    52 #FileCreationMode= OVERWRITE  # Possible values: OVERWRITE or APPEND
       
    53 
       
    54 #ThreadIdToLogFile= YES       # Possible values: YES or NO
       
    55 #WithTimeStamp= YES           # Possible values: YES or NO
       
    56 #WithLineBreak= YES           # Possible values: YES or NO
       
    57 #WithEventRanking= YES        # Possible values: YES or NO
       
    58 
       
    59 #FileUnicode= YES             # Possible values: YES or NO
       
    60 #AddTestCaseTitle= YES        # Possible values: YES or NO
       
    61 [End_Logger_Defaults]
       
    62 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
    63 
       
    64 # End of file