Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / testcase_defparam / config.cfg
CommitLineData
970ed795 1###############################################################################
3abe9331 2# Copyright (c) 2000-2015 Ericsson Telecom AB
970ed795
EL
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
21LogEventTypes := 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
30tcdefparam.*
31# DO NOT RUN THE CONTROL PART!
32
This page took 0.02902 seconds and 5 git commands to generate.