From bf870e67b30daa981a6c08ef9afbd4e45200ca7f Mon Sep 17 00:00:00 2001 From: Giacomo Bernini Date: Wed, 11 Mar 2020 12:18:44 +0100 Subject: [PATCH] replace Instatiate with Instantiate --- .../IndividualNSInstance.robot | 2 +- .../InstanciateNSTaskWorkflow.robot | 2 +- .../InstantiateNSTask.robot | 14 +++++++------- .../NSLCMOperationKeywords.robot | 2 +- SOL005/NSLifecycleManagement-API/ScaleNSTask.robot | 2 +- .../NSLifecycleManagement-API/Subscriptions.robot | 8 ++++---- .../TerminateNSTask.robot | 2 +- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/SOL005/NSLifecycleManagement-API/IndividualNSInstance.robot b/SOL005/NSLifecycleManagement-API/IndividualNSInstance.robot index e37a3519..cf7f9f22 100644 --- a/SOL005/NSLifecycleManagement-API/IndividualNSInstance.robot +++ b/SOL005/NSLifecycleManagement-API/IndividualNSInstance.robot @@ -72,7 +72,7 @@ DELETE Individual NSInstance DELETE Individual NSInstance Conflict [Documentation] Test ID: 5.3.2.2.6 ... Test title: DELETE Individual NSInstance Conflict - ... Test objective: The objective is to test that DELETE method can't delete an INSTANTIATED NS instance + ... Test objective: The objective is to test that DELETE method cannot delete an INSTANTIATED NS instance ... Pre-conditions: one instance of a NS in INSTANTIATED state ... Reference: clause 6.4.3.3.5 - ETSI GS NFV-SOL 005 [3] v2.4.1 ... Config ID: Config_prod_NFVO diff --git a/SOL005/NSLifecycleManagement-API/InstanciateNSTaskWorkflow.robot b/SOL005/NSLifecycleManagement-API/InstanciateNSTaskWorkflow.robot index cfedff17..f5a94ada 100644 --- a/SOL005/NSLifecycleManagement-API/InstanciateNSTaskWorkflow.robot +++ b/SOL005/NSLifecycleManagement-API/InstanciateNSTaskWorkflow.robot @@ -20,7 +20,7 @@ Instantiate Flow of NS lifecycle management operations ... Post-Conditions: the resource is in INSTANTIATED state Check resource existance Check resource not_instantiated - POST Instatiate nsInstance + POST Instantiate nsInstance Check HTTP Response Status Code Is 202 Check Operation Occurrence Id Check Operation Notification Status is START diff --git a/SOL005/NSLifecycleManagement-API/InstantiateNSTask.robot b/SOL005/NSLifecycleManagement-API/InstantiateNSTask.robot index 20dcb1e5..cdc9caa9 100644 --- a/SOL005/NSLifecycleManagement-API/InstantiateNSTask.robot +++ b/SOL005/NSLifecycleManagement-API/InstantiateNSTask.robot @@ -17,7 +17,7 @@ POST Instantiate a nsInstance ... Config ID: Config_prod_NFVO ... Applicability: none ... Post-Conditions: The NS instance is instantiated on the NFVO - POST Instatiate nsInstance + POST Instantiate nsInstance Check HTTP Response Status Code Is 202 Check HTTP Response Header Contains Location Check resource INSTANTIATED @@ -25,13 +25,13 @@ POST Instantiate a nsInstance POST Instantiate a nsInstance Conflict [Documentation] Test ID: 5.3.2.3.2 ... Test title: POST Instantiate a nsInstance Conflict - ... Test objective: The objective is to test that the operation can't be performed due to a conflict with the state of resource (i.e. the resource is in INSTANTIATED state) + ... Test objective: The objective is to test that the operation cannot be performed due to a conflict with the state of resource (i.e. the resource is in INSTANTIATED state) ... Pre-conditions: resource is in INSTANTIATED state ... Reference: clause 6.4.4.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1 ... Config ID: Config_prod_NFVO ... Applicability: none ... Post-Conditions: The NS instance is not instantiated on the NFVO - POST Instatiate nsInstance + POST Instantiate nsInstance Check HTTP Response Status Code Is 409 Check HTTP Response Body Json Schema Is ProblemDetails Check resource not_instantiated @@ -39,7 +39,7 @@ POST Instantiate a nsInstance Conflict GET Instantiate NSInstance - Method not implemented [Documentation] Test ID: 5.3.2.3.3 ... Test title: GET Instantiate NSInstance - Method not implemented - ... Test objective: The objective is to test that the operation can't be performed due because method is not implemented + ... Test objective: The objective is to test that the operation cannot be performed due because method is not implemented ... Pre-conditions: none ... Reference: clause 6.4.4.3.2 - ETSI GS NFV-SOL 005 [3] v2.4.1 ... Config ID: Config_prod_NFVO @@ -51,7 +51,7 @@ GET Instantiate NSInstance - Method not implemented PUT Instantiate NSInstance - Method not implemented [Documentation] Test ID: 5.3.2.3.4 ... Test title: PUT Instantiate NSInstance - Method not implemented - ... Test objective: The objective is to test that the operation can't be performed due because method is not implemented + ... Test objective: The objective is to test that the operation cannot be performed due because method is not implemented ... Pre-conditions: none ... Reference: clause 6.4.4.3.3 - ETSI GS NFV-SOL 005 [3] v2.4.1 ... Config ID: Config_prod_NFVO @@ -63,7 +63,7 @@ PUT Instantiate NSInstance - Method not implemented PATCH Instantiate NSInstance - Method not implemented [Documentation] Test ID: 5.3.2.3.5 ... Test title: PATCH Instantiate NSInstance - Method not implemented - ... Test objective: The objective is to test that the operation can't be performed due because method is not implemented + ... Test objective: The objective is to test that the operation cannot be performed due because method is not implemented ... Pre-conditions: none ... Reference: clause 6.4.4.3.4 - ETSI GS NFV-SOL 005 [3] v2.4.1 ... Config ID: Config_prod_NFVO @@ -75,7 +75,7 @@ PATCH Instantiate NSInstance - Method not implemented DELETE Instantiate NSInstance - Method not implemented [Documentation] Test ID: 5.3.2.3.6 ... Test title: DELETE Instantiate NSInstance - Method not implemented - ... Test objective: The objective is to test that the operation can't be performed due because method is not implemented + ... Test objective: The objective is to test that the operation cannot be performed due because method is not implemented ... Pre-conditions: none ... Reference: clause 6.4.4.3.5 - ETSI GS NFV-SOL 005 [3] v2.4.1 ... Config ID: Config_prod_NFVO diff --git a/SOL005/NSLifecycleManagement-API/NSLCMOperationKeywords.robot b/SOL005/NSLifecycleManagement-API/NSLCMOperationKeywords.robot index f7efbbe3..f068107b 100644 --- a/SOL005/NSLifecycleManagement-API/NSLCMOperationKeywords.robot +++ b/SOL005/NSLifecycleManagement-API/NSLCMOperationKeywords.robot @@ -355,7 +355,7 @@ GET Instantiate NSInstance ${outputResponse}= Output response Set Global Variable @{response} ${outputResponse} - POST Instatiate nsInstance + POST Instantiate nsInstance Log Trying to Instantiate a ns Instance Set Headers {"Accept":"${ACCEPT}"} Set Headers {"Content-Type": "${CONTENT_TYPE}"} diff --git a/SOL005/NSLifecycleManagement-API/ScaleNSTask.robot b/SOL005/NSLifecycleManagement-API/ScaleNSTask.robot index 6195af21..8271d1b9 100644 --- a/SOL005/NSLifecycleManagement-API/ScaleNSTask.robot +++ b/SOL005/NSLifecycleManagement-API/ScaleNSTask.robot @@ -25,7 +25,7 @@ POST Scale a nsInstance POST Instantiate a nsInstance Conflict [Documentation] Test ID: 5.3.2.4.2 ... Test title: POST Instantiate a nsInstance Conflict - ... Test objective: The objective is to test that POST method can't scale NS instance because of conflict in resource status (i.e. because the resource is in not in NOT_INSTANTIATED state) + ... Test objective: The objective is to test that POST method cannot scale NS instance because of conflict in resource status (i.e. because the resource is in not in NOT_INSTANTIATED state) ... Pre-conditions: the resource is in not in NOT_INSTANTIATED state ... Reference: clause 6.4.5.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1 ... Config ID: Config_prod_NFVO diff --git a/SOL005/NSLifecycleManagement-API/Subscriptions.robot b/SOL005/NSLifecycleManagement-API/Subscriptions.robot index 0c905de7..66c2ca91 100644 --- a/SOL005/NSLifecycleManagement-API/Subscriptions.robot +++ b/SOL005/NSLifecycleManagement-API/Subscriptions.robot @@ -39,7 +39,7 @@ POST Create a new Subscription - DUPLICATION POST Create a new Subscription - NO-DUPLICATION [Documentation] Test ID: 5.3.2.15.3 ... Test title: POST Create a new subscription - NO-DUPLICATION - ... Test objective: The objective is to test that POST method can't create a duplicate subscription + ... Test objective: The objective is to test that POST method cannot create a duplicate subscription ... Pre-conditions: a subscription have already to exist ... Reference: clause 6.4.16.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1 ... Config ID: Config_prod_NFVO @@ -143,7 +143,7 @@ GET subscriptions with "exclude_fields" attribute selector PUT subscriptions - Method not implemented [Documentation] Test ID: 5.3.2.15.7 ... Test title: PUT subscriptions - Method not implemented - ... Test objective: The objective is to test that PUT method can't modify a NS lifecycle management subscription + ... Test objective: The objective is to test that PUT method cannot modify a NS lifecycle management subscription ... Pre-conditions: none ... Reference: clause 6.4.16.3.3 - ETSI GS NFV-SOL 005 [3] v2.4.1 ... Config ID: Config_prod_NFVO @@ -155,7 +155,7 @@ PUT subscriptions - Method not implemented PATCH subscriptions - Method not implemented [Documentation] Test ID: 5.3.2.15.8 ... Test title: PATCH subscriptions - Method not implemented - ... Test objective: The objective is to test that PUT method can't modify a NS lifecycle management subscription + ... Test objective: The objective is to test that PUT method cannot modify a NS lifecycle management subscription ... Pre-conditions: none ... Reference: clause 6.4.16.3.4 - ETSI GS NFV-SOL 005 [3] v2.4.1 ... Config ID: Config_prod_NFVO @@ -167,7 +167,7 @@ PATCH subscriptions - Method not implemented DELETE subscriptions - Method not implemented [Documentation] Test ID: 5.3.2.15.9 ... Test title: DELETE subscriptions - Method not implemented - ... Test objective: The objective is to test that DELETE method can't modify a NS lifecycle management subscription + ... Test objective: The objective is to test that DELETE method cannot modify a NS lifecycle management subscription ... Pre-conditions: none ... Reference: clause 6.4.16.3.5 - ETSI GS NFV-SOL 005 [3] v2.4.1 ... Config ID: Config_prod_NFVO diff --git a/SOL005/NSLifecycleManagement-API/TerminateNSTask.robot b/SOL005/NSLifecycleManagement-API/TerminateNSTask.robot index 3f0c6414..e08e11bd 100644 --- a/SOL005/NSLifecycleManagement-API/TerminateNSTask.robot +++ b/SOL005/NSLifecycleManagement-API/TerminateNSTask.robot @@ -24,7 +24,7 @@ POST Terminate a NSInstance POST Terminate a NSInstance Conflict [Documentation] Test ID: 5.3.2.7.2 ... Test title: POST Terminate a NSInstance Conflict - ... Test objective: The objective is to test that POST method can't terminate the NS because of conflict in resource status (i.e. the resource is not in INSTANTIATED state) + ... Test objective: The objective is to test that POST method cannot terminate the NS because of conflict in resource status (i.e. the resource is not in INSTANTIATED state) ... Pre-conditions: NS instance is in NOT_INSTANTIATED state ... Reference: clause 6.4.8.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1 ... Config ID: Config_prod_NFVO -- GitLab