Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / testcase_defparam / config.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 [MODULE_PARAMETERS]
9 # This section shall contain the values of all parameters that are defined in your TTCN-3 modules.
10
11 [LOGGING]
12 # In this section you can specify the name of the log file and the classes of events
13 # you want to log into the file or display on console (standard error).
14
15 #LogFile := "logs/%e.%h-%r.%s"
16 #FileMask := LOG_ALL | DEBUG | MATCHING
17 #ConsoleMask := ERROR | WARNING | TESTCASE | STATISTICS | PORTEVENT
18 #LogSourceInfo := Yes
19 #AppendFile := No
20 #TimeStampFormat := DateTime
21 LogEventTypes := Yes
22 #SourceInfoFormat := Single
23 #LogEntityName := Yes
24
25 [TESTPORT_PARAMETERS]
26 # In this section you can specify parameters that are passed to Test Ports.
27
28 [EXECUTE]
29 # Run every testcase
30 tcdefparam.*
31 # DO NOT RUN THE CONTROL PART!
32
This page took 0.057878 seconds and 5 git commands to generate.