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