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