Commit b58a1a80 authored by Yann Garcia's avatar Yann Garcia
Browse files

Review and enhanced Granting ATS

parent f6b9332f
Loading
Loading
Loading
Loading
+134 −133
Original line number Diff line number Diff line
@@ -71,7 +71,8 @@ Package MEC_MEC010p2_MEO_GRANT_BI {

      Initial conditions  with {
         the IUT entity having a app_instance containing
            appInstanceID indicating value APP_INSTANCE_ID;
            appInstanceID indicating value APP_INSTANCE_ID
        ;
      }

      Expected behaviour
@@ -84,8 +85,8 @@ Package MEC_MEC010p2_MEO_GRANT_BI {
                     appInstanceId set to APP_INSTANCE_ID,
                     appLcmOpOccId set to any_value,
                     appDId set to any_value,
                     operationERROR set to OPERATION_TYPE   //parameter should be named operation not operationType
                     attribute _links
                     operationERROR set to OPERATION_TYPE,   //parameter should be named operation not operationType
                     _links
                  ;
               ;
            ; from the MEPM entity
+294 −293
Original line number Diff line number Diff line
@@ -55,7 +55,8 @@ Package MEC_MEC010p2_MEO_GRANT_BV {
                     _links
                  ;
               ;
            ; to the MEPM entity
            ;;
            to the MEPM entity
         }
      }
   }
@@ -98,7 +99,6 @@ Package MEC_MEC010p2_MEO_GRANT_BV {
               status set to "201 Created",
               headers containing 
                  Location set to "/granting/v1/grants/{GRANTING_ID}"
               ;
               body containing 
                  Grant containing
                     id set to any_value,
@@ -107,7 +107,8 @@ Package MEC_MEC010p2_MEO_GRANT_BV {
                     _links
                  ;
               ;
            ; to the MEPM entity
            ;;
            to the MEPM entity
         }
      }
   }