ItsBtp_TestControl.ttcn 805 Bytes
Newer Older
filatov's avatar
filatov committed
/**
 *  @author   ETSI / STF405
 *  @version  $URL$
 *            $Id$
 *  @desc     Test Control file for Basic Transport Protocol
garciay's avatar
garciay committed
 *  @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.
filatov's avatar
filatov committed
 *
 */
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