c6527f1c34bcd7302979c72fe7eafcef951f9283
[deliverable/titan.core.git] / regression_test / logger / logtest / Titan_LogTest.cfg
1 ###############################################################################
2 # Copyright (c) 2000-2016 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 # Contributors:
9 # Balasko, Jeno
10 #
11 ###############################################################################
12 #ModuleName.SampleParameter := SampleValue
13 [TESTPORT_PARAMETERS]
14
15 #ComponentID.PortName.ParameterName := "ParameterValue"
16 [EXTERNAL_COMMANDS]
17 EndControlPart := "echo"
18 BeginTestCase := "echo"
19 EndTestCase := "echo"
20 BeginControlPart := "echo"
21
22 #EndControlPart := "end_control_part_command"
23 #BeginTestCase := "begin_testcase_command"
24 #EndTestCase := "end_testcase_command"
25 [LOGGING]
26 FileMask := TTCN_ACTION | DEFAULTOP_DEACTIVATE | DEFAULTOP_EXIT | DEFAULTOP_UNQUALIFIED | TTCN_ERROR | TTCN_EXECUTOR | TTCN_FUNCTION | TTCN_PARALLEL | TTCN_TESTCASE | TTCN_PORTEVENT | TTCN_STATISTICS | TTCN_TIMEROP | TTCN_USER | TTCN_VERDICTOP | TTCN_WARNING | TTCN_MATCHING | TTCN_DEBUG
27 ConsoleMask := TTCN_ERROR | TTCN_TESTCASE | TTCN_STATISTICS
28 SourceInfoFormat := Stack
29 LogEventTypes := Detailed
30 MatchingHints := Detailed
31
32 #FileMask := LOG_ALL | TTCN_MATCHING | TTCN_DEBUG
33 #ConsoleMask := LOG_ALL | TTCN_MATCHING | TTCN_DEBUG
34 #TimeStampFormat := DateTime
35 #LogEventTypes := Yes
36 #LogSourceInfo := Yes
37 [GROUPS]
38
39 #Group := host1, host2, host3
40 [COMPONENTS]
41
42 #ComponentName := Group
43 [MAIN_CONTROLLER]
44 UnixSocketsEnabled := No
45
46 [EXECUTE]
47 Titan_LogTest.control
48
49 //saved by GUI
This page took 0.03735 seconds and 5 git commands to generate.