Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / cfg_list_concat / everything.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 [EXECUTE]
9 concat
10 concat.control
11 concat.tc7
12 concat.tc4
13
14 [MODULE_PARAMETERS]
15 mp_ints7 := { 0, 1, 2 }
16 mp_ints7 &= { 3, 4, 5, 6 }
17
18 mp_ints4_0 := { 0, 1, 2, 3 }
19 mp_ints4_0 &= {} # brought to you by the Department of Redundancy Department
20
21 [LOGGING]
22 LoggerPlugins := { LegacyLogger }
23 LogFile := "%e.%s"
24 FileMask := LOG_ALL
25 ConsoleMask := ERROR | WARNING | ACTION | TESTCASE | STATISTICS
26 AppendFile := No
27 TimeStampFormat := Time
28 LogEventTypes := Detailed # default is No
29 SourceInfoFormat := Single # default is None
30 LogEntityName := No
31 LogFileSize := 0
32 LogFileNumber := 42 # default 1
33 DiskFullAction := Error
34 MatchingHints := Compact
35 EmergencyLogging := 0
36 EmergencyLoggingBehaviour := BufferMasked
37 EmergencyLoggingMask := LOG_ALL
38
39 [TESTPORT_PARAMETERS]
40 mtc.*.LocalIPAddress := "164.48.161.146"
41 mtc.RADIUS[0].LocalUDPPort := "12345"
42 mtc.RADIUS[1].LocalUDPPort := "12346"
43 system.MySystemInterface1.RemoteIPAddress := "10.1.1.1"
44 system.MySystemInterface2.RemoteIPAddress := "10.1.1.2"
45
46 # Define section in included cfg
47
48 [INCLUDE]
49 "sub1.cfg"
50
51 [EXTERNAL_COMMANDS]
52 BeginTestCase := "/bin/echo"
53 EndTestCase := "/bin/echo"
54 BeginControlPart := "/bin/echo"
55 EndControlPart := "/bin/echo"
56
57 [GROUPS]
58 HeintelAndPauler := heintel, pauler.eth.ericsson.se
59 myGroup := 153.44.87.34, test-host.123.com
60 AllHosts := *
61
62 [COMPONENTS]
63 MyComponentType := HeintelAndPauler
64 CPComponentType := 153.44.87.34
65 * := AllHosts
66
67 [MAIN_CONTROLLER]
68 #LocalAddress := ${Localhost, hostname}
69 TCPPort := 42042
70
71 #NumHCs := 3
72 # ttcn3_start does not work with NumHCs
73
74 KillTimer := 4.5
75
76
77
78
This page took 0.101486 seconds and 6 git commands to generate.