mmmw_plat/openmax_al_api/tsrc/openmaxaltestmodule/init/testframework.ini
changeset 53 eabc8c503852
parent 28 ebf79c79991a
equal deleted inserted replaced
48:a493a607b5bf 53:eabc8c503852
     9 # Initial Contributors:
     9 # Initial Contributors:
    10 # Nokia Corporation - initial contribution.
    10 # Nokia Corporation - initial contribution.
    11 #
    11 #
    12 # Contributors:
    12 # Contributors:
    13 #
    13 #
    14 # Description: 
    14 # Description:
    15 #
    15 #
    16 
    16 
    17 # This is STIFTestFramework initialization file
    17 # This is STIFTestFramework initialization file
    18 # Comment lines start with '#'-character.
    18 # Comment lines start with '#'-character.
    19 # See STIF TestFramework users guide.doc for instructions
    19 # See STIF TestFramework users guide.doc for instructions
    20 
    20 
    21 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
    21 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
    22 # Set following test engine settings:
    22 # Set following test engine settings:
    23 #	- Set Test Reporting mode. TestReportMode's possible values are:
    23 #   - Set Test Reporting mode. TestReportMode's possible values are:
    24 #		+ 'Summary': Summary of the tested test cases.
    24 #       + 'Summary': Summary of the tested test cases.
    25 #		+ 'Environment': Hardware and software info.
    25 #       + 'Environment': Hardware and software info.
    26 #		+ 'TestCases': Test case report.
    26 #       + 'TestCases': Test case report.
    27 #		+ 'FullReport': Set of all above ones.
    27 #       + 'FullReport': Set of all above ones.
    28 #		+ Example 'TestReportMode= Summary TestCases'
    28 #       + Example 'TestReportMode= Summary TestCases'
    29 #
    29 #
    30 # 	- CreateTestReport setting controls report creation mode
    30 #   - CreateTestReport setting controls report creation mode
    31 #		+ YES, Test report will created.
    31 #       + YES, Test report will created.
    32 #		+ NO, No Test report.
    32 #       + NO, No Test report.
    33 #
    33 #
    34 # 	- File path indicates the base path of the test report.
    34 #   - File path indicates the base path of the test report.
    35 # 	- File name indicates the name of the test report.
    35 #   - File name indicates the name of the test report.
    36 #
    36 #
    37 # 	- File format indicates the type of the test report.
    37 #   - File format indicates the type of the test report.
    38 #		+ TXT, Test report file will be txt type, for example 'TestReport.txt'.
    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'.
    39 #       + HTML, Test report will be html type, for example 'TestReport.html'.
    40 #
    40 #
    41 # 	- File output indicates output source of the test report.
    41 #   - File output indicates output source of the test report.
    42 #		+ FILE, Test report logging to file.
    42 #       + FILE, Test report logging to file.
    43 #		+ RDEBUG, Test report logging to using rdebug.
    43 #       + RDEBUG, Test report logging to using rdebug.
    44 #
    44 #
    45 # 	- File Creation Mode indicates test report overwriting if file exist.
    45 #   - File Creation Mode indicates test report overwriting if file exist.
    46 #		+ OVERWRITE, Overwrites if the Test report file exist.
    46 #       + OVERWRITE, Overwrites if the Test report file exist.
    47 #		+ APPEND, Continue logging after the old Test report information if
    47 #       + APPEND, Continue logging after the old Test report information if
    48 #                 report exist.
    48 #                 report exist.
    49 # 	- Sets a device reset module's dll name(Reboot).
    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
    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
    51 #         StifHWResetStub module may use as a template for user specific reset
    52 #		  module.
    52 #         module.
    53 # 	- Sets STIF test measurement disable options. e.g. pluging1 and pluging2 disablation
    53 #   - Sets STIF test measurement disable options. e.g. pluging1 and pluging2 disablation
    54 #		DisableMeasurement= stifmeasurementplugin01 stifmeasurementplugin02
    54 #       DisableMeasurement= stifmeasurementplugin01 stifmeasurementplugin02
    55 #
    55 #
    56 
    56 
    57 [Engine_Defaults]
    57 [Engine_Defaults]
    58 
    58 
    59 TestReportMode= FullReport		# Possible values are: 'Empty', 'Summary', 'Environment',
    59 TestReportMode= FullReport      # Possible values are: 'Empty', 'Summary', 'Environment',
    60                                                                'TestCases' or 'FullReport'
    60                                         #                      'TestCases' or 'FullReport'
    61 
    61 
    62 CreateTestReport= YES			# Possible values: YES or NO
    62 CreateTestReport= YES           # Possible values: YES or NO
    63 
    63 
    64 TestReportFilePath= c:\LOGS\TestFramework\
    64 TestReportFilePath= c:\LOGS\TestFramework\
    65 TestReportFileName= TestReport_OmxALTestClass
    65 TestReportFileName= TestReport_OmxALTestClass
    66 
    66 
    67 TestReportFormat= TXT			# Possible values: TXT or HTML
    67 TestReportFormat= TXT           # Possible values: TXT or HTML
    68 TestReportOutput= FILE			# Possible values: FILE or RDEBUG
    68 TestReportOutput= FILE          # Possible values: FILE or RDEBUG
    69 TestReportFileCreationMode= APPEND	# Possible values: OVERWRITE or APPEND
    69 TestReportFileCreationMode= APPEND  # Possible values: OVERWRITE or APPEND
    70 
    70 
    71 DeviceResetDllName= StifResetForNokia.dll # e.g. 'StifHWResetStub.dll' for user specific reseting
    71 DeviceResetDllName= StifResetForNokia.dll # e.g. 'StifHWResetStub.dll' for user specific reseting
    72 
    72 
    73 DisableMeasurement= stifmeasurementdisablenone	# Possible values are:
    73 DisableMeasurement= stifmeasurementdisablenone  # Possible values are:
    74 						# 'stifmeasurementdisablenone', 'stifmeasurementdisableall'
    74                         # 'stifmeasurementdisablenone', 'stifmeasurementdisableall'
    75 					  	# 'stifmeasurementplugin01', 'stifmeasurementplugin02',
    75                         # 'stifmeasurementplugin01', 'stifmeasurementplugin02',
    76 					  	# 'stifmeasurementplugin03', 'stifmeasurementplugin04',
    76                         # 'stifmeasurementplugin03', 'stifmeasurementplugin04',
    77 					  	# 'stifmeasurementplugin05' or 'stifbappeaprofiler'
    77                         # 'stifmeasurementplugin05' or 'stifbappeaprofiler'
    78 
    78 
    79 [End_Defaults]
    79 [End_Defaults]
    80 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
    80 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
    81 
    81 
    82 
    82 
    94 # TestCaseFile= c:\testframework\ManualCases.txt
    94 # TestCaseFile= c:\testframework\ManualCases.txt
    95 
    95 
    96 # (TestCaseFile is synonym for old term ConfigFile)
    96 # (TestCaseFile is synonym for old term ConfigFile)
    97 
    97 
    98 # Following case specifies demo module settings. Demo module
    98 # Following case specifies demo module settings. Demo module
    99 # does not read any settings from file, so tags 
    99 # does not read any settings from file, so tags
   100 # IniFile and TestCaseFile are not used.
   100 # IniFile and TestCaseFile are not used.
   101 # In the simplest case it is enough to specify only the
   101 # In the simplest case it is enough to specify only the
   102 # name of the test module when adding new test module
   102 # name of the test module when adding new test module
   103 
   103 
   104 #[New_Module]
   104 #[New_Module]
   109 ModuleName= TestScripter
   109 ModuleName= TestScripter
   110 IniFile = c:\testframework\openmaxaltestmodule_common.cfg
   110 IniFile = c:\testframework\openmaxaltestmodule_common.cfg
   111 TestCaseFile= c:\testframework\openmaxaltestmodule_common_noklinvolitf.cfg
   111 TestCaseFile= c:\testframework\openmaxaltestmodule_common_noklinvolitf.cfg
   112 TestCaseFile= c:\testframework\openmaxaltestmodule_common_nokvolextitf.cfg
   112 TestCaseFile= c:\testframework\openmaxaltestmodule_common_nokvolextitf.cfg
   113 TestCaseFile= c:\testframework\openmaxaltestmodule_common_volumeitf.cfg
   113 TestCaseFile= c:\testframework\openmaxaltestmodule_common_volumeitf.cfg
       
   114 TestCaseFile= c:\testframework\openmaxaltestmodule_common_videoppitf.cfg
       
   115 #TestCaseFile= c:\testframework\xa_mp_videoppitf_cc.cfg
   114 TestCaseFile= c:\testframework\openmaxaltestmodule_objectitf.cfg
   116 TestCaseFile= c:\testframework\openmaxaltestmodule_objectitf.cfg
   115 TestCaseFile= c:\testframework\openmaxaltestmodule_mr.cfg
   117 TestCaseFile= c:\testframework\openmaxaltestmodule_mr.cfg
   116 TestCaseFile= c:\testframework\openmaxaltestmodule_mr_mdinsertionitf.cfg
       
   117 TestCaseFile= c:\testframework\openmaxaltestmodule_engine_audenccapitf.cfg
   118 TestCaseFile= c:\testframework\openmaxaltestmodule_engine_audenccapitf.cfg
   118 TestCaseFile= c:\testframework\openmaxaltestmodule_global.cfg
   119 TestCaseFile= c:\testframework\openmaxaltestmodule_global.cfg
   119 TestCaseFile= c:\testframework\openmaxaltestmodule_engine_engineitf.cfg
   120 TestCaseFile= c:\testframework\openmaxaltestmodule_engine_engineitf.cfg
   120 TestCaseFile= c:\testframework\openmaxaltestmodule_engine_aiodcitf.cfg
   121 TestCaseFile= c:\testframework\openmaxaltestmodule_engine_aiodcitf.cfg
   121 TestCaseFile= c:\testframework\openmaxaltestmodule_mp.cfg
   122 TestCaseFile= c:\testframework\openmaxaltestmodule_mp.cfg
   133 TestCaseFile= c:\testframework\openmaxaltestmodule_mp_streaming.cfg
   134 TestCaseFile= c:\testframework\openmaxaltestmodule_mp_streaming.cfg
   134 TestCaseFile= c:\testframework\openmaxaltestmodule_mr_audioencoderitf.cfg
   135 TestCaseFile= c:\testframework\openmaxaltestmodule_mr_audioencoderitf.cfg
   135 TestCaseFile= c:\testframework\openmaxaltestmodule_mr_recorditf.cfg
   136 TestCaseFile= c:\testframework\openmaxaltestmodule_mr_recorditf.cfg
   136 #TestCaseFile= c:\testframework\openmaxaltestmodule_mr_recorditf_part2.cfg
   137 #TestCaseFile= c:\testframework\openmaxaltestmodule_mr_recorditf_part2.cfg
   137 #TestCaseFile= c:\testframework\openmaxaltestmodule_mr_recorditf_part3.cfg
   138 #TestCaseFile= c:\testframework\openmaxaltestmodule_mr_recorditf_part3.cfg
   138 #TestCaseFile= c:\testframework\openmaxaltestmodule_mr_recorditf_part4.cfg
       
   139 #TestCaseFile= c:\testframework\openmaxaltestmodule_mr_recorditf_aac_he.cfg
   139 #TestCaseFile= c:\testframework\openmaxaltestmodule_mr_recorditf_aac_he.cfg
   140 #TestCaseFile= c:\testframework\openmaxaltestmodule_mr_record_aac_he_p2.cfg
       
   141 #TestCaseFile= c:\testframework\openmaxaltestmodule_mr_recorditf_aac_auto.cfg
   140 #TestCaseFile= c:\testframework\openmaxaltestmodule_mr_recorditf_aac_auto.cfg
   142 #TestCaseFile= c:\testframework\openmaxaltestmodule_mr_record_aac_au_p2.cfg
       
   143 TestCaseFile= c:\testframework\openmaxaltestmodule_mp_playbackrateitf.cfg
   141 TestCaseFile= c:\testframework\openmaxaltestmodule_mp_playbackrateitf.cfg
       
   142 TestCaseFile= c:\testframework\openmaxaltestmodule_mp_prefetchstatusitf.cfg
       
   143 TestCaseFile= c:\testframework\openmaxaltestmodule_mr_cc.cfg
       
   144 TestCaseFile= c:\testframework\openmaxaltestmodule_mr_audioencoderitf_cc.cfg
       
   145 TestCaseFile= c:\testframework\openmaxaltestmodule_mr_recorditf_cc.cfg
       
   146 #TestCaseFile= c:\testframework\openmaxaltestmodule_mr_recorditf_incall.cfg
       
   147 #TestCaseFile= c:\testframework\openmaxaltestmodule_mr_recorditf_fmrx.cfg
   144 [End_Module]
   148 [End_Module]
   145 
   149 
   146 
   150 
   147 
   151 
   148 # Load testmoduleXXX, optionally with initialization file and/or test case files
   152 # Load testmoduleXXX, optionally with initialization file and/or test case files
   162 
   166 
   163 
   167 
   164 
   168 
   165 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
   169 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
   166 # Set STIFTestFramework logging overwrite parameters for Logger.
   170 # Set STIFTestFramework logging overwrite parameters for Logger.
   167 # 	Hardware and emulator environment logging path and styles can
   171 #   Hardware and emulator environment logging path and styles can
   168 # 	be configured from here to overwrite the Logger's implemented values.
   172 #   be configured from here to overwrite the Logger's implemented values.
   169 #	
   173 #
   170 #	Settings description:
   174 #   Settings description:
   171 #	- Indicates option for creation log directory/directories. If log directory/directories
   175 #   - Indicates option for creation log directory/directories. If log directory/directories
   172 #         is/are not created by user they will make by software.
   176 #         is/are not created by user they will make by software.
   173 #		+ YES, Create log directory/directories if not allready exist.
   177 #       + YES, Create log directory/directories if not allready exist.
   174 #		+ NO, Log directory/directories not created. Only created one is used.
   178 #       + NO, Log directory/directories not created. Only created one is used.
   175 #
   179 #
   176 #	- Overwrite emulator path setting.
   180 #   - Overwrite emulator path setting.
   177 #		+ Example: If 'EmulatorBasePath= C:\LOGS\TestFramework\' and in code is defined 
   181 #       + Example: If 'EmulatorBasePath= C:\LOGS\TestFramework\' and in code is defined
   178 #		           Logger's path 'D:\\LOGS\\Module\\' with those definition the path
   182 #                  Logger's path 'D:\\LOGS\\Module\\' with those definition the path
   179 #		           will be 'C:\LOGS\TestFramework\LOGS\Module\'
   183 #                  will be 'C:\LOGS\TestFramework\LOGS\Module\'
   180 #
   184 #
   181 #	- Overwrite emulator's logging format.
   185 #   - Overwrite emulator's logging format.
   182 #		+ TXT, Log file(s) will be txt type(s), for example 'Module.txt'.
   186 #       + TXT, Log file(s) will be txt type(s), for example 'Module.txt'.
   183 #		+ HTML, Log file(s) will be html type(s), for example 'Module.html'.
   187 #       + HTML, Log file(s) will be html type(s), for example 'Module.html'.
   184 #
   188 #
   185 #	- Overwrited emulator logging output source.
   189 #   - Overwrited emulator logging output source.
   186 #		+ FILE, Logging to file(s).
   190 #       + FILE, Logging to file(s).
   187 #		+ RDEBUG, Logging to using rdebug(s).
   191 #       + RDEBUG, Logging to using rdebug(s).
   188 #
   192 #
   189 #	- Overwrite hardware path setting (Same description as above in emulator path).
   193 #   - Overwrite hardware path setting (Same description as above in emulator path).
   190 #	- Overwrite hardware's logging format(Same description as above in emulator format).
   194 #   - Overwrite hardware's logging format(Same description as above in emulator format).
   191 #	- Overwrite hardware's logging output source(Same description as above in emulator output).
   195 #   - Overwrite hardware's logging output source(Same description as above in emulator output).
   192 #
   196 #
   193 #	- File Creation Mode indicates file overwriting if file exist.
   197 #   - File Creation Mode indicates file overwriting if file exist.
   194 #		+ OVERWRITE, Overwrites if file(s) exist.
   198 #       + OVERWRITE, Overwrites if file(s) exist.
   195 #		+ APPEND, Continue logging after the old logging information if file(s) exist.
   199 #       + APPEND, Continue logging after the old logging information if file(s) exist.
   196 #
   200 #
   197 #	- Will thread id include to the log filename.
   201 #   - Will thread id include to the log filename.
   198 #		+ YES, Thread id to log file(s) name, Example filename 'Module_b9.txt'.
   202 #       + YES, Thread id to log file(s) name, Example filename 'Module_b9.txt'.
   199 #		+ NO, No thread id to log file(s), Example filename 'Module.txt'.
   203 #       + NO, No thread id to log file(s), Example filename 'Module.txt'.
   200 #
   204 #
   201 #	- Will time stamps include the to log file.
   205 #   - Will time stamps include the to log file.
   202 #		+ YES, Time stamp added to each line in log file(s). Time stamp is 
   206 #       + YES, Time stamp added to each line in log file(s). Time stamp is
   203 #                 for example'12.Nov.2003 115958    LOGGING INFO'
   207 #                 for example'12.Nov.2003 115958    LOGGING INFO'
   204 #		+ NO, No time stamp(s).
   208 #       + NO, No time stamp(s).
   205 #
   209 #
   206 #	- Will line breaks include to the log file.
   210 #   - Will line breaks include to the log file.
   207 #		+ YES, Each logging event includes line break and next log event is in own line.
   211 #       + YES, Each logging event includes line break and next log event is in own line.
   208 #		+ NO, No line break(s).
   212 #       + NO, No line break(s).
   209 #
   213 #
   210 #	- Will event ranking include to the log file.
   214 #   - Will event ranking include to the log file.
   211 #		+ YES, Event ranking number added to each line in log file(s). Ranking number
   215 #       + YES, Event ranking number added to each line in log file(s). Ranking number
   212 #                 depends on environment's tics, for example(includes time stamp also)
   216 #                 depends on environment's tics, for example(includes time stamp also)
   213 #                 '012   12.Nov.2003 115958    LOGGING INFO'
   217 #                 '012   12.Nov.2003 115958    LOGGING INFO'
   214 #		+ NO, No event ranking.
   218 #       + NO, No event ranking.
   215 #
   219 #
   216 #	- Will write log file in unicode format.
   220 #   - Will write log file in unicode format.
   217 #		+ YES, Log file will be written in unicode format
   221 #       + YES, Log file will be written in unicode format
   218 #		+ NO, Log will be written as normal, not unicode, file.
   222 #       + NO, Log will be written as normal, not unicode, file.
   219 #
   223 #
   220 
   224 
   221 [Logger_Defaults]
   225 [Logger_Defaults]
   222 
   226 
   223 #NOTE: If you want to set Logger using next setting(s) remove comment(s)'#'
   227 #NOTE: If you want to set Logger using next setting(s) remove comment(s)'#'
   224 #NOTE: TestEngine and TestServer logging settings cannot change here
   228 #NOTE: TestEngine and TestServer logging settings cannot change here
   225 
   229 
   226 CreateLogDirectories= YES		# Possible values: YES or NO
   230 CreateLogDirectories= YES       # Possible values: YES or NO
   227 
   231 
   228 #EmulatorBasePath= C:\LOGS\TestFramework\
   232 #EmulatorBasePath= C:\LOGS\TestFramework\
   229 #EmulatorFormat= HTML			# Possible values: TXT or HTML
   233 #EmulatorFormat= HTML           # Possible values: TXT or HTML
   230 #EmulatorOutput= FILE			# Possible values: FILE or RDEBUG
   234 #EmulatorOutput= FILE           # Possible values: FILE or RDEBUG
   231 
   235 
   232 #HardwareBasePath= D:\LOGS\TestFramework\
   236 #HardwareBasePath= D:\LOGS\TestFramework\
   233 #HardwareFormat= HTML			# Possible values: TXT or HTML
   237 #HardwareFormat= HTML           # Possible values: TXT or HTML
   234 #HardwareOutput= FILE			# Possible values: FILE or RDEBUG
   238 #HardwareOutput= FILE           # Possible values: FILE or RDEBUG
   235 
   239 
   236 FileCreationMode= OVERWRITE		# Possible values: OVERWRITE or APPEND
   240 FileCreationMode= OVERWRITE     # Possible values: OVERWRITE or APPEND
   237 
   241 
   238 #ThreadIdToLogFile= YES			# Possible values: YES or NO
   242 #ThreadIdToLogFile= YES         # Possible values: YES or NO
   239 #WithTimeStamp= YES			# Possible values: YES or NO
   243 #WithTimeStamp= YES         # Possible values: YES or NO
   240 #WithLineBreak= YES			# Possible values: YES or NO
   244 #WithLineBreak= YES         # Possible values: YES or NO
   241 #WithEventRanking= YES			# Possible values: YES or NO
   245 #WithEventRanking= YES          # Possible values: YES or NO
   242 
   246 
   243 #FileUnicode= YES			# Possible values: YES or NO
   247 #FileUnicode= YES           # Possible values: YES or NO
   244 
   248 
   245 [End_Logger_Defaults]
   249 [End_Logger_Defaults]
   246 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
   250 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
   247 
   251 
   248 # End of file
   252 # End of file