blob: 196d7444e8aad1f5fb99ae456d42caf4fdab7d03 [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 //
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
// Module: EPTF_StatHandler_Test_Definitions
//
// Purpose:
// This module contains basic tests for the EPTF StatHandler feature.
//
// Module depends on:
// <EPTF_CLL_StatHandler_Definitions>
// <EPTF_CLL_StatHandler_Functions>
// <EPTF_CLL_StatHandlerClient_Definitions>
// <EPTF_CLL_StatHandlerClient_Functions>
// <EPTF_CLL_StatHandlerLogging_Definitions>
// <EPTF_CLL_StatHandlerLogging_Functions>
// <EPTF_CLL_StatHandlerUI_Definitions>
// <EPTF_CLL_StatHandlerUI_Functions>
// <EPTF_CLL_Base_Functions>
// <EPTF_CLL_Common_Definitions>
// <EPTF_CLL_UIHandler_Definitions>
// <EPTF_CLL_UIHandler_WidgetFunctions>
// <EPTF_CLL_UIHandlerClient_Definitions>
// <EPTF_CLL_UIHandlerClient_Functions>
// <EPTF_CLL_Logging_Functions>
// <EPTF_CLL_LoggingUI_Definitions>
// <EPTF_CLL_LoggingUI_Functions>
// <EPTF_CLL_LoggingUIClient_Functions>
// <EPTF_CLL_Variable_Definitions>
// <EPTF_CLL_Variable_Functions>
// <XTDP_PDU_Defs>
//
// Module Parameters:
// -
//
// Current Owner:
// Jeno Balasko (ETHBAAT)
//
// Last Review Date:
// -
//
// Detailed Comments:
// -
//
///////////////////////////////////////////////////////////////
module EPTF_StatHandler_Test_Definitions {
import from EPTF_CLL_StatHandlerClient_Definitions all;
modulepar integer tsp_StatHandler_Test_nofClients := 2;
modulepar charstring tsp_StatHandler_guiXmlName := "stathandler_gui.xml"
type record of EPTF_StatHandlerClient_CT EPTF_StatHandler_Test_ShClients;
const charstring c_myTestName:="Test"
const charstring c_myStatHandlerClient := "myStatHandlerClient"
const charstring c_myStatHandlerMaster := "myStatHandlerMaster"
}