libtelepathy/tsrc/init/TestFramework.ini
changeset 10 59927b2d3b75
parent 0 d0f3a028347a
equal deleted inserted replaced
0:d0f3a028347a 10:59927b2d3b75
     1 #
       
     2 # This is STIFTestFramework initialization file
       
     3 # Comment lines start with '#'-character.
       
     4 # See STIF TestFramework users guide.doc for instructions
       
     5 
       
     6 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
     7 
       
     8 [Engine_Defaults]
       
     9 
       
    10 TestReportMode= FullReport		# Possible values are: 'Empty', 'Summary', 'Environment',
       
    11                                                                'TestCases' or 'FullReport'
       
    12 
       
    13 CreateTestReport= YES			# Possible values: YES or NO
       
    14 
       
    15 TestReportFilePath= C:\LOGS\TestFramework\
       
    16 TestReportFileName= TestReport
       
    17 
       
    18 TestReportFormat= TXT			# Possible values: TXT or HTML
       
    19 TestReportOutput= FILE			# Possible values: FILE or RDEBUG
       
    20 TestReportFileCreationMode= OVERWRITE	# Possible values: OVERWRITE or APPEND
       
    21 
       
    22 DeviceResetDllName= StifResetForNokia.dll # e.g. 'StifHWResetStub.dll' for user specific reseting
       
    23 
       
    24 [End_Defaults]
       
    25 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
    26 
       
    27 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
    28 # Module configurations start
       
    29 
       
    30 [New_Module]
       
    31 ModuleName= testscripter
       
    32 TestCaseFile= C:\testframework\telepathygabbletest.cfg
       
    33 [End_Module]
       
    34 
       
    35 
       
    36 
       
    37 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
    38 
       
    39 [Logger_Defaults]
       
    40 
       
    41 [End_Logger_Defaults]
       
    42 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
    43 
       
    44 # End of file