diff --git a/SOL005/NSLifecycleManagement-API/IndividualNSLCMOccurences.robot b/SOL005/NSLifecycleManagement-API/IndividualNSLCMOccurences.robot index 5759fb8ea9c00237c9d49732554778c1355686b7..173d2322faceba81c084b0f6e8c383f408ad6bc9 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 004b5226b956f34c990036fa08cbbf5373298fc9..ceda5651feecd924b7641811454843dc02a9792f 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 1ad0bf92812c86d9a44afd490c34cce84051b645..f7efbbe391eb2882623e364d572e71bb121d58a5 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}"}