Commit 8cfd0ec2 authored by piscione's avatar piscione
Browse files

Minor fixes on MEC014v3.1.1 TPs.

parent c4443aa6
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -29,8 +29,8 @@ Package MEC_MEC014_SRV_UETAG {
      "Check that the IUT responds with the information on a UE Identity tag
      when queried by a MEC Application"

      Reference "ETSI GS MEC 014 3.1.1, clause 7.3.3.1",
      			"ETSI GS MEC 014 3.1.1, clause 6.2.2"
      Reference "ETSI GS MEC 014 3.1.1, clause 6.2.2",
      			"ETSI GS MEC 014 3.1.1, clause 7.3.3.1"
      
      Config Id Config_MEC_1
   
@@ -48,7 +48,7 @@ Package MEC_MEC014_SRV_UETAG {
         ensure that {
            when {
               the IUT entity receives a vGET containing
                  uri indicating value "/ui/v1/{APP_INSTANCE_ID}/ue_identity_tag_info",
                  uri indicating value "ui/v1/{APP_INSTANCE_ID}/ue_identity_tag_info",
                  query_parameters containing
                     ueIdentityTag indicating value UE_IDENTITY_TAG
                  ;
@@ -104,7 +104,7 @@ Package MEC_MEC014_SRV_UETAG {
                  uri indicating value "ui/v1/{APP_INSTANCE_ID}/ue_identity_tag_info",
                  query_parameters containing
                     // Wrong parameter name should trigger an error response.
                     ueTag indicating value UE_IDENTITY_TAG
                     ueTag indicating value UE_IDENTITY_TAG //The query param. should be ueIdentityTag and not ueTag
                  ;
               ;
               from the MEC_APP entity
@@ -171,8 +171,8 @@ Package MEC_MEC014_SRV_UETAG {
         "Check that the IUT registers a tag (representing a UE) or a list of tags
         when commanded by a MEC Application"

      Reference "ETSI GS MEC 014 3.1.1, clause 7.3.3.2",
      			"ETSI GS MEC 014 3.1.1, clause 6.2.2"
      Reference "ETSI GS MEC 014 3.1.1, clause 6.2.2",
      			"ETSI GS MEC 014 3.1.1, clause 7.3.3.2"
      			 
      Config Id Config_MEC_1

@@ -232,8 +232,8 @@ Package MEC_MEC014_SRV_UETAG {
         "Check that the IUT responds with an error when
         an unauthorised request is sent by a MEC Application"

      Reference "ETSI GS MEC 014 3.1.1, clause 7.3.3.2",
      			"ETSI GS MEC 014 3.1.1, clause 6.2.2"
      Reference "ETSI GS MEC 014 3.1.1, clause 6.2.2",
      			"ETSI GS MEC 014 3.1.1, clause 7.3.3.2"
      			
      Config Id Config_MEC_1