/** * @author ETSI / STF405 * @version $Url: https://oldforge.etsi.org/svn/ITS/tags/20170222_STF527_Final/ttcn/AtsBTP/ItsBtp_TestControl.ttcn $ * $Id: ItsBtp_TestControl.ttcn 2655 2017-01-26 10:46:08Z filatov $ * @desc Test Control file for Basic Transport Protocol * @copyright ETSI Copyright Notification * No part may be reproduced except as authorized by written permission. * The copyright and the foregoing restriction extend to reproduction in all media. * All rights reserved. * */ module ItsBtp_TestControl { // ATS BTP import from ItsBtp_TestCases {testcase all}; // Test Execution control { execute(TC_BTP_PGA_BV_01()); execute(TC_BTP_PGB_BV_01()); execute(TC_BTP_PGB_BV_02()); execute(TC_BTP_PP_BV_01()); execute(TC_BTP_PP_BV_02()); } } // end ItsBtp_TestControl