Commit 56c31764 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

implemented deltas for SOL005 NSLCM v2.8.1

parent d00f3dc2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,8 @@ POST Cancel operation task
    ...    Post-Conditions: NS instance status equal to FAILED_TEMP     
	POST Cancel operation task
	Check HTTP Response Status Code Is    202
	Check HTTP Response Header Contains    Location
    Check Individual NS LCM operation occurrence operationState is    PROCESSING
	Check operation resource state is FAILED_TEMP
	
POST Cancel operation task Not Found
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,8 @@ POST Continue operation task
    ...    Post-Conditions: NS instance status not equal to FAILED_TEMP 
	POST Continue operation task
	Check HTTP Response Status Code Is    202
	Check HTTP Response Header Contains    Location
    Check Individual NS LCM operation occurrence operationState is    PROCESSING
	Check operation resource state is not FAILED_TEMP
	
POST Continue operation task Not Found
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,8 @@ POST Fail operation task
    ...    Post-Conditions: none 
	POST Fail operation task
	Check HTTP Response Status Code Is    202
	Check HTTP Response Header Contains    Location
    Check Individual NS LCM operation occurrence operationState is    PROCESSING
	Check resource is finally failed
	
POST Fail operation task Not Found
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ POST Heal a NSInstance
    POST Heal NSInstance
    Check HTTP Response Status Code Is    202
    Check HTTP Response Header Contains    Location
    Check Individual NS LCM operation occurrence operationState is    PROCESSING

POST Heal a NSInstance - Conflict (Not Instantited)
    [Documentation]    Test ID: 5.3.2.6.2
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ Heal Flow of NS lifecycle management operations
    POST Heal NSInstance
    Check HTTP Response Status Code Is    202
    Check HTTP Response Header Contains    Location
    Check Operation Occurrence Id
    Check Individual NS LCM operation occurrence operationState is    PROCESSING
    Check Operation Notification Status is    START
    Check Operation Notification Status is    RESULT
    Check resource instantiated
Loading