Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
api-tests
Commits
71eb7ccd
Commit
71eb7ccd
authored
Mar 11, 2020
by
Giacomo Bernini
Browse files
fixed NS LCN OP occurrences in SOL005
parent
4c5b070b
Changes
3
Hide whitespace changes
Inline
Side-by-side
SOL005/NSLifecycleManagement-API/IndividualNSLCMOccurences.robot
View file @
71eb7ccd
...
...
@@ -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 LC
N
OP Occurence
GET Individual NS LC
M
OP Occurence
Check HTTP Response Status Code Is
200
Check HTTP Response Body Json Schema Is
NsLcmOpOcc
...
...
SOL005/NSLifecycleManagement-API/NSLCMOccurences.robot
View file @
71eb7ccd
...
...
@@ -28,7 +28,7 @@ GET status information about multiple NS LCM occurrences
...
Config ID: Config_prod_NFVO
...
Applicability: none
...
Post-Conditions: none
GET NS LC
N
OP Occurences
GET NS LC
M
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 LC
N
OP Occurences Invalid attribute-based filtering parameters
GET NS LC
M
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 LC
N
OP Occurences Invalid attribute selector
GET NS LC
M
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 LC
N
OP Occurences with all_fields attribute selector
Get NS LC
M
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 LC
N
OP Occurences with exclude_default attribute selector
Get NS LC
M
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 LC
N
OP Occurences with fields attribute selector
Get NS LC
M
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 LC
N
OP Occurences with exclude_fields attribute selector
Get NS LC
M
OP Occurences with exclude_fields attribute selector
Check HTTP Response Status Code Is
200
Check HTTP Response Body Json Schema Is
NsLcmOpOccs
...
...
SOL005/NSLifecycleManagement-API/NSLCMOperationKeywords.robot
View file @
71eb7ccd
...
...
@@ -573,7 +573,7 @@ DELETE NS LCM OP Occurences
${outputResponse}
=
Output
response
Set Global Variable
@{response}
${outputResponse}
GET NS LC
N
OP Occurences
GET NS LC
M
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 LC
N
OP Occurences Invalid attribute-based filtering parameters
GET NS LC
M
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 LC
N
OP Occurences Invalid attribute selector
GET NS LC
M
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 LC
N
OP Occurences with all_fields attribute selector
Get NS LC
M
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 LC
N
OP Occurences with exclude_default attribute selector
Get NS LC
M
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 LC
N
OP Occurences with fields attribute selector
Get NS LC
M
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 LC
N
OP Occurences with exclude_fields attribute selector
Get NS LC
M
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 LC
N
OP Occurence
GET Individual NS LC
M
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}
"}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment