Titan Core Initial Contribution
[deliverable/titan.core.git] / regression_test / logger / emergency_logging / EL_BufferMasked_10.cfg
1 ###############################################################################
2 # Copyright (c) 2000-2014 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_10.cfg
9 # Purpose:
10 # 1. To check if more EL even occure, the EL -lines are appended (and not overwrite the log file)
11 # 2. To check if every expected line occurs one and only one times
12
13 [MODULE_PARAMETERS]
14 tsp_looplimit:=15
15
16 [TESTPORT_PARAMETERS]
17 #empty
18 [LOGGING]
19 LogFile := "logs/%e-%r.%s"
20 ConsoleMask := TESTCASE | ERROR
21 FileMask := TESTCASE | ERROR
22 TimeStampFormat := Time
23 LogEventTypes := Yes
24 SourceInfoFormat := Stack
25 LogEventTypes := Detailed
26 //AppendFile := Yes
27
28 *.EmergencyLogging:=100
29 *.EmergencyLoggingBehaviour := BufferMasked
30 *.EmergencyLoggingMask := LOG_ALL
31
32 [EXECUTE]
33 //EmergencyLoggingTest.control
34 //Titan_LogTest.control
35 EmergencyLoggingTest.tc_user
36 EmergencyLoggingTest.tc_PTC_create_EL
37 EmergencyLoggingTest.tc_user_EL
38 EmergencyLoggingTest.tc_user_EL
39 EmergencyLoggingTest.tc_user_EL
40 //Titan_LogTest.control
41 // Titan_LogTest.tc_action
42 // Titan_LogTest.tc_default
43 // //Titan_LogTest.tc_error1
44 // Titan_LogTest.tc_ex_runtime
45 // Titan_LogTest.tc_function_rnd
46 // //Titan_LogTest.tc_not_existing_testcase
47 // Titan_LogTest.tc_parallel_portconn
48 // Titan_LogTest.tc_parallel_portmap
49 // Titan_LogTest.tc_portevent
50 // Titan_LogTest.tc_timer
51 // Titan_LogTest.tc_UserLog
52 // Titan_LogTest.tc_verdict
53 // Titan_LogTest.tc_matching
54 // Titan_LogTest.tc_encdec
55 //Titan_LogTest.tc_error1
56 [MAIN_CONTROLLER]
57 #UnixSocketsEnabled := No
58
59 //saved by GUI
This page took 0.032413 seconds and 5 git commands to generate.