TTCN-CFG example

x
 
1
[MODULE_PARAMETERS]
2
# This section shall contain the values of all parameters that are defined in your TTCN-3 modules.
3
4
[LOGGING]
5
# In this section you can specify the name of the log file and the classes of events
6
# you want to log into the file or display on console (standard error).
7
8
LogFile := "logs/%e.%h-%r.%s"
9
FileMask := LOG_ALL | DEBUG | MATCHING
10
ConsoleMask := ERROR | WARNING | TESTCASE | STATISTICS | PORTEVENT
11
12
LogSourceInfo := Yes
13
AppendFile := No
14
TimeStampFormat := DateTime
15
LogEventTypes := Yes
16
SourceInfoFormat := Single
17
LogEntityName := Yes
18
19
[TESTPORT_PARAMETERS]
20
# In this section you can specify parameters that are passed to Test Ports.
21
22
[DEFINE]
23
# In this section you can create macro definitions,
24
# that can be used in other configuration file sections except [INCLUDE].
25
26
[INCLUDE]
27
# To use configuration settings given in other configuration files,
28
# the configuration files just need to be listed in this section, with their full or relative pathnames.

Language: Testing and Test Control Notation - Configuration files (TTCN-CFG)

MIME types defined: text/x-ttcn-cfg.


The development of this mode has been sponsored by Ericsson .

Coded by Asmelash Tsegay Gebretsadkan