From 71eb7ccd8b21408c3c32baa485e80f0119bb724c Mon Sep 17 00:00:00 2001 From: Giacomo Bernini Date: Wed, 11 Mar 2020 12:03:07 +0100 Subject: [PATCH] fixed NS LCN OP occurrences in SOL005 --- .../IndividualNSLCMOccurences.robot | 2 +- .../NSLCMOccurences.robot | 14 +++++++------- .../NSLCMOperationKeywords.robot | 16 ++++++++-------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/SOL005/NSLifecycleManagement-API/IndividualNSLCMOccurences.robot b/SOL005/NSLifecycleManagement-API/IndividualNSLCMOccurences.robot index 5759fb8e..173d2322 100644 --- a/SOL005/NSLifecycleManagement-API/IndividualNSLCMOccurences.robot +++ b/SOL005/NSLifecycleManagement-API/IndividualNSLCMOccurences.robot @@ -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 LCN OP Occurence + GET Individual NS LCM OP Occurence Check HTTP Response Status Code Is 200 Check HTTP Response Body Json Schema Is NsLcmOpOcc diff --git a/SOL005/NSLifecycleManagement-API/NSLCMOccurences.robot b/SOL005/NSLifecycleManagement-API/NSLCMOccurences.robot index 004b5226..ceda5651 100644 --- a/SOL005/NSLifecycleManagement-API/NSLCMOccurences.robot +++ b/SOL005/NSLifecycleManagement-API/NSLCMOccurences.robot @@ -28,7 +28,7 @@ GET status information about multiple NS LCM occurrences ... Config ID: Config_prod_NFVO ... Applicability: none ... Post-Conditions: none - GET NS LCN OP Occurences + GET NS LCM OP Occurences 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 LCN OP Occurences Invalid attribute-based filtering parameters + GET NS LCM OP Occurences 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 LCN OP Occurences Invalid attribute selector + GET NS LCM OP Occurences 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 LCN OP Occurences with all_fields attribute selector + Get NS LCM OP Occurences 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 LCN OP Occurences with exclude_default attribute selector + Get NS LCM OP Occurences 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 LCN OP Occurences with fields attribute selector + Get NS LCM OP Occurences 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 LCN OP Occurences with exclude_fields attribute selector + Get NS LCM OP Occurences with exclude_fields attribute selector Check HTTP Response Status Code Is 200 Check HTTP Response Body Json Schema Is NsLcmOpOccs diff --git a/SOL005/NSLifecycleManagement-API/NSLCMOperationKeywords.robot b/SOL005/NSLifecycleManagement-API/NSLCMOperationKeywords.robot index 1ad0bf92..f7efbbe3 100644 --- a/SOL005/NSLifecycleManagement-API/NSLCMOperationKeywords.robot +++ b/SOL005/NSLifecycleManagement-API/NSLCMOperationKeywords.robot @@ -573,7 +573,7 @@ DELETE NS LCM OP Occurences ${outputResponse}= Output response Set Global Variable @{response} ${outputResponse} -GET NS LCN OP Occurences +GET NS LCM OP Occurences 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 LCN OP Occurences ${outputResponse}= Output response Set Global Variable @{response} ${outputResponse} -GET NS LCN OP Occurences Invalid attribute-based filtering parameters +GET NS LCM OP Occurences 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 LCN OP Occurences Invalid attribute-based filtering parameters ${outputResponse}= Output response Set Global Variable @{response} ${outputResponse} -GET NS LCN OP Occurences Invalid attribute selector +GET NS LCM OP Occurences 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 LCN OP Occurences with all_fields attribute selector +Get NS LCM OP Occurences 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 LCN OP Occurences with exclude_default attribute selector +Get NS LCM OP Occurences 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 LCN OP Occurences with fields attribute selector +Get NS LCM OP Occurences 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 LCN OP Occurences with exclude_fields attribute selector +Get NS LCM OP Occurences 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}"} @@ -658,7 +658,7 @@ DELETE Individual NS LCM OP Occurence ${outputResponse}= Output response Set Global Variable @{response} ${outputResponse} -GET Individual NS LCN OP Occurence +GET Individual NS LCM OP Occurence 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}"} -- GitLab