blob: 88a97e1bf7227ced38968b440655b01ddb1492f8 [file] [log] [blame]
///////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2000-2019 Ericsson Telecom AB //
// //
// All rights reserved. This program and the accompanying materials //
// are made available under the terms of the Eclipse Public License v2.0 //
// which accompanies this distribution, and is available at //
// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html //
///////////////////////////////////////////////////////////////////////////////
[LOGGING]
LogFile := "%e.%h-%r-%t.%s"
ConsoleMask := TTCN_DEFAULTOP | TTCN_STATISTICS | TTCN_USER | TTCN_VERDICTOP | TTCN_MATCHING | TTCN_TESTCASE
LogEntityName := Yes
LogEventTypes := Yes
SourceInfoFormat := Stack
[MODULE_PARAMETERS]
tsp_EPTF_Var_SyncInterval := 1.0;
tsp_EPTF_StatCapture_def_capture_file := "DefaultFile"
tsp_EPTF_StatCapture_max_file_size := 200 #1000000
//1 MByte
tsp_EPTF_StatCapture_max_nrof_files := 100
tsp_EPTF_StatCapture_fileFormat:=readable #gnuplot #readable
tsp_EPTF_StatCapture_captureGroups:={
#group1
{
groupName:="group1",
timerPeriod:=1.0,
logFileNames:={},
statistics := {
{
varName:="var1",
statType:=content,
statName:="Int1Content",
periodicReset:=false,
activeStat:=true
},
{
varName:="var1",
statType:=delta,
statName:="Int1Delta",
periodicReset:=false,
activeStat:=true
},
{
varName:="var2",
statType:=deltaSum,
statName:="Float2deltaSum",
periodicReset:=false,
activeStat:=true
}
}
}
}
//saved by GUI
[EXECUTE]
EPTF_StatCapture_Test_Testcases.control