Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / json / JSON.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#LogFile := "logs/kakukk.log"
15LogFile := "logs/%e.%h-%r.%s"
16FileMask := LOG_ALL | DEBUG | MATCHING
17ConsoleMask := ERROR | WARNING | TESTCASE | STATISTICS | PORTEVENT
18LogSourceInfo := Yes
19AppendFile := No
20TimeStampFormat := DateTime
21LogEventTypes := Yes
22SourceInfoFormat := Single
23LogEntityName := Yes
24
25[TESTPORT_PARAMETERS]
26# In this section you can specify parameters that are passed to Test Ports.
27
28[DEFINE]
29# In this section you can create macro definitions,
30# that can be used in other configuration file sections except [INCLUDE].
31
32[INCLUDE]
33# To use configuration settings given in other configuration files,
34# the configuration files just need to be listed in this section, with their full or relative pathnames.
35
36[EXTERNAL_COMMANDS]
37# This section can define external commands (shell scripts) to be executed by the ETS
38# whenever a control part or test case is started or terminated.
39
40#BeginTestCase := ""
41#EndTestCase := ""
42#BeginControlPart := ""
43#EndControlPart := ""
44
45[EXECUTE]
46Testcases.control
47AttributeTestcases.control
48#Testcases.tc_charstring_ascii_basic_long
49#Testcases.tc_charstring_ascii_basic_long_const
50#Testcases.tc_charstring_ascii_basic_punctuation
51#Testcases.tc_charstring_ascii_basic_escapes
52#Testcases.tc_ucharstring_ascii_basic_long
53#Testcases.tc_ucharstring_ascii_basic_escapes
54#Testcases.tc_charstring_ascii_extended1_xer
55#Testcases.tc_ucharstring_higherplanes
56#Testcases.tc_octetstring
57#Testcases.tc_hexstring
58#Testcases.tc_bitstring
59#Testcases.tc_verdicttype
60#Testcases.tc_float
61#Testcases.tc_enum
62#Testcases.tc_record_empty
63#Testcases.tc_record
64#Testcases.tc_record_modulepar
65#Testcases.tc_record_const
66#Testcases.tc_recordofinteger_empty
67#Testcases.tc_recordofinteger_short
68#Testcases.tc_recordofinteger_long
69#Testcases.tc_recordoffloat_empty
70#Testcases.tc_recordoffloat_short
71#Testcases.tc_recordofCS_empty
72#Testcases.tc_recordofCS_short
73#AttributeTestcases.tc_NoAttributeOnUpperLevel
74#AttributeTestcases.tc_name_as_omit_as_null
75#AttributeTestcases.tc_name_as
76#AttributeTestcases.tc_attribute_compactprint1
77#AttributeTestcases.tc_attribute_compactprint2
78#AttributeTestcases.tc_attribute_compactprintp
79#AttributeTestcases.tc_attribute_prettyprint1
80#AttributeTestcases.tc_attribute_prettyprint2
81#AttributeTestcases.tc_attribute_union
82[GROUPS]
83# In this section you can specify groups of hosts. These groups can be used inside the
84# [COMPONENTS] section to restrict the creation of certain PTCs to a given set of hosts.
85
86[COMPONENTS]
87# This section consists of rules restricting the location of created PTCs.
88
89[MAIN_CONTROLLER]
90# The options herein control the behavior of MC.
91
92TCPPort := 0
93KillTimer := 10.0
94# NumHCs := 0
95# LocalAddress :=
This page took 0.047963 seconds and 5 git commands to generate.