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