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
17dc41e6
Commit
17dc41e6
authored
Nov 19, 2020
by
Elian Kraja
Browse files
Issue
#89
: Removing location check on lcmopocc operation
parent
d76ba0f1
Changes
4
Hide whitespace changes
Inline
Side-by-side
SOL003/VNFLifecycleManagement-API/CancelOperationWorkflow.robot
View file @
17dc41e6
...
...
@@ -26,8 +26,6 @@ Cancel a VNF LCM Operation - STARTING
...
Post-Conditions: The VNF lifecycle management operation occurrence is in ROLLED_BACK state
Send Cancel Operation Request
Check HTTP Response Status Code Is
202
Check HTTP Response Header Contains
Location
Check Operation Occurrence Id existence
Check Operation Notification For Cancel
ROLLED_BACK
Check Postcondition VNF Cancel - STARTING
...
...
@@ -42,8 +40,6 @@ Cancel a VNF LCM Operation - PROCESSING - ROLLING_BACK
...
Post-Conditions: The VNF lifecycle management operation occurrence is in FAILED_TEMP state
Send Cancel Operation Request
Check HTTP Response Status Code Is
202
Check HTTP Response Header Contains
Location
Check Operation Occurrence Id existence
Check Operation Notification For Cancel
FAILED_TEMP
Check Postcondition VNF Cancel - PROCESSING - ROLLING_BACK
...
...
SOL003/VNFLifecycleManagement-API/FailOperationTask.robot
View file @
17dc41e6
...
...
@@ -18,8 +18,8 @@ POST Fail operation task
...
Applicability: none
...
Post-Conditions: VNF resource state is FINALLY_FAILED
Post Fail operation
Check HTTP Response Status Code Is
20
2
Check
Operation Occurrence Id existence
Check HTTP Response Status Code Is
20
0
Check
HTTP Response Body Json Schema Is
VnfLcmOpOcc
Check operation resource state is FINALLY_FAILED
Post Fail operation task Conflict (Not-FAILED_TEMP)
...
...
SOL003/VNFLifecycleManagement-API/RetryOperationWorkflow.robot
View file @
17dc41e6
...
...
@@ -24,8 +24,6 @@ Retry VNF LCM Operation - Successful
...
Post-Conditions: The VNF lifecycle management operation occurrence is in COMPLETED state
Send Retry Operation Request
Check HTTP Response Status Code Is
202
Check HTTP Response Header Contains
Location
Check Operation Occurrence Id existence
Check Operation Notification For Retry
PROCESSING
Check Operation Notification For Retry
COMPLETED
Check Postcondition VNF Retry Successful
...
...
SOL003/VNFLifecycleManagement-API/RollBackOperationWorkflow.robot
View file @
17dc41e6
...
...
@@ -26,8 +26,6 @@ Rollback a VNF LCM Operation - Successful
...
Post-Conditions: The VNF lifecycle management operation occurrence is in ROLLED_BACK state
Send Roll back Operation Request
Check HTTP Response Status Code Is
202
Check HTTP Response Header Contains
Location
Check Operation Occurrence Id existence
Check Operation Notification For Roll Back
ROLLING_BACK
Check Operation Notification For Roll Back
ROLLED_BACK
Check Postcondition VNF Roll Back Successful
...
...
@@ -43,8 +41,6 @@ Rollback VNF LCM Operation - Unsuccessful
...
Post-Conditions: The VNF lifecycle management operation occurrence is in FAILED_TEMP state
Send Roll back Operation Request
Check HTTP Response Status Code Is
202
Check HTTP Response Header Contains
Location
Check Operation Occurrence Id existence
Check Operation Notification For Roll Back
ROLLING_BACK
Check Operation Notification For Roll Back
FAILED_TEMP
Check Postcondition VNF Roll Back UnSuccessful
...
...
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