From 64074d5d78ce581a5a02fbc4d412e83ba8eb075b Mon Sep 17 00:00:00 2001 From: hammad zafar <hammad.zafar@xflowresearch.com> Date: Fri, 5 Mar 2021 14:39:30 +0500 Subject: [PATCH] minor fix in documentation --- .../IndividualVNFSnapshot.robot | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SOL002/VNFLifecycleManagement-API/IndividualVNFSnapshot.robot b/SOL002/VNFLifecycleManagement-API/IndividualVNFSnapshot.robot index 15645a48..d9713696 100644 --- a/SOL002/VNFLifecycleManagement-API/IndividualVNFSnapshot.robot +++ b/SOL002/VNFLifecycleManagement-API/IndividualVNFSnapshot.robot @@ -53,15 +53,15 @@ PUT Individual VNF Snapshot - Method not implemented PUT individual VNF Snapshot Check HTTP Response Status Code Is 405 -PATCH Individual VNF Snapshot - Method Not Allowed +PATCH Individual VNF Snapshot - Method not implemented [Documentation] Test ID: 6.3.5.26.5 - ... Test title: PATCH Individual VNF Snapshot - ... Test objective: This method modifies an individual VNF Snapshot resource + ... Test title: PATCH Individual VNF Snapshot - Method not implemented + ... Test objective: The objective is to test that PATCH method is not implemented ... Pre-conditions: none ... Reference: Clause 5.4.24.3.4 - ETSI GS NFV-SOL 002 [2] v3.3.1 ... Config ID: Config_prod_VE ... Applicability: none - ... Post-Conditions: VNF Snapshot modified + ... Post-Conditions: none PATCH individual VNF Snapshot Check HTTP Response Status Code Is 405 -- GitLab