radioengine/settings/tsrc/init/TestFramework.ini
branchRCL_3
changeset 19 cce62ebc198e
equal deleted inserted replaced
18:1a6714c53019 19:cce62ebc198e
       
     1 #
       
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 #
       
    13 # This is STIFTestFramework initialization file
       
    14 # Comment lines start with '#'-character.
       
    15 # See STIF TestFramework users guide.doc for instructions
       
    16 
       
    17 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
    18 # Set following test engine settings:
       
    19 #	- Set Test Reporting mode. TestReportMode's possible values are:
       
    20 #		+ 'Summary': Summary of the tested test cases.
       
    21 #		+ 'Environment': Hardware and software info.
       
    22 #		+ 'TestCases': Test case report.
       
    23 #		+ 'FullReport': Set of all above ones.
       
    24 #		+ Example 'TestReportMode= Summary TestCases'
       
    25 #
       
    26 # 	- CreateTestReport setting controls report creation mode
       
    27 #		+ YES, Test report will created.
       
    28 #		+ NO, No Test report.
       
    29 #
       
    30 # 	- File path indicates the base path of the test report.
       
    31 # 	- File name indicates the name of the test report.
       
    32 #
       
    33 # 	- File format indicates the type of the test report.
       
    34 #		+ TXT, Test report file will be txt type, for example 'TestReport.txt'.
       
    35 #		+ HTML, Test report will be html type, for example 'TestReport.html'.
       
    36 #
       
    37 # 	- File output indicates output source of the test report.
       
    38 #		+ FILE, Test report logging to file.
       
    39 #		+ RDEBUG, Test report logging to using rdebug.
       
    40 #
       
    41 # 	- File Creation Mode indicates test report overwriting if file exist.
       
    42 #		+ OVERWRITE, Overwrites if the Test report file exist.
       
    43 #		+ APPEND, Continue logging after the old Test report information if 
       
    44 #                 report exist.
       
    45 # 	- Sets a device reset module's dll name(Reboot).
       
    46 #		+ If Nokia specific reset module is not available or it is not correct one
       
    47 #		  StifHWResetStub module may use as a template for user specific reset
       
    48 #		  module. 
       
    49 # 	- Sets STIF test measurement disable options. e.g. pluging1 and pluging2 disablation
       
    50 #		DisableMeasurement= stifmeasurementplugin01 stifmeasurementplugin02
       
    51 #
       
    52 
       
    53 [Engine_Defaults]
       
    54 
       
    55 TestReportMode= FullReport		# Possible values are: 'Empty', 'Summary', 'Environment', 'TestCases' or 'FullReport'
       
    56 
       
    57 CreateTestReport= YES			# Possible values: YES or NO
       
    58 
       
    59 TestReportFilePath= c:\LOGS\TestFramework\
       
    60 TestReportFileName= TestReport
       
    61 
       
    62 TestReportFormat= TXT			# Possible values: TXT or HTML
       
    63 TestReportOutput= FILE			# Possible values: FILE or RDEBUG
       
    64 TestReportFileCreationMode= OVERWRITE	# Possible values: OVERWRITE or APPEND
       
    65 
       
    66 DeviceResetDllName= StifResetForNokia.dll # e.g. 'StifHWResetStub.dll' for user specific reseting
       
    67 
       
    68 DisableMeasurement= stifmeasurementdisablenone	# Possible values are:
       
    69 						# 'stifmeasurementdisablenone', 'stifmeasurementdisableall'
       
    70 					  	# 'stifmeasurementplugin01', 'stifmeasurementplugin02',
       
    71 					  	# 'stifmeasurementplugin03', 'stifmeasurementplugin04',
       
    72 					  	# 'stifmeasurementplugin05' or 'stifbappeaprofiler'
       
    73 
       
    74 [End_Defaults]
       
    75 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
    76 
       
    77 
       
    78 
       
    79 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
    80 # Module configurations start
       
    81 # Modules are added between module tags
       
    82 # tags. Module name is specified after ModuleName= tag, like
       
    83 # ModuleName= XXXXXXXXX
       
    84 # Modules might have initialisation file, specified as
       
    85 # IniFile= c:\testframework\YYYYYY
       
    86 # Modules might have several configuration files, like
       
    87 # TestCaseFile= c:\testframework\NormalCases.txt
       
    88 # TestCaseFile= c:\testframework\SmokeCases.txt
       
    89 # TestCaseFile= c:\testframework\ManualCases.txt
       
    90 
       
    91 # (TestCaseFile is synonym for old term ConfigFile)
       
    92 
       
    93 # Following case specifies demo module settings. Demo module
       
    94 # does not read any settings from file, so tags 
       
    95 # IniFile and TestCaseFile are not used.
       
    96 # In the simplest case it is enough to specify only the
       
    97 # name of the test module when adding new test module
       
    98 [New_Module]
       
    99 ModuleName= TestScripter
       
   100 TestCaseFile= c:\testframework\SettingsTestModule.cfg
       
   101 [End_Module]
       
   102 
       
   103 # Load testmoduleXXX, optionally with initialization file and/or test case files
       
   104 #[New_Module]
       
   105 #ModuleName= testmodulexxx
       
   106 
       
   107 #TestModuleXXX used initialization file
       
   108 #IniFile= c:\testframework\init.txt
       
   109 
       
   110 #TestModuleXXX used configuration file(s)
       
   111 #TestCaseFile= c:\testframework\testcases1.cfg
       
   112 #TestCaseFile= c:\testframework\testcases2.cfg
       
   113 #TestCaseFile= c:\testframework\manualtestcases.cfg
       
   114 
       
   115 #[End_Module]
       
   116 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
   117 
       
   118 
       
   119 
       
   120 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
   121 # Set STIFTestFramework logging overwrite parameters for Logger.
       
   122 # 	Hardware and emulator environment logging path and styles can
       
   123 # 	be configured from here to overwrite the Logger's implemented values.
       
   124 #	
       
   125 #	Settings description:
       
   126 #	- Indicates option for creation log directory/directories. If log directory/directories
       
   127 #         is/are not created by user they will make by software.
       
   128 #		+ YES, Create log directory/directories if not allready exist.
       
   129 #		+ NO, Log directory/directories not created. Only created one is used.
       
   130 #
       
   131 #	- Overwrite emulator path setting.
       
   132 #		+ Example: If 'EmulatorBasePath= C:\LOGS\TestFramework\' and in code is defined 
       
   133 #		           Logger's path 'D:\LOGS\Module\' with those definition the path
       
   134 #		           will be 'C:\LOGS\TestFramework\LOGS\Module\'
       
   135 #
       
   136 #	- Overwrite emulator's logging format.
       
   137 #		+ TXT, Log file(s) will be txt type(s), for example 'Module.txt'.
       
   138 #		+ HTML, Log file(s) will be html type(s), for example 'Module.html'.
       
   139 #
       
   140 #	- Overwrited emulator logging output source.
       
   141 #		+ FILE, Logging to file(s).
       
   142 #		+ RDEBUG, Logging to using rdebug(s).
       
   143 #
       
   144 #	- Overwrite hardware path setting (Same description as above in emulator path).
       
   145 #	- Overwrite hardware's logging format(Same description as above in emulator format).
       
   146 #	- Overwrite hardware's logging output source(Same description as above in emulator output).
       
   147 #
       
   148 #	- File Creation Mode indicates file overwriting if file exist.
       
   149 #		+ OVERWRITE, Overwrites if file(s) exist.
       
   150 #		+ APPEND, Continue logging after the old logging information if file(s) exist.
       
   151 #
       
   152 #	- Will thread id include to the log filename.
       
   153 #		+ YES, Thread id to log file(s) name, Example filename 'Module_b9.txt'.
       
   154 #		+ NO, No thread id to log file(s), Example filename 'Module.txt'.
       
   155 #
       
   156 #	- Will time stamps include the to log file.
       
   157 #		+ YES, Time stamp added to each line in log file(s). Time stamp is 
       
   158 #                 for example'12.Nov.2003 115958    LOGGING INFO'
       
   159 #		+ NO, No time stamp(s).
       
   160 #
       
   161 #	- Will line breaks include to the log file.
       
   162 #		+ YES, Each logging event includes line break and next log event is in own line.
       
   163 #		+ NO, No line break(s).
       
   164 #
       
   165 #	- Will event ranking include to the log file.
       
   166 #		+ YES, Event ranking number added to each line in log file(s). Ranking number 
       
   167 #                 depends on environment's tics, for example(includes time stamp also)
       
   168 #                 '012   12.Nov.2003 115958    LOGGING INFO'
       
   169 #		+ NO, No event ranking.
       
   170 #
       
   171 
       
   172 [Logger_Defaults]
       
   173 
       
   174 #NOTE: If you want to set Logger using next setting(s) remove comment(s)'#' 
       
   175 #NOTE: TestEngine and TestServer logging settings cannot change here 
       
   176 
       
   177 #CreateLogDirectories= YES		# Possible values: YES or NO
       
   178 
       
   179 #EmulatorBasePath= C:\LOGS\TestFramework\
       
   180 #EmulatorFormat= HTML			# Possible values: TXT or HTML
       
   181 #EmulatorOutput= FILE			# Possible values: FILE or RDEBUG
       
   182 
       
   183 #HardwareBasePath= D:\LOGS\TestFramework\
       
   184 #HardwareFormat= HTML			# Possible values: TXT or HTML
       
   185 #HardwareOutput= FILE			# Possible values: FILE or RDEBUG
       
   186 
       
   187 #FileCreationMode= OVERWRITE		# Possible values: OVERWRITE or APPEND
       
   188 
       
   189 #ThreadIdToLogFile= YES			# Possible values: YES or NO
       
   190 #WithTimeStamp= YES			# Possible values: YES or NO
       
   191 #WithLineBreak= YES			# Possible values: YES or NO
       
   192 #WithEventRanking= YES			# Possible values: YES or NO
       
   193 
       
   194 [End_Logger_Defaults]
       
   195 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
   196 
       
   197 # End of file