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