diff --git a/OneM2M_Testcases_AE_Release_4.ttcn b/OneM2M_Testcases_AE_Release_4.ttcn new file mode 100644 index 0000000000000000000000000000000000000000..214ad2c4abcfeab006047cab3e59b4952fb6c16f --- /dev/null +++ b/OneM2M_Testcases_AE_Release_4.ttcn @@ -0,0 +1,89 @@ +/** + * Copyright Notification + * No part of this document may be reproduced, in an electronic retrieval system or otherwise, except as authorized by written permission. + * The copyright and the foregoing restriction extend to reproduction in all media. + * © 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). + * All rights reserved. + * + * @author oneM2M/ETSI + * @desc Module containing test cases for oneM2M + * + */ +module OneM2M_Testcases_AE_Release_3 { + + import from OneM2M_TestSystem all; + import from OneM2M_Templates all; + import from OneM2M_Types all; + import from OneM2M_Types_homeDevice all; + import from OneM2M_TypesAndValues all; + import from OneM2M_Pixits all; + import from OneM2M_Pics all; + import from OneM2M_Functions all; + import from OneM2M_PermutationFunctions all; + import from XSD all; + + group AE { + + group HAIM { + } //end group HAIM + + group Security { + + group authentication { + + group ESPrim { + + group Notify { + } //end group Notify + + group Retrieve { + } //end group Retrieve + + } //end group ESCertKE + + group ESCertKE { + + group Notify { + } //end group Notify + + } //end group ESCertKE + + } // End of group authentication + + group authorization { + + group Impersonation_Prevention { + + } + + group Dynamic_Authorization { + + group Direct_Dynamic_Authorization { + + }//end group DirectDynamic_Authorization + + group Indirect_Dynamic_Authorization { + + }//end group IndirectDynamic_Authorization + + }//end group Dynamic_Authorization + + group Indirect_Dynamic_Authorization { + + }//end group Indirect_Dynamic_Authorization + + group Json_Web_Token { + + }//end group Json_Web_Token + + group Distributed_Authorization { + + }//end group Distributed_Authorization + + } // End of group authorization + + }//end group Security + + }//end group AE + +}