diff --git a/SOL005/NSLifecycleManagement-API/IndividualNSInstance.robot b/SOL005/NSLifecycleManagement-API/IndividualNSInstance.robot index e37a351955ded45cda4b0e4b48138c7579ddc4c3..cf7f9f22acac05553dd1f4ae031cd78ab84ab831 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 cfedff1703ca0e86357608ea79d991829713dd6d..f5a94ada1069b5a63cfa619b6b348c9f9c0cfb4f 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 20dcb1e56dc201fc17c0f6e407d0b9a280a2ccfc..cdc9caa9514edeb8c517be1134ce63ea3fe663df 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 f7efbbe391eb2882623e364d572e71bb121d58a5..f068107b3cfb544e46c9cd461318662560ff63ae 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 6195af214a29dabe69c9957a6161990aacd27653..8271d1b9afe5f7aefee275f5d827042c52cd565e 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 0c905de7118b6d86cb691e8717ed822dbae0f583..66c2ca91de9adbbe647ae0df672af89f504e0e01 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 3f0c6414601fb126309b69ed46d95a27703c032b..e08e11bd25f970e6b32abd4660e9392f13eb2797 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