Commit ca2ae652 authored by Michele Carignani's avatar Michele Carignani
Browse files

Merge branch 'M1' into 'master'

Changing from specific method (e.g: vPOST) to generic method (e.g: GET) on the…

See merge request mec/MEC-tests!2
parents 48dfa694 681414e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ Package MEC010_2_MEO_MM1_PKGM_BO_BI {
      Expected behaviour
      ensure that {
         when {
            the IUT entity receives a vPOST containing 
            the IUT entity receives a POST containing 
               uri indicating value "/apmi/v1/app_packages",
               "not" authorization,               //Token is mandatory
               body containing
+2 −2
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ Package MEC012_APP_MP1_RNI_SUBS_BO_BI {
      Expected behaviour
      ensure that {
         when {
            the IUT entity receives a vGET containing
            the IUT entity receives a GET containing
               uri indicating value "/rni/v1/subscriptions",
               query_parameters containing
                  subscriptionHref indicating value SUBSCRIPTION_HREF_VALUE,
@@ -114,7 +114,7 @@ Package MEC012_APP_MP1_RNI_SUBS_BO_BI {
      Expected behaviour
      ensure that {
         when {
            the IUT entity receives a vGET containing
            the IUT entity receives a GET containing
               uri indicating value "/rni/v1/subscriptions",
               headers set to vHeadersInvalidToken,                            // Invalid token
               query_parameters containing
+2 −2
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ Package MEC012_APP_MP1_RNI_QUERY_BO_BI {
      Expected behaviour
      ensure that {
         when {
            the IUT entity receives a vGET containing
            the IUT entity receives a GET containing
               uri indicating value "/rni/v1/queries/rab_info",
               "not" authorization,
               query_parameters containing 
@@ -113,7 +113,7 @@ Package MEC012_APP_MP1_RNI_QUERY_BO_BI {
      Expected behaviour
      ensure that {
         when {
            the IUT entity receives a vGET containing
            the IUT entity receives a GET containing
               uri indicating value "/rni/v1/queries/rab_info",
               headers set to vHeadersInvalidToken,
               query_parameters containing 
+2 −2
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ Package MEC012_APP_MP1_RNI_SUB_BO_BI {
      Expected behaviour
      ensure that {
         when {
            the IUT entity receives a vGET containing
            the IUT entity receives a GET containing
               uri indicating value "/rni/v1/subscriptions/{SUBSCRIPTION_ID}",
               "not" authorization
            ; from the MEC_SUB entity
@@ -81,7 +81,7 @@ Package MEC012_APP_MP1_RNI_SUB_BO_BI {
      Expected behaviour
      ensure that {
         when {
            the IUT entity receives a vGET containing
            the IUT entity receives a GET containing
               uri indicating value "/rni/v1/subscriptions/{SUBSCRIPTION_ID}",
               headers set to vHeadersInvalidToken
            ; from the MEC_SUB entity