Commit c141a063 authored by piscione's avatar piscione
Browse files

Minor fix of REGAPPS TPs

parent 0dcb0f04
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ Package MEC_MEC011_SRV_REGAPPS {


   /*
    * Application Service Availability Query (APPSAQ)
    * REGistration APPlicationS (REGAPPS)
    */
   Test Purpose {
      TP Id "TP_MEC_MEC011_SRV_REGAPPS_001_OK_01"
@@ -504,7 +504,7 @@ Package MEC_MEC011_SRV_REGAPPS {
         ensure that {
            when {
               the IUT entity receives a vGET containing
                  uri indicating value "/mec_app_support/v2/registrations/{APP_INSTANCE_ID}";
                  uri indicating value "/mec_app_support/v2/registrations/{NOT_EXISTING_APP_INSTANCE_ID}";
               from the MEC_APP entity
            }
            then {
@@ -589,7 +589,7 @@ Package MEC_MEC011_SRV_REGAPPS {
         ensure that {
            when {
               the IUT entity receives a vPUT containing
                  uri indicating value "/mec_app_support/v2/registrations/{APP_INSTANCE_ID}",
                  uri indicating value "/mec_app_support/v2/registrations/{NOT_EXISTING_APP_INSTANCE_ID}",
                  body containing
                     AppInfo containing
                        appName indicating value APP_NAME,
@@ -674,7 +674,7 @@ Package MEC_MEC011_SRV_REGAPPS {
         ensure that {
            when {
               the IUT entity receives a vDELETE containing
                  uri indicating value "/mec_app_support/v2/registrations/{APP_INSTANCE_ID}";
                  uri indicating value "/mec_app_support/v2/registrations/{NOT_EXISTING_APP_INSTANCE_ID}";
               from the MEC_APP entity
            }
            then {