Commit 71eb7ccd authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fixed NS LCN OP occurrences in SOL005

parent 4c5b070b
......@@ -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
......
......@@ -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
......
......@@ -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}"}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment