psmservices/psmserver/tsrc/PsmTestModule/init/PsmTestModule_armi.ini
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 #
       
     2 # Copyright (c) 2007 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:  This is STIFTestFramework initialization file
       
    15 #               Comment lines start with '#'-character.
       
    16 #               See STIF TestFramework users guide.doc for instructions
       
    17 #
       
    18 #
       
    19 
       
    20 
       
    21 [Engine_Defaults]
       
    22 
       
    23 TestReportMode= FullReport		# Possible values are: 'Empty', 'Summary', 'Environment',
       
    24                                                                'TestCases' or 'FullReport'
       
    25 
       
    26 CreateTestReport= YES			# Possible values: YES or NO
       
    27 
       
    28 TestReportFilePath= C:\LOGS\TestFramework\
       
    29 TestReportFileName= PsmServerTestReport
       
    30 
       
    31 TestReportFormat= TXT			# Possible values: TXT or HTML
       
    32 TestReportOutput= FILE			# Possible values: FILE or RDEBUG
       
    33 TestReportFileCreationMode= OVERWRITE	# Possible values: OVERWRITE or APPEND
       
    34 
       
    35 DeviceResetDllName= StifResetForNokia.dll # e.g. 'StifHWResetStub.dll' for user specific reseting
       
    36 
       
    37 DisableMeasurement= stifmeasurementdisablenone	# Possible values are:
       
    38 						# 'stifmeasurementdisablenone', 'stifmeasurementdisableall'
       
    39 					  	# 'stifmeasurementplugin01', 'stifmeasurementplugin02',
       
    40 					  	# 'stifmeasurementplugin03', 'stifmeasurementplugin04',
       
    41 					  	# 'stifmeasurementplugin05' or 'stifbappeaprofiler'
       
    42 
       
    43 [End_Defaults]
       
    44 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
    45 
       
    46 
       
    47 
       
    48 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
    49 # Module configurations start
       
    50 # Modules are added between module tags
       
    51 # tags. Module name is specified after ModuleName= tag, like
       
    52 # ModuleName= XXXXXXXXX
       
    53 # Modules might have initialisation file, specified as
       
    54 # IniFile= c:\testframework\YYYYYY
       
    55 # Modules might have several configuration files, like
       
    56 # TestCaseFile= c:\testframework\NormalCases.txt
       
    57 # TestCaseFile= c:\testframework\SmokeCases.txt
       
    58 # TestCaseFile= c:\testframework\ManualCases.txt
       
    59 
       
    60 # (TestCaseFile is synonym for old term ConfigFile)
       
    61 
       
    62 # Following case specifies demo module settings. Demo module
       
    63 # does not read any settings from file, so tags 
       
    64 # IniFile and TestCaseFile are not used.
       
    65 # In the simplest case it is enough to specify only the
       
    66 # name of the test module when adding new test module
       
    67 
       
    68 [New_Module]
       
    69 ModuleName= TestScripter
       
    70 TestCaseFile= c:\testframework\PsmTestModule.cfg
       
    71 [End_Module]
       
    72 
       
    73 
       
    74 # Load testmoduleXXX, optionally with initialization file and/or test case files
       
    75 #[New_Module]
       
    76 #ModuleName= testmodulexxx
       
    77 
       
    78 #TestModuleXXX used initialization file
       
    79 #IniFile= c:\testframework\init.txt
       
    80 
       
    81 #TestModuleXXX used configuration file(s)
       
    82 #TestCaseFile= c:\testframework\testcases1.cfg
       
    83 #TestCaseFile= c:\testframework\testcases2.cfg
       
    84 #TestCaseFile= c:\testframework\manualtestcases.cfg
       
    85 
       
    86 #[End_Module]
       
    87 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
    88 
       
    89 
       
    90 
       
    91 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
    92 # Set STIFTestFramework logging overwrite parameters for Logger.
       
    93 # 	Hardware and emulator environment logging path and styles can
       
    94 # 	be configured from here to overwrite the Logger's implemented values.
       
    95 #	
       
    96 #	Settings description:
       
    97 #	- Indicates option for creation log directory/directories. If log directory/directories
       
    98 #         is/are not created by user they will make by software.
       
    99 #		+ YES, Create log directory/directories if not allready exist.
       
   100 #		+ NO, Log directory/directories not created. Only created one is used.
       
   101 #
       
   102 #	- Overwrite emulator path setting.
       
   103 #		+ Example: If 'EmulatorBasePath= C:\LOGS\TestFramework\' and in code is defined 
       
   104 #		           Logger's path 'D:\\LOGS\\Module\\' with those definition the path
       
   105 #		           will be 'C:\LOGS\TestFramework\LOGS\Module\'
       
   106 #
       
   107 #	- Overwrite emulator's logging format.
       
   108 #		+ TXT, Log file(s) will be txt type(s), for example 'Module.txt'.
       
   109 #		+ HTML, Log file(s) will be html type(s), for example 'Module.html'.
       
   110 #
       
   111 #	- Overwrited emulator logging output source.
       
   112 #		+ FILE, Logging to file(s).
       
   113 #		+ RDEBUG, Logging to using rdebug(s).
       
   114 #
       
   115 #	- Overwrite hardware path setting (Same description as above in emulator path).
       
   116 #	- Overwrite hardware's logging format(Same description as above in emulator format).
       
   117 #	- Overwrite hardware's logging output source(Same description as above in emulator output).
       
   118 #
       
   119 #	- File Creation Mode indicates file overwriting if file exist.
       
   120 #		+ OVERWRITE, Overwrites if file(s) exist.
       
   121 #		+ APPEND, Continue logging after the old logging information if file(s) exist.
       
   122 #
       
   123 #	- Will thread id include to the log filename.
       
   124 #		+ YES, Thread id to log file(s) name, Example filename 'Module_b9.txt'.
       
   125 #		+ NO, No thread id to log file(s), Example filename 'Module.txt'.
       
   126 #
       
   127 #	- Will time stamps include the to log file.
       
   128 #		+ YES, Time stamp added to each line in log file(s). Time stamp is 
       
   129 #                 for example'12.Nov.2003 115958    LOGGING INFO'
       
   130 #		+ NO, No time stamp(s).
       
   131 #
       
   132 #	- Will line breaks include to the log file.
       
   133 #		+ YES, Each logging event includes line break and next log event is in own line.
       
   134 #		+ NO, No line break(s).
       
   135 #
       
   136 #	- Will event ranking include to the log file.
       
   137 #		+ YES, Event ranking number added to each line in log file(s). Ranking number 
       
   138 #                 depends on environment's tics, for example(includes time stamp also)
       
   139 #                 '012   12.Nov.2003 115958    LOGGING INFO'
       
   140 #		+ NO, No event ranking.
       
   141 #
       
   142 
       
   143 [Logger_Defaults]
       
   144 
       
   145 #NOTE: If you want to set Logger using next setting(s) remove comment(s)'#' 
       
   146 #NOTE: TestEngine and TestServer logging settings cannot change here 
       
   147 
       
   148 CreateLogDirectories= YES		# Possible values: YES or NO
       
   149 
       
   150 #EmulatorBasePath= C:\LOGS\TestFramework\
       
   151 EmulatorFormat= TXT			# Possible values: TXT or HTML
       
   152 EmulatorOutput= RDEBUG			# Possible values: FILE or RDEBUG
       
   153 
       
   154 #HardwareBasePath= D:\LOGS\TestFramework\
       
   155 HardwareFormat= TXT			# Possible values: TXT or HTML
       
   156 HardwareOutput= RDEBUG			# Possible values: FILE or RDEBUG
       
   157 
       
   158 FileCreationMode= OVERWRITE		# Possible values: OVERWRITE or APPEND
       
   159 
       
   160 ThreadIdToLogFile= NO			# Possible values: YES or NO
       
   161 WithTimeStamp= NO			# Possible values: YES or NO
       
   162 WithLineBreak= YES			# Possible values: YES or NO
       
   163 WithEventRanking= NO			# Possible values: YES or NO
       
   164 
       
   165 [End_Logger_Defaults]
       
   166 # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
       
   167 
       
   168 # End of file