blob: 42e361a3846a119b59af87d5fbf6ef5cf000d187 [file] [log] [blame]
///////////////////////////////////////////////////////////////////////////////
// //
// Copyright (c) 2000-2017 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_LGenBasePerformTest_LoadTestCPS
//
// Purpose:
// This module provides functions for testing LGenBase
//
// Module depends on:
// -
//
// Current Owner:
// Laszlo Skumat (ELSZSKU)
//
// Last Review Date:
// 2008-09-11
//
// Detailed Comments:
// Provide functions to test LGenBase
//
//
///////////////////////////////////////////////////////////////
module EPTF_LGenBasePerformTest_LoadTestCPS
{
import from EPTF_LGenBasePerformTest_LoadMTCDefinitions all
import from EPTF_LGenBasePerformTest_LoadLGenFunctions all
import from EPTF_LGenBasePerformTest_LoadLGenDefinitions all
import from EPTF_LGenBasePerformTest_LoadMessages all
import from EPTF_LGenBasePerformTest_MTCFunctions all
import from EPTF_LGenBasePerformTest_LoadTestResources all
import from EPTF_CLL_Base_Functions all
import from EPTF_CLL_Variable_Functions all
import from EPTF_CLL_Variable_Definitions all
#ifdef R3
import from EPTF_CLL_Common_Definitions all
import from EPTF_CLL_LGenBase_ConfigDefinitions all;
import from EPTF_CLL_LGenBase_ConfigFunctions all
#endif
#ifdef R2
import from EPTF_CLL_Definitions all
#endif
testcase tc_loadCPS()
runs on EPTF_LGenBasePerformTest_LoadLGen_CT {
f_EPTF_LGenBasePerformTest_LoadLGen_startTrafficMeasCPS(
"LoadLGenCPS",
tsp_measureTrafficECount,
0,
tsp_loadMeasureCount,
true)
f_EPTF_Base_stop(pass);
}
testcase tc_loadCPSUnique()
runs on EPTF_LGenBasePerformTest_LoadLGen_CT {
f_EPTF_LGenBasePerformTest_LoadLGen_startTrafficMeasCPS(
"LoadLGenCPS",
tsp_measureTrafficECount,
0,
tsp_loadMeasureCount,
false)
f_EPTF_Base_stop(pass);
}
} // end of module