From 681414e1057fdff758dd488b4803aba5d772b6b4 Mon Sep 17 00:00:00 2001 From: Elian Kraja Date: Mon, 3 Dec 2018 14:52:02 +0100 Subject: [PATCH] Changing from specific method (e.g: vPOST) to generic method (e.g: GET) on the invalid behaviours, regarding failed authentications --- Test Purposes/App/Mm1/AppPackageMgmt/AppPkgMgt2_BO-BI.tplan2 | 2 +- Test Purposes/App/Mp1/Rnis/RnisAllSubscriptions_BO_BI.tplan2 | 4 ++-- Test Purposes/App/Mp1/Rnis/RnisRabQuery_BO_BI.tplan2 | 4 ++-- .../App/Mp1/Rnis/RnisSpecificSubscription_BO_BI.tplan2 | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Test Purposes/App/Mm1/AppPackageMgmt/AppPkgMgt2_BO-BI.tplan2 b/Test Purposes/App/Mm1/AppPackageMgmt/AppPkgMgt2_BO-BI.tplan2 index 043764e..2c607ae 100644 --- a/Test Purposes/App/Mm1/AppPackageMgmt/AppPkgMgt2_BO-BI.tplan2 +++ b/Test Purposes/App/Mm1/AppPackageMgmt/AppPkgMgt2_BO-BI.tplan2 @@ -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 diff --git a/Test Purposes/App/Mp1/Rnis/RnisAllSubscriptions_BO_BI.tplan2 b/Test Purposes/App/Mp1/Rnis/RnisAllSubscriptions_BO_BI.tplan2 index c56b618..9b51145 100644 --- a/Test Purposes/App/Mp1/Rnis/RnisAllSubscriptions_BO_BI.tplan2 +++ b/Test Purposes/App/Mp1/Rnis/RnisAllSubscriptions_BO_BI.tplan2 @@ -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 diff --git a/Test Purposes/App/Mp1/Rnis/RnisRabQuery_BO_BI.tplan2 b/Test Purposes/App/Mp1/Rnis/RnisRabQuery_BO_BI.tplan2 index 8915adc..10def08 100644 --- a/Test Purposes/App/Mp1/Rnis/RnisRabQuery_BO_BI.tplan2 +++ b/Test Purposes/App/Mp1/Rnis/RnisRabQuery_BO_BI.tplan2 @@ -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 diff --git a/Test Purposes/App/Mp1/Rnis/RnisSpecificSubscription_BO_BI.tplan2 b/Test Purposes/App/Mp1/Rnis/RnisSpecificSubscription_BO_BI.tplan2 index bd13d0a..f4f8268 100644 --- a/Test Purposes/App/Mp1/Rnis/RnisSpecificSubscription_BO_BI.tplan2 +++ b/Test Purposes/App/Mp1/Rnis/RnisSpecificSubscription_BO_BI.tplan2 @@ -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 -- GitLab