os/ossrv/ssl/tsrc/crypto_test/group/testframework.ini
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/ssl/tsrc/crypto_test/group/testframework.ini	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,43 @@
     1.4 +#
     1.5 +# This is STIFTestFramework initialization file
     1.6 +# Comment lines start with '#'-character.
     1.7 +# See STIF TestFramework users guide.doc for instructions
     1.8 +
     1.9 +# -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
    1.10 +
    1.11 +[Engine_Defaults]
    1.12 +
    1.13 +TestReportMode= FullReport		# Possible values are: 'Empty', 'Summary', 'Environment',
    1.14 +                                                               'TestCases' or 'FullReport'
    1.15 +
    1.16 +CreateTestReport= YES			# Possible values: YES or NO
    1.17 +
    1.18 +TestReportFilePath= C:\LOGS\TestFramework\
    1.19 +TestReportFileName= TestReport
    1.20 +
    1.21 +TestReportFormat= TXT			# Possible values: TXT or HTML
    1.22 +TestReportOutput= FILE			# Possible values: FILE or RDEBUG
    1.23 +TestReportFileCreationMode= OVERWRITE	# Possible values: OVERWRITE or APPEND
    1.24 +
    1.25 +DeviceResetDllName= StifResetForNokia.dll # e.g. 'StifHWResetStub.dll' for user specific reseting
    1.26 +
    1.27 +[End_Defaults]
    1.28 +# -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
    1.29 +
    1.30 +# -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
    1.31 +# Module configurations start
    1.32 +
    1.33 +[New_Module]
    1.34 +ModuleName= testscripter
    1.35 +TestCaseFile= C:\testframework\crypto_test.cfg
    1.36 +[End_Module]
    1.37 +
    1.38 +
    1.39 +# -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
    1.40 +
    1.41 +[Logger_Defaults]
    1.42 +
    1.43 +[End_Logger_Defaults]
    1.44 +# -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
    1.45 +
    1.46 +# End of file