From ee5420df02b5efec11d64826fa4f50b2c59deb75 Mon Sep 17 00:00:00 2001 From: Giacomo Bernini Date: Wed, 11 Mar 2020 13:20:27 +0100 Subject: [PATCH] fixed some edithelp issues --- SOL002/VNFLifecycleManagement-API/IndividualSubscription.robot | 2 +- SOL003/VNFLifecycleManagement-API/CancelOperationWorkflow.robot | 2 +- .../ChangeExternalVNFConnectivityTask.robot | 2 +- SOL003/VNFLifecycleManagement-API/IndividualSubscription.robot | 2 +- SOL003/VNFLifecycleManagement-API/ScaleVNFWorkflow.robot | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SOL002/VNFLifecycleManagement-API/IndividualSubscription.robot b/SOL002/VNFLifecycleManagement-API/IndividualSubscription.robot index 3bf22128..77ec9c3d 100644 --- a/SOL002/VNFLifecycleManagement-API/IndividualSubscription.robot +++ b/SOL002/VNFLifecycleManagement-API/IndividualSubscription.robot @@ -21,7 +21,7 @@ POST Individual Subscription - Method not implemented GET Individual Subscription [Documentation] Test ID: 6.3.5.18.2 ... Test title: GET Individual Subscription - ... Test objective: The objective is Get the an individual subscription + ... Test objective: The objective is to test the Get individual subscription ... Pre-conditions: none ... Reference: clause 5.4.19.3.2 - ETSI GS NFV-SOL 002 [2] v2.4.1 ... Config ID: Config_prod_VE diff --git a/SOL003/VNFLifecycleManagement-API/CancelOperationWorkflow.robot b/SOL003/VNFLifecycleManagement-API/CancelOperationWorkflow.robot index db97a055..4b72f088 100644 --- a/SOL003/VNFLifecycleManagement-API/CancelOperationWorkflow.robot +++ b/SOL003/VNFLifecycleManagement-API/CancelOperationWorkflow.robot @@ -19,7 +19,7 @@ Cancel a VNF LCM Operation - STARTING [Documentation] Test ID: 7.3.1.19.1 ... Test title: Cancel a VNF LCM Operation - STARTING ... Test objective: The objective is to test the workflow for Cancelling a VNF LCM Operation being in the STARTING state - ... Pre-conditions: The VNF lifecycle management operation occurrence is in STARTING state. NFVO is subscribed to VNF LCM Operation Occurrence notifications (Test ID: 5.4.20.1) + ... Pre-conditions: The VNF lifecycle management operation occurrence is in STARTING state. NFVO is subscribed to VNF LCM Operation Occurrence notifications (Test ID 5.4.20.1) ... Reference: clause 5.4.17 - ETSI GS NFV-SOL 003 [1] v2.4.1 ... Config ID: Config_prod_VNFM ... Applicability: NFVO is able to receive notifications from VNFM diff --git a/SOL003/VNFLifecycleManagement-API/ChangeExternalVNFConnectivityTask.robot b/SOL003/VNFLifecycleManagement-API/ChangeExternalVNFConnectivityTask.robot index 3f4f9332..4f03b967 100644 --- a/SOL003/VNFLifecycleManagement-API/ChangeExternalVNFConnectivityTask.robot +++ b/SOL003/VNFLifecycleManagement-API/ChangeExternalVNFConnectivityTask.robot @@ -11,7 +11,7 @@ Library JSONSchemaLibrary schemas/ POST Change external VNF connectivity [Documentation] Test ID: 7.3.1.10.1 ... Test title: POST Change external VNF connectivity - ... Test objective: The objective is to test that POST method trigger a change in VNF external connectivity. Supported types of changes that this operation are: 1. Disconnect the external CPs that are connected to a particular external VL, and connect them to a different external VL. 2. Change the connectivity parameters of the existing external CPs, including changing addresses. + ... Test objective: The objective is to test that POST method trigger a change in VNF external connectivity ... Pre-conditions: none ... Reference: clause 5.4.11.3.1 - ETSI GS NFV-SOL 003 [1] v2.4.1 ... Config ID: Config_prod_VNFM diff --git a/SOL003/VNFLifecycleManagement-API/IndividualSubscription.robot b/SOL003/VNFLifecycleManagement-API/IndividualSubscription.robot index 4ee9d84d..e1e9c8f8 100644 --- a/SOL003/VNFLifecycleManagement-API/IndividualSubscription.robot +++ b/SOL003/VNFLifecycleManagement-API/IndividualSubscription.robot @@ -22,7 +22,7 @@ POST Individual Subscription - Method not implemented GET Individual Subscription [Documentation] Test ID: 7.3.1.18.2 ... Test title: GET Individual Subscription - ... Test objective: The objective is Get the an individual subscription + ... Test objective: The objective is to test the Get individual subscription ... Pre-conditions: none ... Reference: clause 5.4.19.3.2 - ETSI GS NFV-SOL 003 [1] v2.4.1 ... Config ID: Config_prod_VNFM diff --git a/SOL003/VNFLifecycleManagement-API/ScaleVNFWorkflow.robot b/SOL003/VNFLifecycleManagement-API/ScaleVNFWorkflow.robot index b71b2c6a..3b463f3c 100644 --- a/SOL003/VNFLifecycleManagement-API/ScaleVNFWorkflow.robot +++ b/SOL003/VNFLifecycleManagement-API/ScaleVNFWorkflow.robot @@ -17,7 +17,7 @@ VNF Instance Scale Out [Documentation] Test ID: 7.3.1.32 ... Test title: VNF Instance Scale Out workflow ... Test objective: The objective is to test the workflow for the scaling out a VNF instance - ... Pre-conditions: VNF instance in INSTANTIATED state (Test ID: 5.4.4.1). NFVO is subscribed to VNF LCM Operation Occurrence notifications (Test ID: 5.4.20.1) + ... Pre-conditions: VNF instance in INSTANTIATED state (Test ID 5.4.4.1). NFVO is subscribed to VNF LCM Operation Occurrence notifications (Test ID 5.4.20.1) ... Reference: clause 5.4.5 - ETSI GS NFV-SOL 003 [1] v2.4.1 ... Config ID: Config_prod_VNFM ... Applicability: NFVO is able to receive notifications from VNFM. Scale operation is supported for the VNF (as capability in the VNFD) -- GitLab