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

Bug fixed after NXW review om MEO/MEPM TPs

parent 63e80dd5
Loading
Loading
Loading
Loading
+17 −9
Original line number Original line Diff line number Diff line
@@ -43,6 +43,7 @@ Package MEC_MEC010p2_MEO_PKGM {
         then {
         then {
            the IUT entity sends a HTTP_RESPONSE containing
            the IUT entity sends a HTTP_RESPONSE containing
               status set to "201 Created",
               status set to "201 Created",
               Location indicating value any_value,
               body containing 
               body containing 
                  AppPkgInfo containing
                  AppPkgInfo containing
                    id set to any_value,
                    id set to any_value,
@@ -90,8 +91,11 @@ Package MEC_MEC010p2_MEO_PKGM {
            the IUT entity receives a vPOST containing 
            the IUT entity receives a vPOST containing 
               uri indicating value "/app_pkgm/v1/app_packages",
               uri indicating value "/app_pkgm/v1/app_packages",
               body containing
               body containing
                  AppPkg containing
                  CreateAppPkg containing
                     not appPkgName
                     appPkgName set to "",
                     appPkgVersion set to APP_PKG_VERSION,
                     checksum set to CHECKSUM,
                     appPkgPath set to APP_PKG_PATH
                  ;
                  ;
               ;
               ;
            ; from the MEC_OSS entity
            ; from the MEC_OSS entity
@@ -108,7 +112,7 @@ Package MEC_MEC010p2_MEO_PKGM {
      TP Id "TP_MEC_MEC010p2_MEO_PKGM_002_01_OK"
      TP Id "TP_MEC_MEC010p2_MEO_PKGM_002_01_OK"
      
      
      Test objective 
      Test objective 
         "Check that MEO returns the list of App Packages when requested - Note 3"
         "Check that MEO returns the list of App packages when requested - Note 3"
      
      
      Reference
      Reference
          "ETSI GS MEC 010-2 2.2.1, clause 7.3.1.3.2",
          "ETSI GS MEC 010-2 2.2.1, clause 7.3.1.3.2",
@@ -168,7 +172,7 @@ Package MEC_MEC010p2_MEO_PKGM {
      TP Id "TP_MEC_MEC010p2_MEO_PKGM_002_02_OK"
      TP Id "TP_MEC_MEC010p2_MEO_PKGM_002_02_OK"
      
      
      Test objective 
      Test objective 
         "Check that MEO returns the list of on-boarded App Packages when requested - Note 3"
         "Check that MEO returns the list of on-boarded packages when requested - Note 3"
      
      
      Reference
      Reference
          "ETSI GS MEC 010-2 2.2.1, clause 7.3.1.3.2",
          "ETSI GS MEC 010-2 2.2.1, clause 7.3.1.3.2",
@@ -320,7 +324,7 @@ Package MEC_MEC010p2_MEO_PKGM {
       TP Id "TP_MEC_MEC010p2_MEO_PKGM_003_02_OK"
       TP Id "TP_MEC_MEC010p2_MEO_PKGM_003_02_OK"
       
       
      Test objective 
      Test objective 
          "Check that MEO returns the an App Package when requested - Note 3"
          "Check that MEO returns the an on-boarded package when requested - Note 3"
      
      
      Reference
      Reference
          "ETSI GS MEC 010-2 2.2.1, clause 7.3.2.3.2",
          "ETSI GS MEC 010-2 2.2.1, clause 7.3.2.3.2",
@@ -717,9 +721,13 @@ Package MEC_MEC010p2_MEO_PKGM {
                  status set to "200 OK",
                  status set to "200 OK",
                  body containing
                  body containing
                      AppPkgSubscriptionLinkList containing
                      AppPkgSubscriptionLinkList containing
                          AppPkgSubscriptionInfo containing
                              links containing
                                  self indicating value any_value,
                                  subscriptions containing
                                  subscriptions containing
                              _links containing
                                      href set to "/app_pkgm/v1/subscriptions/{SUBSCRIPTION_ID}",
                                  self set to "/app_pkgm/v1/subscriptions/{SUBSCRIPTION_ID}"
                                      subscriptionType indicating value any_value
                                  ;
                              ;
                              ;
                          ;
                          ;
                      ;
                      ;
@@ -1244,7 +1252,7 @@ Package MEC_MEC010p2_MEO_PKGM {
      TP Id "TP_MEC_MEC010p2_MEO_PKGM_013_NF"
      TP Id "TP_MEC_MEC010p2_MEO_PKGM_013_NF"
      
      
      Test objective 
      Test objective 
          "Check that MEO accepts application package when submitted"
          "Check that MEO service sends an error when it receives a query to accept an application package with a wrong identifier"
      
      
      Reference
      Reference
          "ETSI GS MEC 010-2 2.2.1, clause 7.3.7.3.3",
          "ETSI GS MEC 010-2 2.2.1, clause 7.3.7.3.3",
+8 −7
Original line number Original line Diff line number Diff line
@@ -441,11 +441,12 @@ Package MEC_MEC010p2_MEPM_PKGM {
                  body containing
                  body containing
                      AppPkgSubscriptionInfoList containing
                      AppPkgSubscriptionInfoList containing
                          AppPkgSubscriptionInfo containing
                          AppPkgSubscriptionInfo containing
                              subscriptionId set to SUBSCRIPTION_ID,
                              links containing
                              subscriptionType set to any_value,
                                  self indicating value any_value,
                              callbackUri set to any_value,
                                  subscriptions containing
                              _links containing
                                      href set to "/app_pkgm/v1/subscriptions/{SUBSCRIPTION_ID}",
                                  self set to "/app_pkgm/v1/subscriptions/{SUBSCRIPTION_ID}"
                                      subscriptionType indicating value any_value
                                  ;
                              ;
                              ;
                          ;
                          ;
                      ;
                      ;
@@ -705,7 +706,7 @@ Package MEC_MEC010p2_MEPM_PKGM {
      TP Id "TP_MEC_MEC010p2_MEPM_PKGM_009_OK"
      TP Id "TP_MEC_MEC010p2_MEPM_PKGM_009_OK"
      
      
      Test objective 
      Test objective 
          "Check that MEPM returns the Application Descriptor contained on a on-boarded Application Package when requested"
          "Check that MEPM returns the Application Descriptor contained on an on-boarded Application Package when requested"
      
      
      Reference
      Reference
          "ETSI GS MEC 010-2 2.2.1, clause 7.3.6.3.2",
          "ETSI GS MEC 010-2 2.2.1, clause 7.3.6.3.2",
@@ -975,7 +976,7 @@ Package MEC_MEC010p2_MEPM_PKGM {
      TP Id "TP_MEC_MEC010p2_MEPM_PKGM_012_02_NF"
      TP Id "TP_MEC_MEC010p2_MEPM_PKGM_012_02_NF"
      
      
      Test objective 
      Test objective 
          "Check that MEPM fetches the on-boarded application package content identified by appDId when requested"
          "Check that MEPM service sends an error when it receives a query with an application package with a wrong identifier"
      
      
      Reference
      Reference
          "ETSI GS MEC 010-2 2.2.1, clause 7.3.7.3.2"
          "ETSI GS MEC 010-2 2.2.1, clause 7.3.7.3.2"