os/ossrv/stdcpp/tsrc/testframework.ini
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 #  ===========================================================================
     2 #  Copyright © 2006-2007 Nokia Corporation.
     3 #  This material, including documentation and any related 
     4 #  computer programs, is protected by copyright controlled by 
     5 #  Nokia Corporation. All rights are reserved. Copying, 
     6 #  including reproducing, storing, adapting or translating, any 
     7 #  or all of this material requires the prior written consent of 
     8 #  Nokia Corporation. This material also contains confidential 
     9 #  information which may not be disclosed to others without the 
    10 #  prior written consent of Nokia Corporation.
    11 # ============================================================================
    12 #
    13 # This is STIFTestFramework initialization file
    14 # Comment lines start with '#'-character.
    15 # See STIF TestFramework users guide.doc for instructions
    16 
    17 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
    18 
    19 [Engine_Defaults]
    20 
    21 TestReportMode= FullReport		# Possible values are: 'Empty', 'Summary', 'Environment',
    22                                                                'TestCases' or 'FullReport'
    23 
    24 CreateTestReport= YES			# Possible values: YES or NO
    25 
    26 TestReportFilePath= C:\LOGS\TestFramework\
    27 TestReportFileName= TestReport
    28 
    29 TestReportFormat= TXT			# Possible values: TXT or HTML
    30 TestReportOutput= FILE			# Possible values: FILE or RDEBUG
    31 TestReportFileCreationMode= OVERWRITE	# Possible values: OVERWRITE or APPEND
    32 
    33 DeviceResetDllName= StifResetForNokia.dll # e.g. 'StifHWResetStub.dll' for user specific reseting
    34 
    35 [End_Defaults]
    36 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
    37 
    38 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
    39 # Module configurations start
    40 
    41 [New_Module]
    42 ModuleName= testscripter
    43 TestCaseFile= C:\testframework\ATSTemplateXXX.cfg
    44 
    45 
    46 [End_Module]
    47 
    48 
    49 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
    50 
    51 [Logger_Defaults]
    52 
    53 [End_Logger_Defaults]
    54 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
    55 
    56 # End of file