From 18c90d5fb63804bb154587acecb481f37ff9f916 Mon Sep 17 00:00:00 2001 From: Giacomo Bernini <g.bernini@nextworks.it> Date: Mon, 6 May 2019 15:03:53 +0200 Subject: [PATCH] addressed comments for TST contribs 94 and 96 --- SOL002/VNFPerformanceManagement-API/Subscriptions.robot | 6 +++--- .../VNFPerformanceManagementKeywords.robot | 2 +- SOL003/VNFPerformanceManagement-API/Subscriptions.robot | 6 +++--- .../VNFPerformanceManagementKeywords.robot | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/SOL002/VNFPerformanceManagement-API/Subscriptions.robot b/SOL002/VNFPerformanceManagement-API/Subscriptions.robot index ecf9cd79..c09dd030 100644 --- a/SOL002/VNFPerformanceManagement-API/Subscriptions.robot +++ b/SOL002/VNFPerformanceManagement-API/Subscriptions.robot @@ -84,17 +84,17 @@ Create duplicated VNF Performance subscription with VNFM not creating duplicated [Tags] no-duplicated-subs [Documentation] Test ID 6.3.3.6.6 ... Test title: Create duplicated VNF Performance subscription with VNFM not creating duplicated subscriptions - ... Test objective: The objective is to test the creation of a duplicated VNF performance subscription and check that no new subscription is created + ... Test objective: The objective is to test the attempt of a creation of a duplicated VNF performance subscription and check that no new subscription is created by the VNFM and a link to the original subscription is returned ... Pre-conditions: A VNF instance is instantiated. At least one VNF performance subscription is available in the VNFM. ... Reference: section 6.4.7.3.1 - SOL002 v2.4.1 ... Config ID: Config_prod_VNFM ... Applicability: The VNFM does not support the creation of duplicated subscriptions - ... Post-Conditions: The existing VNF performance subscription returned is set and it is valid + ... Post-Conditions: The existing VNF performance subscription returned is available in the VNFM Send Post Request for Duplicated VNF Performance Subscription Check HTTP Response Status Code Is 303 Check HTTP Response Body Is Empty Check HTTP Response Header Contains Location - Check Postcondition Subscription Resource URI Returned in Location Header Is Valid + Check Postcondition Subscription Resource Returned in Location Header Is Available Create duplicated VNF Performance subscription with VNFM creating duplicated subscriptions [Tags] duplicated-subs diff --git a/SOL002/VNFPerformanceManagement-API/VNFPerformanceManagementKeywords.robot b/SOL002/VNFPerformanceManagement-API/VNFPerformanceManagementKeywords.robot index a7c7ade1..9a568a93 100644 --- a/SOL002/VNFPerformanceManagement-API/VNFPerformanceManagementKeywords.robot +++ b/SOL002/VNFPerformanceManagement-API/VNFPerformanceManagementKeywords.robot @@ -300,7 +300,7 @@ Check Postcondition VNF Performance Subscription Is Set Set Suite Variable ${response} ${output} Check HTTP Response Status Code Is 200 -Check Postcondition Subscription Resource URI Returned in Location Header Is Valid +Check Postcondition Subscription Resource Returned in Location Header Is Available Log Going to check postcondition GET ${response.headers['Location']} Integer response status 200 diff --git a/SOL003/VNFPerformanceManagement-API/Subscriptions.robot b/SOL003/VNFPerformanceManagement-API/Subscriptions.robot index be0ea492..e4c91047 100644 --- a/SOL003/VNFPerformanceManagement-API/Subscriptions.robot +++ b/SOL003/VNFPerformanceManagement-API/Subscriptions.robot @@ -84,17 +84,17 @@ Create duplicated VNF Performance subscription with VNFM not creating duplicated [Tags] no-duplicated-subs [Documentation] Test ID 7.3.4.6.6 ... Test title: Create duplicated VNF Performance subscription with VNFM not creating duplicated subscriptions - ... Test objective: The objective is to test the creation of a duplicated VNF performance subscription and check that no new subscription is created + ... Test objective: The objective is to test the attempt of a creation of a duplicated VNF performance subscription and check that no new subscription is created by the VNFM and a link to the original subscription is returned ... Pre-conditions: A VNF instance is instantiated. At least one VNF performance subscription is available in the VNFM. ... Reference: section 6.4.7.3.1 - SOL003 v2.4.1 ... Config ID: Config_prod_VNFM ... Applicability: The VNFM does not support the creation of duplicated subscriptions - ... Post-Conditions: The existing VNF performance subscription returned is set and it is valid + ... Post-Conditions: The existing VNF performance subscription returned is available in the VNFM Send Post Request for Duplicated VNF Performance Subscription Check HTTP Response Status Code Is 303 Check HTTP Response Body Is Empty Check HTTP Response Header Contains Location - Check Postcondition Subscription Resource URI Returned in Location Header Is Valid + Check Postcondition Subscription Resource Returned in Location Header Is Available Create duplicated VNF Performance subscription with VNFM creating duplicated subscriptions [Tags] duplicated-subs diff --git a/SOL003/VNFPerformanceManagement-API/VNFPerformanceManagementKeywords.robot b/SOL003/VNFPerformanceManagement-API/VNFPerformanceManagementKeywords.robot index fc50b933..4e3f7598 100644 --- a/SOL003/VNFPerformanceManagement-API/VNFPerformanceManagementKeywords.robot +++ b/SOL003/VNFPerformanceManagement-API/VNFPerformanceManagementKeywords.robot @@ -301,7 +301,7 @@ Check Postcondition VNF Performance Subscription Is Set Set Suite Variable ${response} ${output} Check HTTP Response Status Code Is 200 -Check Postcondition Subscription Resource URI Returned in Location Header Is Valid +Check Postcondition Subscription Resource Returned in Location Header Is Available Log Going to check postcondition Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization": "${AUTHORIZATION}"} GET ${response.headers['Location']} -- GitLab