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