Commit f7317497 authored by garciay's avatar garciay
Browse files

First test using MMagic and TC_IMS_MESS_0001 TC

parent 8058ccf8
Loading
Loading
Loading
Loading
+14 −10
Original line number Diff line number Diff line
@@ -4,8 +4,12 @@
 *	@desc		This module provides ATS specific test control declarations.
 */
module AtsImsIot_TestControl {
	import from AtsImsIot_TestCases_CALL all;
	//import from AtsImsIot_TestCases_CALL all;
	import from AtsImsIot_TestCases_MESS all;
	import from AtsImsIot_TestCases_REG all;
	import from AtsImsIot_TestCases_SS all;
	//import from AtsImsIot_TestCases_REG all;
	//import from AtsImsIot_TestCases_SS all;

  control {
    execute(TC_IMS_MESS_0001());
  }
}
 No newline at end of file