Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / logger / emergency_logging / EL_BufferAll_3_NOEL.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 # EL_BufferAll_3_NOEL.cfg
9 # expectation test with minimal coverage (compare logs with EL setting if EL-event does happen)
10 # buffer is big enough to log all event between two emergency
11 # The test can produce the same log file as with EL_BufferAll_3.cfg
12 [MODULE_PARAMETERS]
13 tsp_looplimit:=10
14
15 [TESTPORT_PARAMETERS]
16 #empty
17 [LOGGING]
18 LogFile := "logs/%e-%r.%s"
19
20 ConsoleMask := ERROR //| ACTION | EXECUTOR | USER
21 FileMask := ERROR | STATISTICS | TESTCASE | USER | ACTION //| ACTION | USER | EXECUTOR | STATISTICS | PORTEVENT
22 //LOG_ALL | TTCN_MATCHING | TTCN_DEBUG //ERROR | EXECUTOR | TESTCASE | ACTION | USER // | DEFAULTOP //| USER | TESTCASE | LOG_ALL
23 TimeStampFormat := Time
24 LogEventTypes := Yes
25 SourceInfoFormat := Stack
26 LogEventTypes := Detailed
27 //AppendFile := Yes
28
29 //*.EmergencyLogging:=15
30 //*.EmergencyLoggingBehaviour := BufferAll
31 //*.EmergencyLoggingMask := TESTCASE | USER | ACTION
32 //| USER | ACTION | ERROR | PORTEVENT| EXECUTOR | DEBUG | DEFAULTOP | EXECUTOR | FUNCTION | MATCHING | DEBUG | PARALLEL | PORTEVENT | STATISTICS /* |
33 //TESTCASE */ | TIMEROP
34 //*.EmergencyLoggingMask := LOG_ALL | MATCHING | DEBUG
35 [EXECUTE]
36 //EmergencyLoggingTest.control
37 //Titan_LogTest.control
38 EmergencyLoggingTest.tc_user
39 EmergencyLoggingTest.tc_PTC_create_EL
40 EmergencyLoggingTest.tc_user_EL
41 EmergencyLoggingTest.tc_user_EL
42 // EmergencyLoggingTest.tc_user_EL
43 // Titan_LogTest.control
44 // Titan_LogTest.tc_action
45 // Titan_LogTest.tc_default
46 // Titan_LogTest.tc_error1
47 // Titan_LogTest.tc_ex_runtime
48 // Titan_LogTest.tc_function_rnd
49 // Titan_LogTest.tc_not_existing_testcase
50 // Titan_LogTest.tc_parallel_portconn
51 // Titan_LogTest.tc_parallel_portmap
52 // Titan_LogTest.tc_portevent
53 // Titan_LogTest.tc_timer
54 // Titan_LogTest.tc_UserLog
55 // Titan_LogTest.tc_verdict
56 // Titan_LogTest.tc_matching
57 // Titan_LogTest.tc_encdec
58 // Titan_LogTest.tc_error1
59 [MAIN_CONTROLLER]
60 #UnixSocketsEnabled := No
61
62 //saved by GUI
This page took 0.043155 seconds and 5 git commands to generate.