mds_pub/content_listing_framework_api/tsrc/init/ContentListingFrameworkTest.ini
branchRCL_3
changeset 8 50de4d668bb6
equal deleted inserted replaced
7:3cebc1a84278 8:50de4d668bb6
       
     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 [Engine_Defaults]
       
    18 
       
    19 TestReportMode= FullReport    # Possible values are: 'Empty', 'Summary', 'Environment',
       
    20                                                      'TestCases' or 'FullReport'
       
    21 
       
    22 CreateTestReport= YES         # Possible values: YES or NO
       
    23 
       
    24 TestReportFilePath= C:\LOGS\TestFramework\
       
    25 TestReportFileName= ContentListingFrameworkAPItestLog
       
    26 
       
    27 TestReportFormat= TXT         # Possible values: TXT or HTML
       
    28 TestReportOutput= FILE        # Possible values: FILE or RDEBUG
       
    29 TestReportFileCreationMode= OVERWRITE # Possible values: OVERWRITE or APPEND
       
    30 
       
    31 DeviceResetDllName= StifResetForNokia.dll # e.g. 'StifHWResetStub.dll' for user specific reseting
       
    32 
       
    33 DisableMeasurement= stifmeasurementdisablenone  # Possible values are:
       
    34               # 'stifmeasurementdisablenone', 'stifmeasurementdisableall'
       
    35               # 'stifmeasurementplugin01', 'stifmeasurementplugin02',
       
    36               # 'stifmeasurementplugin03', 'stifmeasurementplugin04',
       
    37               # 'stifmeasurementplugin05' or 'stifbappeaprofiler'
       
    38 
       
    39 Timeout= 600000		            # Default timeout value for each test case. In milliseconds
       
    40 #UITestingSupport= YES        # Possible values: YES or NO
       
    41 #SeparateProcesses= YES       # Possible values: YES or NO (default: NO)
       
    42 [End_Defaults]
       
    43 
       
    44 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
    45 
       
    46 [New_Module]
       
    47 ModuleName= TestScripter
       
    48 TestCaseFile= c:\testframework\ContentListingFrameworkTest.cfg
       
    49 [End_Module]
       
    50 
       
    51 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
    52 
       
    53 [Logger_Defaults]
       
    54 
       
    55 #NOTE: If you want to set Logger using next setting(s) remove comment(s)'#'
       
    56 #NOTE: TestEngine and TestServer logging settings cannot change here
       
    57 
       
    58 CreateLogDirectories= YES    # Possible values: YES or NO
       
    59 
       
    60 #EmulatorBasePath= C:\LOGS\TestFramework\
       
    61 #EmulatorFormat= HTML         # Possible values: TXT or HTML
       
    62 #EmulatorOutput= FILE         # Possible values: FILE or RDEBUG
       
    63 
       
    64 HardwareBasePath= C:\
       
    65 #HardwareFormat= HTML         # Possible values: TXT or HTML
       
    66 #HardwareOutput= FILE         # Possible values: FILE or RDEBUG
       
    67 
       
    68 #FileCreationMode= OVERWRITE  # Possible values: OVERWRITE or APPEND
       
    69 
       
    70 #ThreadIdToLogFile= YES       # Possible values: YES or NO
       
    71 #WithTimeStamp= YES           # Possible values: YES or NO
       
    72 #WithLineBreak= YES           # Possible values: YES or NO
       
    73 #WithEventRanking= YES        # Possible values: YES or NO
       
    74 
       
    75 #FileUnicode= YES             # Possible values: YES or NO
       
    76 AddTestCaseTitle= YES        # Possible values: YES or NO
       
    77 [End_Logger_Defaults]
       
    78 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
    79 
       
    80 # End of file