tsrc/testing/ini/07-vod2/TestFramework.ini
branchRCL_3
changeset 15 8f0df5c82986
parent 14 55fa1ec415c6
child 16 67eb01668b0e
equal deleted inserted replaced
14:55fa1ec415c6 15:8f0df5c82986
     1 #
       
     2 # This is STIFTestFramework initialization file 123
       
     3 # Comment lines start with '#'-character.
       
     4 # See STIF TestFramework users guide.doc for instructions
       
     5 
       
     6 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
     7 # Set following test engine settings:
       
     8 #	- Set Test Reporting mode. TestReportMode's possible values are:
       
     9 #		+ 'Summary': Summary of the tested test cases.
       
    10 #		+ 'Environment': Hardware and software info.
       
    11 #		+ 'TestCases': Test case report.
       
    12 #		+ 'FullReport': Sret of all above ones.
       
    13 #		+ Example 'TestReportMode= Summary TestCases'
       
    14 #
       
    15 # 	- CreateTestReport setting controls report creation mode
       
    16 #		+ YES, Test report will created.
       
    17 #		+ NO, No Test report.sd
       
    18 #
       
    19 # 	- File path indicates the base path of the test report.
       
    20 # 	- File name indicates the name of the test report.
       
    21 #
       
    22 # 	- File format indicates the type of the test report.
       
    23 #		+ TXT, Test report file will be txt type, for example 'TestReport.txt'.
       
    24 #		+ HTML, Test report will be html type, for example 'TestReport.html'.
       
    25 #
       
    26 # 	- File output indicates output source of the test report.
       
    27 #		+ FILE, Test report logging to file.
       
    28 #		+ RDEBUG, Test report logging to using rdebug.
       
    29 #
       
    30 # 	- File Creation Mode indicates test report overwriting if file exist.
       
    31 #		+ OVERWRITE, Overwrites if the Test report file exist.
       
    32 #		+ APPEND, Continue logging after the old Test report information if
       
    33 #                 report exist.
       
    34 # 	- Sets a device reset module's dll name(Reboot).
       
    35 #		+ If Nokia specific reset module is not available or it is not correct one
       
    36 #		  StifHWResetStub module may use as a template for user specific reset
       
    37 #		  module.
       
    38 
       
    39 [Engine_Defaults]
       
    40 
       
    41 TestReportMode= FullReport		# Possible values are: 'Empty', 'Summary', 'Environment',
       
    42                                                                'TestCases' or 'FullReport'
       
    43 
       
    44 CreateTestReport= YES			# Possible values: YES or NO
       
    45 
       
    46 TestReportFilePath= c:\Logs\Fusion\
       
    47 TestReportFileName= TestReport
       
    48 
       
    49 TestReportFormat= TXT			# Possible values: TXT or HTML
       
    50 TestReportOutput= FILE			# Possible values: FILE or RDEBUG
       
    51 TestReportFileCreationMode= APPEND	# Possible values: OVERWRITE or APPEND
       
    52 
       
    53 DeviceResetDllName= StifResetForNokia.dll # e.g. 'StifHWResetStub.dll' for user specific reseting
       
    54 
       
    55 [End_Defaults]
       
    56 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
    57 
       
    58 
       
    59 
       
    60 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
    61 # Module configurations start
       
    62 
       
    63 #
       
    64 # See vc/engine/internal/ATS for INI files with CFG configurations.
       
    65 #
       
    66 
       
    67 
       
    68 [New_Module]
       
    69 ModuleName= TestScripter
       
    70 TestCaseFile= c:\TestFramework\VCXVodContentApiTestCategoriesR3.cfg
       
    71 TestCaseFile= c:\TestFramework\VCXVodContentApiTestErrors.cfg
       
    72 TestCaseFile= c:\TestFramework\VCXVodContentApiTestDb.cfg
       
    73 TestCaseFile= c:\TestFramework\VCXVodContentApiTestMimeTypes.cfg
       
    74 TestCaseFile= c:\TestFramework\VCXVodContentApiTestParental.cfg
       
    75 [End_Module]
       
    76 
       
    77 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
    78 
       
    79 
       
    80 
       
    81 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
    82 # Set STIFTestFramework logging overwrite parameters for Logger.
       
    83 # 	Hardware and emulator environment logging path and styles can
       
    84 # 	be configured from here to overwrite the Logger's implemented values.
       
    85 #
       
    86 #	Settings description:
       
    87 #	- Indicates option for creation log directory/directories. If log directory/directories
       
    88 #         is/are not created by user they will make by software.
       
    89 #		+ YES, Create log directory/directories if not allready exist.
       
    90 #		+ NO, Log directory/directories not created. Only created one is used.
       
    91 #
       
    92 #	- Overwrite emulator path setting.
       
    93 #		+ Example: If 'EmulatorBasePath= C:\LOGS\TestFramework\' and in code is defined
       
    94 #		           Logger's path 'D:\\LOGS\\Module\\' with those definition the path
       
    95 #		           will be 'C:\LOGS\TestFramework\LOGS\Module\'
       
    96 #
       
    97 #	- Overwrite emulator's logging format.
       
    98 #		+ TXT, Log file(s) will be txt type(s), for example 'Module.txt'.
       
    99 #		+ HTML, Log file(s) will be html type(s), for example 'Module.html'.
       
   100 #
       
   101 #	- Overwrited emulator logging output source.
       
   102 #		+ FILE, Logging to file(s).
       
   103 #		+ RDEBUG, Logging to using rdebug(s).
       
   104 #
       
   105 #	- Overwrite hardware path setting (Same description as above in emulator path).
       
   106 #	- Overwrite hardware's logging format(Same description as above in emulator format).
       
   107 #	- Overwrite hardware's logging output source(Same description as above in emulator output).
       
   108 #
       
   109 #	- File Creation Mode indicates file overwriting if file exist.
       
   110 #		+ OVERWRITE, Overwrites if file(s) exist.
       
   111 #		+ APPEND, Continue logging after the old logging information if file(s) exist.
       
   112 #
       
   113 #	- Will thread id include to the log filename.
       
   114 #		+ YES, Thread id to log file(s) name, Example filename 'Module_b9.txt'.
       
   115 #		+ NO, No thread id to log file(s), Example filename 'Module.txt'.
       
   116 #
       
   117 #	- Will time stamps include the to log file.
       
   118 #		+ YES, Time stamp added to each line in log file(s). Time stamp is
       
   119 #                 for example'12.Nov.2003 115958    LOGGING INFO'
       
   120 #		+ NO, No time stamp(s).
       
   121 #
       
   122 #	- Will line breaks include to the log file.
       
   123 #		+ YES, Each logging event includes line break and next log event is in own line.
       
   124 #		+ NO, No line break(s).
       
   125 #
       
   126 #	- Will event ranking include to the log file.
       
   127 #		+ YES, Event ranking number added to each line in log file(s). Ranking number
       
   128 #                 depends on environment's tics, for example(includes time stamp also)
       
   129 #                 '012   12.Nov.2003 115958    LOGGING INFO'
       
   130 #		+ NO, No event ranking.
       
   131 #
       
   132 
       
   133 [Logger_Defaults]
       
   134 
       
   135 #NOTE: If you want to set Logger using next setting(s) remove comment(s)'#'
       
   136 
       
   137 CreateLogDirectories= YES		# Possible values: YES or NO
       
   138 
       
   139 #EmulatorBasePath= C:\LOGS\TestFramework\
       
   140 #EmulatorFormat= HTML			# Possible values: TXT or HTML
       
   141 #EmulatorOutput= FILE			# Possible values: FILE or RDEBUG
       
   142 
       
   143 #HardwareBasePath=  C:\
       
   144 #HardwareFormat= TXT			# Possible values: TXT or HTML
       
   145 #HardwareOutput= FILE			# Possible values: FILE or RDEBUG
       
   146 
       
   147 FileCreationMode= APPEND		# Possible values: OVERWRITE or APPEND
       
   148 
       
   149 #ThreadIdToLogFile= YES			# Possible values: YES or NO
       
   150 #WithTimeStamp= YES			# Possible values: YES or NO
       
   151 #WithLineBreak= YES			# Possible values: YES or NO
       
   152 #WithEventRanking= YES			# Possible values: YES or NO
       
   153 
       
   154 [End_Logger_Defaults]
       
   155 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
   156 
       
   157 # End of file