os/ossrv/ssl/tsrc/crypto_test/group/testframework.ini
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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\crypto_test.cfg
    33 [End_Module]
    34 
    35 
    36 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
    37 
    38 [Logger_Defaults]
    39 
    40 [End_Logger_Defaults]
    41 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
    42 
    43 # End of file