Commit 3bf452e1 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

implemented deltas for SOL005 NSLCM v2.8.1

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


POST Heal a NSInstance - Conflict (Not Instantited)
POST Heal a NSInstance - Conflict (Not Instantited)
    [Documentation]    Test ID: 5.3.2.6.2
    [Documentation]    Test ID: 5.3.2.6.2
+1 −1
Original line number Original line Diff line number Diff line
@@ -22,7 +22,7 @@ Heal Flow of NS lifecycle management operations
    POST Heal NSInstance
    POST Heal NSInstance
    Check HTTP Response Status Code Is    202
    Check HTTP Response Status Code Is    202
    Check HTTP Response Header Contains    Location
    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    START
    Check Operation Notification Status is    RESULT
    Check Operation Notification Status is    RESULT
    Check resource instantiated
    Check resource instantiated
Loading