/** * @author STF 370 * @version $Id: $ * @desc This module provides ATS specific test control declarations. */ module AtsImsIot_TestControl { import from AtsImsIot_TestCases_CALL all; import from AtsImsIot_TestCases_MESS all; import from AtsImsIot_TestCases_REG all; import from AtsImsIot_TestCases_SS all; control { // MESS TCs //execute(TC_IMS_MESS_0001()); // CALL TCs //execute(TC_IMS_CALL_0001()); //execute(TC_IMS_CALL_0003()); // OK //execute(TC_IMS_CALL_0007()); //execute(TC_IMS_CALL_0017()); // REG TCs execute(TC_IMS_REG_0002()); //execute(TC_IMS_REG_0003()); // SS TCs //execute(TC_IMS_SS_0006()); } }