Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / logger / logtest / Titan_LogTest_MATCH.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 := TTCN_MATCHING
23 ConsoleMask := TTCN_ERROR | TTCN_TESTCASE | TTCN_STATISTICS
24 SourceInfoFormat := Stack
25 LogEventTypes := Detailed
26 MatchingHints := Detailed
27
28 #FileMask := LOG_ALL | TTCN_MATCHING | TTCN_DEBUG
29 #ConsoleMask := LOG_ALL | TTCN_MATCHING | TTCN_DEBUG
30 #TimeStampFormat := DateTime
31 #LogEventTypes := Yes
32 #LogSourceInfo := Yes
33 [GROUPS]
34
35 #Group := host1, host2, host3
36 [COMPONENTS]
37
38 #ComponentName := Group
39 [MAIN_CONTROLLER]
40 UnixSocketsEnabled := No
41
42 [EXECUTE]
43 Titan_LogTest.control
44
45 //saved by GUI
This page took 0.04759 seconds and 5 git commands to generate.