Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / logger / emergency_logging / EL_BufferMasked_7.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_BufferMasked_7.cfg
9 # Goal:
10 # 1. To test if the File log is produced on the same way as without EL, i.e ">>>>ACTION in tc_user_EL, before the loop<<<<<" is expected in the log
11 # 2. To test if the EmergencyLog contains at longest buffer_size (15) user logs as emergency log and not any other info
12 [MODULE_PARAMETERS]
13 tsp_looplimit:=20
14
15 [TESTPORT_PARAMETERS]
16 #empty
17 [LOGGING]
18 LogFile := "logs/%e-%r.%s"
19
20 ConsoleMask := ERROR | ACTION | EXECUTOR
21 FileMask := ERROR | ACTION | TESTCASE
22
23 TimeStampFormat := Time
24 LogEventTypes := Yes
25 SourceInfoFormat := Stack
26 LogEventTypes := Detailed
27 //AppendFile := Yes
28
29 *.EmergencyLogging:=15
30 *.EmergencyLoggingBehaviour := BufferMasked
31 *.EmergencyLoggingMask := LOG_ALL
32
33 [EXECUTE]
34 EmergencyLoggingTest.tc_user_EL
35 [MAIN_CONTROLLER]
36 #UnixSocketsEnabled := No
37
38 //saved by GUI
This page took 0.037038 seconds and 5 git commands to generate.