Last sync 2016.04.01
[deliverable/titan.core.git] / regression_test / logger / emergency_logging / EL_BufferMasked_12.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_12.cfg
13 # EL_BufferMasked set, EL-events occur, small buffer
14 # Purpose:
15 # 1. To check if more EL even occure, the EL -lines are appended (and not overwrite the log file)
16 # 2. To check if every expected line occurs one and only one times
17 # 3.
18 [MODULE_PARAMETERS]
19 tsp_looplimit:=15
20
21 [TESTPORT_PARAMETERS]
22 #empty
23 [LOGGING]
24 LogFile := "logs/%e-%r.%s"
25
26 ConsoleMask := TESTCASE | ACTION
27 FileMask := TESTCASE | ACTION
28 TimeStampFormat := Time
29 LogEventTypes := Yes
30 SourceInfoFormat := Stack
31 LogEventTypes := Detailed
32 //AppendFile := Yes
33
34 *.EmergencyLogging:=2
35 *.EmergencyLoggingBehaviour := BufferMasked
36 *.EmergencyLoggingMask := LOG_ALL
37 //| USER | ACTION | ERROR | PORTEVENT| EXECUTOR | DEBUG | DEFAULTOP | EXECUTOR | FUNCTION | MATCHING | DEBUG | PARALLEL | PORTEVENT | STATISTICS /* |
38 //TESTCASE */ | TIMEROP
39 //*.EmergencyLoggingMask := LOG_ALL | MATCHING | DEBUG
40
41 [EXECUTE]
42 EmergencyLoggingTest.tc_user
43 EmergencyLoggingTest.tc_PTC_create_EL
44 EmergencyLoggingTest.tc_user_EL
45
46 [MAIN_CONTROLLER]
47 #UnixSocketsEnabled := No
48
49 //saved by GUI
This page took 0.034777 seconds and 5 git commands to generate.