From 83f2362e7e28ebb7ddf1ba799f890615cf371de3 Mon Sep 17 00:00:00 2001 From: Giacomo Bernini Date: Wed, 11 Mar 2020 12:27:32 +0100 Subject: [PATCH] replaced occurence with occurrence (plural and capital also) --- .../NSFMOperationKeywords.robot | 2 +- .../HealNSTask.robot | 2 +- .../IndividualNSInstance.robot | 2 +- .../IndividualNSLCMOccurences.robot | 12 +++---- .../IndividualSubscription.robot | 2 +- .../InstanciateNSTaskWorkflow.robot | 2 +- .../InstantiateNSTask.robot | 2 +- .../NSLCMOccurences.robot | 22 ++++++------ .../NSLCMOperationKeywords.robot | 36 +++++++++---------- .../ScaleNSTask.robot | 4 +-- .../ScaleNSTaskWorkflow.robot | 2 +- .../TerminateNSTaskWorkflow.robot | 2 +- .../UpdateNSTask.robot | 2 +- .../UpdateNSTaskWorkflow.robot | 2 +- 14 files changed, 47 insertions(+), 47 deletions(-) diff --git a/SOL005/NSFaultManagement-API/NSFMOperationKeywords.robot b/SOL005/NSFaultManagement-API/NSFMOperationKeywords.robot index f76d2339..431f7c62 100644 --- a/SOL005/NSFaultManagement-API/NSFMOperationKeywords.robot +++ b/SOL005/NSFaultManagement-API/NSFMOperationKeywords.robot @@ -14,7 +14,7 @@ Create Sessions Wait For Process handle=mockInstance timeout=5s on_timeout=continue Create Mock Session ${callback_uri}:${callback_port} #The API producer is set to NFVO according to SOL002-7.3.4 -Check Individual Subscription existance +Check Individual Subscription existence Set Headers {"Accept":"${ACCEPT}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Get ${apiRoot}/${apiName}/${apiVersion}/subscriptions/${subscriptionId} diff --git a/SOL005/NSLifecycleManagement-API/HealNSTask.robot b/SOL005/NSLifecycleManagement-API/HealNSTask.robot index 1d537443..ee2e37f8 100644 --- a/SOL005/NSLifecycleManagement-API/HealNSTask.robot +++ b/SOL005/NSLifecycleManagement-API/HealNSTask.robot @@ -5,7 +5,7 @@ Library REST ${NFVO_SCHEMA}://${NFVO_HOST}:${NFVO_PORT} Library OperatingSystem Library JSONLibrary Library JSONSchemaLibrary schemas/ -Suite Setup Check resource existance +Suite Setup Check resource existence *** Test Cases *** POST Heal a NSInstance diff --git a/SOL005/NSLifecycleManagement-API/IndividualNSInstance.robot b/SOL005/NSLifecycleManagement-API/IndividualNSInstance.robot index cf7f9f22..c4a19e19 100644 --- a/SOL005/NSLifecycleManagement-API/IndividualNSInstance.robot +++ b/SOL005/NSLifecycleManagement-API/IndividualNSInstance.robot @@ -5,7 +5,7 @@ Library REST ${NFVO_SCHEMA}://${NFVO_HOST}:${NFVO_PORT} Library OperatingSystem Library JSONLibrary Library JSONSchemaLibrary schemas/ -Suite Setup Check resource existance +Suite Setup Check resource existence *** Test Cases *** POST Individual NSInstance - Method not implemented diff --git a/SOL005/NSLifecycleManagement-API/IndividualNSLCMOccurences.robot b/SOL005/NSLifecycleManagement-API/IndividualNSLCMOccurences.robot index 173d2322..d2599ae5 100644 --- a/SOL005/NSLifecycleManagement-API/IndividualNSLCMOccurences.robot +++ b/SOL005/NSLifecycleManagement-API/IndividualNSLCMOccurences.robot @@ -7,7 +7,7 @@ Library JSONLibrary Library JSONSchemaLibrary schemas/ *** Test Cases *** -Post Individual NS LCM occurences - Method not implemented +Post Individual NS LCM occurrences - Method not implemented [Documentation] Test ID: 5.3.2.9.1 ... Test title: Post Individual NS LCM occurrences - Method not implemented ... Test objective: The objective is to test that POST method is not implemented @@ -16,7 +16,7 @@ Post Individual NS LCM occurences - Method not implemented ... Config ID: Config_prod_NFVO ... Applicability: none ... Post-Conditions: The NS instance is not created in the NFVO - POST Individual NS LCM OP Occurence + POST Individual NS LCM OP Occurrence Check HTTP Response Status Code Is 405 Get status information about Individual NS LCM occurrences @@ -28,7 +28,7 @@ Get status information about Individual NS LCM occurrences ... Config ID: Config_prod_NFVO ... Applicability: none ... Post-Conditions: none - GET Individual NS LCM OP Occurence + GET Individual NS LCM OP Occurrence Check HTTP Response Status Code Is 200 Check HTTP Response Body Json Schema Is NsLcmOpOcc @@ -41,7 +41,7 @@ PUT status information about Individual NS LCM occurrences - Method not implemen ... Config ID: Config_prod_NFVO ... Applicability: none ... Post-Conditions: The NS instance is not modified from the NFVO - PUT Individual NS LCM OP Occurence + PUT Individual NS LCM OP Occurrence Check HTTP Response Status Code Is 405 PATCH status information about Individual NS LCM occurrences - Method not implemented @@ -53,7 +53,7 @@ PATCH status information about Individual NS LCM occurrences - Method not implem ... Config ID: Config_prod_NFVO ... Applicability: none ... Post-Conditions: The NS instance is not modified from the NFVO - PATCH Individual NS LCM OP Occurence + PATCH Individual NS LCM OP Occurrence Check HTTP Response Status Code Is 405 DELETE status information about Individual NS LCM occurrences - Method not implemented @@ -65,7 +65,7 @@ DELETE status information about Individual NS LCM occurrences - Method not imple ... Config ID: Config_prod_NFVO ... Applicability: none ... Post-Conditions: The NS instance is not deleted from the NFVO - DELETE Individual NS LCM OP Occurence + DELETE Individual NS LCM OP Occurrence Check HTTP Response Status Code Is 405 diff --git a/SOL005/NSLifecycleManagement-API/IndividualSubscription.robot b/SOL005/NSLifecycleManagement-API/IndividualSubscription.robot index 1eeeb229..c0de7439 100644 --- a/SOL005/NSLifecycleManagement-API/IndividualSubscription.robot +++ b/SOL005/NSLifecycleManagement-API/IndividualSubscription.robot @@ -6,7 +6,7 @@ Library OperatingSystem Library JSONLibrary Library JSONSchemaLibrary schemas/ -Suite Setup Check subscription existance +Suite Setup Check subscription existence *** Test Cases *** POST Individual Subscription - Method not implemented diff --git a/SOL005/NSLifecycleManagement-API/InstanciateNSTaskWorkflow.robot b/SOL005/NSLifecycleManagement-API/InstanciateNSTaskWorkflow.robot index f5a94ada..8535a8a8 100644 --- a/SOL005/NSLifecycleManagement-API/InstanciateNSTaskWorkflow.robot +++ b/SOL005/NSLifecycleManagement-API/InstanciateNSTaskWorkflow.robot @@ -18,7 +18,7 @@ Instantiate Flow of NS lifecycle management operations ... Config ID: Config_prod_NFVO ... Applicability: none ... Post-Conditions: the resource is in INSTANTIATED state - Check resource existance + Check resource existence Check resource not_instantiated POST Instantiate nsInstance Check HTTP Response Status Code Is 202 diff --git a/SOL005/NSLifecycleManagement-API/InstantiateNSTask.robot b/SOL005/NSLifecycleManagement-API/InstantiateNSTask.robot index cdc9caa9..493e7e3a 100644 --- a/SOL005/NSLifecycleManagement-API/InstantiateNSTask.robot +++ b/SOL005/NSLifecycleManagement-API/InstantiateNSTask.robot @@ -5,7 +5,7 @@ Library REST ${NFVO_SCHEMA}://${NFVO_HOST}:${NFVO_PORT} Library OperatingSystem Library JSONLibrary Library JSONSchemaLibrary schemas/ -Suite Setup Check resource existance +Suite Setup Check resource existence *** Test Cases *** POST Instantiate a nsInstance diff --git a/SOL005/NSLifecycleManagement-API/NSLCMOccurences.robot b/SOL005/NSLifecycleManagement-API/NSLCMOccurences.robot index ceda5651..7d8399e6 100644 --- a/SOL005/NSLifecycleManagement-API/NSLCMOccurences.robot +++ b/SOL005/NSLifecycleManagement-API/NSLCMOccurences.robot @@ -16,7 +16,7 @@ POST NS LCM occurrences - Method not implemented ... Config ID: Config_prod_NFVO ... Applicability: none ... Post-Conditions: none - POST NS LCM OP Occurences + POST NS LCM OP Occurrences Check HTTP Response Status Code Is 405 GET status information about multiple NS LCM occurrences @@ -28,7 +28,7 @@ GET status information about multiple NS LCM occurrences ... Config ID: Config_prod_NFVO ... Applicability: none ... Post-Conditions: none - GET NS LCM OP Occurences + GET NS LCM OP Occurrences Check HTTP Response Status Code Is 200 Check HTTP Response Body Json Schema Is NsLcmOpOccs @@ -41,7 +41,7 @@ GET status information about multiple NS LCM occurrences Bad Request Invalid att ... Config ID: Config_prod_NFVO ... Applicability: none ... Post-Conditions: none - GET NS LCM OP Occurences Invalid attribute-based filtering parameters + GET NS LCM OP Occurrences Invalid attribute-based filtering parameters Check HTTP Response Status Code Is 400 Check HTTP Response Body Json Schema Is ProblemDetails @@ -54,7 +54,7 @@ GET status information about multiple NS LCM occurrences Bad Request Invalid att ... Config ID: Config_prod_NFVO ... Applicability: none ... Post-Conditions: none - GET NS LCM OP Occurences Invalid attribute selector + GET NS LCM OP Occurrences Invalid attribute selector Check HTTP Response Status Code Is 400 Check HTTP Response Body Json Schema Is ProblemDetails @@ -67,7 +67,7 @@ GET status information about multiple NS LCM occurrences with "all_fields" ... Config ID: Config_prod_NFVO ... Applicability: none ... Post-Conditions: none - Get NS LCM OP Occurences with all_fields attribute selector + Get NS LCM OP Occurrences with all_fields attribute selector Check HTTP Response Status Code Is 200 Check HTTP Response Body Json Schema Is NsLcmOpOccs @@ -80,7 +80,7 @@ GET status information about multiple NS LCM occurrences with "exclude_default" ... Config ID: Config_prod_NFVO ... Applicability: none ... Post-Conditions: none - Get NS LCM OP Occurences with exclude_default attribute selector + Get NS LCM OP Occurrences with exclude_default attribute selector Check HTTP Response Status Code Is 200 Check HTTP Response Body Json Schema Is NsLcmOpOccs @@ -93,7 +93,7 @@ GET status information about multiple NS LCM occurrences with "fields" ... Config ID: Config_prod_NFVO ... Applicability: none ... Post-Conditions: none - Get NS LCM OP Occurences with fields attribute selector + Get NS LCM OP Occurrences with fields attribute selector Check HTTP Response Status Code Is 200 Check HTTP Response Body Json Schema Is NsLcmOpOccs @@ -106,7 +106,7 @@ GET status information about multiple NS LCM occurrences with "exclude_fields" ... Config ID: Config_prod_NFVO ... Applicability: none ... Post-Conditions: none - Get NS LCM OP Occurences with exclude_fields attribute selector + Get NS LCM OP Occurrences with exclude_fields attribute selector Check HTTP Response Status Code Is 200 Check HTTP Response Body Json Schema Is NsLcmOpOccs @@ -119,7 +119,7 @@ PUT status information about multiple NS LCM occurrences - Method not implemente ... Config ID: Config_prod_NFVO ... Applicability: none ... Post-Conditions: none - PUT NS LCM OP Occurences + PUT NS LCM OP Occurrences Check HTTP Response Status Code Is 405 PATCH status information about multiple NS LCM occurrences - Method not implemented @@ -131,7 +131,7 @@ PATCH status information about multiple NS LCM occurrences - Method not implemen ... Config ID: Config_prod_NFVO ... Applicability: none ... Post-Conditions: none - PATCH NS LCM OP Occurences + PATCH NS LCM OP Occurrences Check HTTP Response Status Code Is 405 DELETE status information about multiple NS LCM occurrences - Method not implemented @@ -143,6 +143,6 @@ DELETE status information about multiple NS LCM occurrences - Method not impleme ... Config ID: Config_prod_NFVO ... Applicability: none ... Post-Conditions: none - DELETE NS LCM OP Occurences + DELETE NS LCM OP Occurrences Check HTTP Response Status Code Is 405 diff --git a/SOL005/NSLifecycleManagement-API/NSLCMOperationKeywords.robot b/SOL005/NSLifecycleManagement-API/NSLCMOperationKeywords.robot index f068107b..fee83255 100644 --- a/SOL005/NSLifecycleManagement-API/NSLCMOperationKeywords.robot +++ b/SOL005/NSLifecycleManagement-API/NSLCMOperationKeywords.robot @@ -23,7 +23,7 @@ Create Sessions Wait For Process handle=mockInstance timeout=5s on_timeout=continue Create Mock Session ${callback_uri}:${callback_port} -Check subscription existance +Check subscription existence Set Headers {"Accept":"${ACCEPT}"} Set Headers {"Content-Type": "${CONTENT_TYPE}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} @@ -143,7 +143,7 @@ Launch another LCM operation Post ${apiRoot}/${apiName}/${apiVersion}/ns_instances/${nsInstanceId}/scale_to_level ${body} Integer response status 202 -Check resource existance +Check resource existence Set Headers {"Accept":"${ACCEPT}"} Set Headers {"Content-Type": "${CONTENT_TYPE}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} @@ -541,7 +541,7 @@ POST Terminate NSInstance ${outputResponse}= Output response Set Global Variable @{response} ${outputResponse} -POST NS LCM OP Occurences +POST NS LCM OP Occurrences log Trying to perform a POST. This method should not be implemented Set Headers {"Accept":"${ACCEPT}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} @@ -549,7 +549,7 @@ POST NS LCM OP Occurences ${outputResponse}= Output response Set Global Variable @{response} ${outputResponse} -PUT NS LCM OP Occurences +PUT NS LCM OP Occurrences log Trying to perform a PUT. This method should not be implemented Set Headers {"Accept":"${ACCEPT}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} @@ -557,7 +557,7 @@ PUT NS LCM OP Occurences ${outputResponse}= Output response Set Global Variable @{response} ${outputResponse} -PATCH NS LCM OP Occurences +PATCH NS LCM OP Occurrences log Trying to perform a PATCH. This method should not be implemented Set Headers {"Accept":"${ACCEPT}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} @@ -565,7 +565,7 @@ PATCH NS LCM OP Occurences ${outputResponse}= Output response Set Global Variable @{response} ${outputResponse} -DELETE NS LCM OP Occurences +DELETE NS LCM OP Occurrences log Trying to perform a DELETE. This method should not be implemented Set Headers {"Accept":"${ACCEPT}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} @@ -573,7 +573,7 @@ DELETE NS LCM OP Occurences ${outputResponse}= Output response Set Global Variable @{response} ${outputResponse} -GET NS LCM OP Occurences +GET NS LCM OP Occurrences Log Query status information about multiple NS lifecycle management operation occurrences. Set Headers {"Accept":"${ACCEPT}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} @@ -582,7 +582,7 @@ GET NS LCM OP Occurences ${outputResponse}= Output response Set Global Variable @{response} ${outputResponse} -GET NS LCM OP Occurences Invalid attribute-based filtering parameters +GET NS LCM OP Occurrences Invalid attribute-based filtering parameters Log Query status information about multiple NS lifecycle management operation occurrences. Set Headers {"Accept":"${ACCEPT}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} @@ -590,35 +590,35 @@ GET NS LCM OP Occurences Invalid attribute-based filtering parameters ${outputResponse}= Output response Set Global Variable @{response} ${outputResponse} -GET NS LCM OP Occurences Invalid attribute selector +GET NS LCM OP Occurrences Invalid attribute selector Log Query status information about multiple NS lifecycle management operation occurrences. Set Headers {"Accept":"${ACCEPT}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} GET ${apiRoot}/${apiName}/${apiVersion}/ns_lcm_op_occs?${NEG_SELECTOR} ${outputResponse}= Output response Set Global Variable @{response} ${outputResponse} -Get NS LCM OP Occurences with all_fields attribute selector +Get NS LCM OP Occurrences with all_fields attribute selector Log Query status information about multiple NS lifecycle management operation occurrences, using fields Set Headers {"Accept": "${ACCEPT_JSON}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization": "${AUTHORIZATION}"} GET ${apiRoot}/${apiName}/${apiVersion}/ns_lcm_op_occs?exclude_default ${output}= Output response Set Suite Variable ${response} ${output} -Get NS LCM OP Occurences with exclude_default attribute selector +Get NS LCM OP Occurrences with exclude_default attribute selector Log Query status information about multiple NS lifecycle management operation occurrences using fields Set Headers {"Accept": "${ACCEPT_JSON}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization": "${AUTHORIZATION}"} GET ${apiRoot}/${apiName}/${apiVersion}/ns_lcm_op_occs?exclude_default ${output}= Output response Set Suite Variable ${response} ${output} -Get NS LCM OP Occurences with fields attribute selector +Get NS LCM OP Occurrences with fields attribute selector Log Query status information about multiple NS lifecycle management operation occurrences, using fields Set Headers {"Accept": "${ACCEPT_JSON}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization": "${AUTHORIZATION}"} GET ${apiRoot}/${apiName}/${apiVersion}/ns_lcm_op_occs?fields=${fields} ${output}= Output response Set Suite Variable ${response} ${output} -Get NS LCM OP Occurences with exclude_fields attribute selector +Get NS LCM OP Occurrences with exclude_fields attribute selector Log Query status information about multiple NS lifecycle management operation occurrences, using fields Set Headers {"Accept": "${ACCEPT_JSON}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization": "${AUTHORIZATION}"} @@ -626,7 +626,7 @@ Get NS LCM OP Occurences with exclude_fields attribute selector ${output}= Output response Set Suite Variable ${response} ${output} -POST Individual NS LCM OP Occurence +POST Individual NS LCM OP Occurrence log Trying to perform a POST. This method should not be implemented Set Headers {"Accept":"${ACCEPT}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} @@ -634,7 +634,7 @@ POST Individual NS LCM OP Occurence ${outputResponse}= Output response Set Global Variable @{response} ${outputResponse} -PUT Individual NS LCM OP Occurence +PUT Individual NS LCM OP Occurrence log Trying to perform a PUT. This method should not be implemented Set Headers {"Accept":"${ACCEPT}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} @@ -642,7 +642,7 @@ PUT Individual NS LCM OP Occurence ${outputResponse}= Output response Set Global Variable @{response} ${outputResponse} -PATCH Individual NS LCM OP Occurence +PATCH Individual NS LCM OP Occurrence log Trying to perform a PATCH. This method should not be implemented Set Headers {"Accept":"${ACCEPT}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} @@ -650,7 +650,7 @@ PATCH Individual NS LCM OP Occurence ${outputResponse}= Output response Set Global Variable @{response} ${outputResponse} -DELETE Individual NS LCM OP Occurence +DELETE Individual NS LCM OP Occurrence log Trying to perform a DELETE. This method should not be implemented Set Headers {"Accept":"${ACCEPT}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} @@ -658,7 +658,7 @@ DELETE Individual NS LCM OP Occurence ${outputResponse}= Output response Set Global Variable @{response} ${outputResponse} -GET Individual NS LCM OP Occurence +GET Individual NS LCM OP Occurrence Log Query status information about individual NS lifecycle management operation occurrence. Set Headers {"Accept":"${ACCEPT}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} diff --git a/SOL005/NSLifecycleManagement-API/ScaleNSTask.robot b/SOL005/NSLifecycleManagement-API/ScaleNSTask.robot index 8271d1b9..d5f80841 100644 --- a/SOL005/NSLifecycleManagement-API/ScaleNSTask.robot +++ b/SOL005/NSLifecycleManagement-API/ScaleNSTask.robot @@ -5,7 +5,7 @@ Library REST ${NFVO_SCHEMA}://${NFVO_HOST}:${NFVO_PORT} Library OperatingSystem Library JSONLibrary Library JSONSchemaLibrary schemas/ -Suite Setup Check resource existance +Suite Setup Check resource existence *** Test Cases *** POST Scale a nsInstance @@ -20,7 +20,7 @@ POST Scale a nsInstance POST scale nsInstance Check HTTP Response Status Code Is 202 Check HTTP Response Header Contains Location - Check resource existance + Check resource existence POST Instantiate a nsInstance Conflict [Documentation] Test ID: 5.3.2.4.2 diff --git a/SOL005/NSLifecycleManagement-API/ScaleNSTaskWorkflow.robot b/SOL005/NSLifecycleManagement-API/ScaleNSTaskWorkflow.robot index 45281350..eb144503 100644 --- a/SOL005/NSLifecycleManagement-API/ScaleNSTaskWorkflow.robot +++ b/SOL005/NSLifecycleManagement-API/ScaleNSTaskWorkflow.robot @@ -18,7 +18,7 @@ Scale Flow of NS lifecycle management operations ... Config ID: Config_prod_NFVO ... Applicability: none ... Post-Conditions: the resource is in INSTANTIATED state - Check resource existance + Check resource existence Check resource instantiated POST scale nsInstance Check HTTP Response Status Code Is 202 diff --git a/SOL005/NSLifecycleManagement-API/TerminateNSTaskWorkflow.robot b/SOL005/NSLifecycleManagement-API/TerminateNSTaskWorkflow.robot index d74f676a..05681f5c 100644 --- a/SOL005/NSLifecycleManagement-API/TerminateNSTaskWorkflow.robot +++ b/SOL005/NSLifecycleManagement-API/TerminateNSTaskWorkflow.robot @@ -18,7 +18,7 @@ Terminate Flow of NS lifecycle management operations ... Config ID: Config_prod_NFVO ... Applicability: none ... Post-Conditions: the resource is in NOT_INSTANTIATED state - Check resource existance + Check resource existence Check resource instantiated POST Terminate NSInstance Check HTTP Response Status Code Is 202 diff --git a/SOL005/NSLifecycleManagement-API/UpdateNSTask.robot b/SOL005/NSLifecycleManagement-API/UpdateNSTask.robot index d611fef0..6c7cf1e6 100644 --- a/SOL005/NSLifecycleManagement-API/UpdateNSTask.robot +++ b/SOL005/NSLifecycleManagement-API/UpdateNSTask.robot @@ -5,7 +5,7 @@ Library REST ${NFVO_SCHEMA}://${NFVO_HOST}:${NFVO_PORT} Library OperatingSystem Library JSONLibrary Library JSONSchemaLibrary schemas/ -Suite Setup Check resource existance +Suite Setup Check resource existence *** Test Cases *** POST Update a NSInstance diff --git a/SOL005/NSLifecycleManagement-API/UpdateNSTaskWorkflow.robot b/SOL005/NSLifecycleManagement-API/UpdateNSTaskWorkflow.robot index 46c027d9..844a85b8 100644 --- a/SOL005/NSLifecycleManagement-API/UpdateNSTaskWorkflow.robot +++ b/SOL005/NSLifecycleManagement-API/UpdateNSTaskWorkflow.robot @@ -18,7 +18,7 @@ Update Flow of NS lifecycle management operations ... Config ID: Config_prod_NFVO ... Applicability: none ... Post-Conditions: the resource is in INSTANTIATED state - Check resource existance + Check resource existence Check resource instantiated POST Update NSInstance Check HTTP Response Status Code Is 202 -- GitLab