Commit 17dc41e6 authored by Elian Kraja's avatar Elian Kraja
Browse files

Issue #89: Removing location check on lcmopocc operation

parent d76ba0f1
......@@ -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
......
......@@ -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 202
Check Operation Occurrence Id existence
Check HTTP Response Status Code Is 200
Check HTTP Response Body Json Schema Is VnfLcmOpOcc
Check operation resource state is FINALLY_FAILED
Post Fail operation task Conflict (Not-FAILED_TEMP)
......
......@@ -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
......
......@@ -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
......
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