blob: 2c113b2a80062cc66f76f0fe972f5db7bb4960ce [file] [log] [blame]
///////////////////////////////////////////////////////////////////////////////ctions
// //
// 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_Common_Test_Testcases
//
// Purpose:
// This module contains testcases for testing EPTF Load measurement
//
// Module Parameters:
//
// Module depends on:
//
// Current Owner:
// Balazs Barcsik (ebalbar)
//
// Last Review Date:
// 2008-02-14
//
// Detailed Comments:
// -
///////////////////////////////////////////////////////////
module EPTF_Common_Test_Testcases {
type component Dummy{}
testcase tc_common_test() runs on Dummy
{
setverdict(pass);
}
control {
execute(tc_common_test());
}
}