Last sync 2016.04.01
[deliverable/titan.core.git] / regression_test / logger / emergency_logging / EL_BufferMasked_5.cfg
1 ###############################################################################
2 # Copyright (c) 2000-2016 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 # Contributors:
9 # Balasko, Jeno
10 #
11 ###############################################################################
12 # EL_BufferMasked_5.cfg
13 # Goal: To test the buffer dumping after normal finish.
14 [MODULE_PARAMETERS]
15 tsp_looplimit:=0
16
17 [TESTPORT_PARAMETERS]
18 #empty
19 [LOGGING]
20 LogFile := "logs/%e-%r.%s"
21
22 ConsoleMask := LOG_ALL
23 FileMask := LOG_ALL | DEBUG
24 TimeStampFormat := Time
25 LogEventTypes := Yes
26 SourceInfoFormat := Stack
27 LogEventTypes := Detailed
28 //AppendFile := Yes
29
30 *.EmergencyLogging:=15
31 *.EmergencyLoggingBehaviour := BufferMasked
32 *.EmergencyLoggingMask := TESTCASE
33 //| USER | ACTION | ERROR | PORTEVENT| EXECUTOR | DEBUG | DEFAULTOP | EXECUTOR | FUNCTION | MATCHING | DEBUG | PARALLEL | PORTEVENT | STATISTICS /* |
34 //TESTCASE */ | TIMEROP
35 //*.EmergencyLoggingMask := LOG_ALL | MATCHING | DEBUG
36 [EXECUTE]
37 //Titan_LogTest.tc_function_rnd
38 Titan_LogTest.tc_encdec
39 [MAIN_CONTROLLER]
40 #UnixSocketsEnabled := No
41
42 //saved by GUI
This page took 0.031806 seconds and 5 git commands to generate.