Commit d5557dfb authored by Yann Garcia's avatar Yann Garcia
Browse files
parent e909c89b
Loading
Loading
Loading
Loading
+22 −16
Original line number Diff line number Diff line
@@ -498,7 +498,7 @@ Package MEC_MEC015_SRV_TM {
         ensure that {
            when {
               the IUT entity receives a vGET containing
                  uri indicating value "bwm/v1/bw_allocations",
                  uri indicating value "bwm/v1/bw_allocations/{allocationId}",
                  query_parameters containing
                    allocationId indicating value BW_ALLOCATION_ID
                  ;
@@ -547,7 +547,7 @@ Package MEC_MEC015_SRV_TM {
         ensure that {
            when {
               the IUT entity receives a vGET containing
                  uri indicating value "bwm/v1/bw_allocations"
                  uri indicating value "bwm/v1/bw_allocations/{allocationId}",
                  query_parameters containing
                    allocationId indicating value BW_UNKNOWN_ALLOCATION_ID
                  ;
@@ -592,14 +592,15 @@ Package MEC_MEC015_SRV_TM {
            when {
               the IUT entity receives a vPUT containing
                  uri indicating value "bwm/v1/bw_allocations/{allocationId}",
                  query_parameters indicating value BW_ALLOCATION_ID,
                  query_parameters containing
                    allocationId indicating value BW_ALLOCATION_ID,
                  body containing
                     bwInfo containing
                        appInsId indicating value APP_INSTANCE_ID,
                        fixedAllocation indicating value SOME_NEW_ALLOCATION,
                        allocationDirection indicating value SOME_DIRECTION
                     ;
                  ;
                  ;;
               ;
               from the MEC_APP entity
            }
@@ -648,14 +649,15 @@ Package MEC_MEC015_SRV_TM {
            when {
               the IUT entity receives a vPUT containing
                  uri indicating value "bwm/v1/bw_allocations/{allocationId}",
                  query_parameters indicating value BW_ALLOCATION_ID,
                  query_parameters containing
                    allocationId indicating value BW_ALLOCATION_ID,
                  body containing
                     bwInfo containing
                        appInsId indicating value APP_INSTANCE_ID,
                        fixedAllocation indicating value SOME_ALLOCATION,
                        allocationDirection indicating value INVALID_DIRECTION
                     ;
                  ;
                  ;;
               ;
               from the MEC_APP entity
            }
@@ -697,14 +699,15 @@ Package MEC_MEC015_SRV_TM {
            when {
               the IUT entity receives a vPUT containing
                  uri indicating value "bwm/v1/bw_allocations/{allocationId}",
                  query_parameters indicating value BW_UNKNOWN_ALLOCATION_ID,
                  query_parameters containing
                    allocationId indicating value BW_UNKNOWN_ALLOCATION_ID,
                  body containing
                     bwInfo containing
                        appInsId indicating value APP_INSTANCE_ID,
                        fixedAllocation indicating value SOME_ALLOCATION,
                        allocationDirection indicating value SOME_DIRECTION
                     ;
                  ;
                  ;;
               ;
               from the MEC_APP entity
            }
@@ -747,14 +750,15 @@ Package MEC_MEC015_SRV_TM {
            when {
               the IUT entity receives a vPATCH containing
                  uri indicating value "bwm/v1/bw_allocations/{allocationId}",
                  query_parameters indicating value BW_ALLOCATION_ID,
                  query_parameters containing
                    allocationId indicating value BW_ALLOCATION_ID,
                  body containing
                     bwInfoDeltas containing
                        appInsId indicating value APP_INSTANCE_ID,
                        fixedAllocation indicating value SOME_ALLOCATION,
                        allocationDirection indicating value SOME_DIRECTION
                     ;
                  ;
                  ;;
               ;
               from the MEC_APP entity
            }
@@ -803,7 +807,8 @@ Package MEC_MEC015_SRV_TM {
            when {
               the IUT entity receives a vPATCH containing
                  uri indicating value "bwm/v1/bw_allocations/{allocationId}",
                  query_parameters indicating value BW_ALLOCATION_ID,
                  query_parameters containing
                    allocationId indicating value BW_ALLOCATION_ID,
                  body containing
                     bwInfo containing
                        appInsId indicating value APP_INSTANCE_ID,
@@ -811,7 +816,7 @@ Package MEC_MEC015_SRV_TM {
                        fixedAllocation indicating value SOME_ALLOCATION,
                        allocationDirection indicating value SOME_DIRECTION
                     ;
                  ;
                  ;;
               ;
               from the MEC_APP entity
            }
@@ -853,14 +858,15 @@ Package MEC_MEC015_SRV_TM {
            when {
               the IUT entity receives a vPATCH containing
                  uri indicating value "bwm/v1/bw_allocations/{allocationId}",
                  query_parameters indicating value BW_UNKNOWN_ALLOCATION_ID,
                  query_parameters containing
                    allocationId indicating value BW_UNKNOWN_ALLOCATION_ID,
                  body containing
                     bwInfo containing
                        appInsId indicating value APP_INSTANCE_ID,
                        fixedAllocation indicating value SOME_ALLOCATION,
                        allocationDirection indicating value SOME_DIRECTION
                     ;
                  ;
                  ;;
               ;
               from the MEC_APP entity
            }
@@ -901,7 +907,7 @@ Package MEC_MEC015_SRV_TM {
         ensure that {
            when {
               the IUT entity receives a vDELETE containing
                  uri indicating value "bwm/v1/bw_allocations",
                  uri indicating value "bwm/v1/bw_allocations/{allocationId}",
                  query_parameters containing
                    allocationId indicating value BW_UNKNOWN_ALLOCATION_ID
                  ;
@@ -945,7 +951,7 @@ Package MEC_MEC015_SRV_TM {
         ensure that {
            when {
               the IUT entity receives a vDELETE containing
                  uri indicating value "bwm/v1/bw_allocations",
                  uri indicating value "bwm/v1/bw_allocations/{allocationId}",
                  query_parameters containing
                    allocationId indicating value BW_UNKNOWN_ALLOCATION_ID
                  ;