656b18d502d9d6dbf9ce720615975965bd9e4dad
[deliverable/titan.core.git] / regression_test / logger / emergency_logging / EL_BufferAll_9.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_9.cfg
9 # Purpose:
10 #1. To check that emergency log is created
11 #2. To check that emergency logs appended after each other, i. e the second does not overwrite the first
12 #3. To check that emergency logging sections exactly have the same length as buffer has.
13 #4. To check if mtc log is performed according to the FileMask, i.e only ERROR and TESTCASE are logged
14 [MODULE_PARAMETERS]
15 tsp_looplimit:=15
16
17 [TESTPORT_PARAMETERS]
18 #empty
19 [LOGGING]
20 LogFile := "logs/%e-%r.%s"
21
22 ConsoleMask := TESTCASE
23 FileMask := TESTCASE | ERROR
24 TimeStampFormat := Time
25 LogEventTypes := Yes
26 SourceInfoFormat := Stack
27 LogEventTypes := Detailed
28 //AppendFile := Yes
29
30 *.EmergencyLogging:=15
31 *.EmergencyLoggingBehaviour := BufferAll
32 *.EmergencyLoggingMask := USER | ACTION | PORTEVENT
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 //EmergencyLoggingTest.control
38 //Titan_LogTest.control
39 EmergencyLoggingTest.tc_user
40 EmergencyLoggingTest.tc_PTC_create_EL
41 EmergencyLoggingTest.tc_user_EL
42 EmergencyLoggingTest.tc_user_EL
43 EmergencyLoggingTest.tc_user_EL
44 //Titan_LogTest.control
45 // Titan_LogTest.tc_action
46 // Titan_LogTest.tc_default
47 // //Titan_LogTest.tc_error1
48 // Titan_LogTest.tc_ex_runtime
49 // Titan_LogTest.tc_function_rnd
50 // //Titan_LogTest.tc_not_existing_testcase
51 // Titan_LogTest.tc_parallel_portconn
52 // Titan_LogTest.tc_parallel_portmap
53 // Titan_LogTest.tc_portevent
54 // Titan_LogTest.tc_timer
55 // Titan_LogTest.tc_UserLog
56 // Titan_LogTest.tc_verdict
57 // Titan_LogTest.tc_matching
58 // Titan_LogTest.tc_encdec
59 //Titan_LogTest.tc_error1
60 [MAIN_CONTROLLER]
61 #UnixSocketsEnabled := No
62
63 //saved by GUI
This page took 0.032576 seconds and 4 git commands to generate.