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