Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / logger / logcontrol / Titan_LogControlTest.cfg
1 ###############################################################################
2 # Copyright (c) 2000-2015 Ericsson Telecom AB
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Eclipse Public License v1.0
5 # which accompanies this distribution, and is available at
6 # http://www.eclipse.org/legal/epl-v10.html
7 ###############################################################################
8 #ModuleName.SampleParameter := SampleValue
9 [TESTPORT_PARAMETERS]
10
11 #ComponentID.PortName.ParameterName := "ParameterValue"
12 [EXTERNAL_COMMANDS]
13 EndControlPart := "echo"
14 BeginTestCase := "echo"
15 EndTestCase := "echo"
16 BeginControlPart := "echo"
17
18 #EndControlPart := "end_control_part_command"
19 #BeginTestCase := "begin_testcase_command"
20 #EndTestCase := "end_testcase_command"
21 [LOGGING]
22 FileMask := LOG_ALL
23 ConsoleMask := TTCN_ERROR | TTCN_TESTCASE | TTCN_STATISTICS
24 SourceInfoFormat := Stack
25 LogEventTypes := Detailed
26 MatchingHints := Detailed
27
28 #LoggerPlugins := { LegacyLogging } # THIS DOES NOT WORK!!!
29 #FileMask := LOG_ALL | TTCN_MATCHING | TTCN_DEBUG
30 #ConsoleMask := LOG_ALL | TTCN_MATCHING | TTCN_DEBUG
31 #TimeStampFormat := DateTime
32 #LogEventTypes := Yes
33 #LogSourceInfo := Yes
34 [GROUPS]
35
36 #Group := host1, host2, host3
37 [COMPONENTS]
38
39 #ComponentName := Group
40 [MAIN_CONTROLLER]
41 UnixSocketsEnabled := No
42
43 [MODULE_PARAMETERS]
44 //Titan_LogControlTest.tsp_file_log_level := "log_all"
45
46 [EXECUTE]
47 Titan_LogControlTest.control
This page took 0.033463 seconds and 6 git commands to generate.