From 8809fe8c1b9154b236e97878aacd5c444416d3a2 Mon Sep 17 00:00:00 2001 From: garciay <yann.garcia@fscom.fr> Date: Mon, 17 Aug 2020 10:29:32 +0200 Subject: [PATCH] Create OneM2M_Testcases_AE_Release_4 TTCN-3 module --- OneM2M_Testcases_AE_Release_4.ttcn | 89 ++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 OneM2M_Testcases_AE_Release_4.ttcn diff --git a/OneM2M_Testcases_AE_Release_4.ttcn b/OneM2M_Testcases_AE_Release_4.ttcn new file mode 100644 index 0000000..214ad2c --- /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 + +} -- GitLab