Commit 4b78c7a7 authored by Mudassar Khan's avatar Mudassar Khan Committed by Giacomo Bernini
Browse files

add header check for Location as per SOL002 specifications

parent d0f36658
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ POST Change current VNF Package Task
    ...    Post-Conditions: in response header Location shall not be null         
    POST Change Current VNF Package Task
    Check HTTP Response Status Code Is    202
    Check HTTP Response Header Contains    Location
    Check Operation Occurrence Id

POST Change current VNF Package Task - Conflict
@@ -92,6 +93,7 @@ POST Change current VNF Package Task with permitted authorization scope
    ...    Post-Conditions: in response header Location shall not be null         
    POST Change Current VNF Package Task with permitted authorization scope
    Check HTTP Response Status Code Is    202
    Check HTTP Response Header Contains    Location
    Check Operation Occurrence Id
POST Change current VNF Package Task with not permitted authorization scope
    [Documentation]    Test ID: 6.3.5.22.8
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ POST Change external VNF connectivity
    ...    Post-Conditions: in response header Location shall not be null         
    POST Change External VNF Connectivity
    Check HTTP Response Status Code Is    202
    Check HTTP Response Header Contains    Location
    Check Operation Occurrence Id
    
GET Change external VNF connectivity - Method not implemented
@@ -92,6 +93,7 @@ POST Change external VNF connectivity with permitted authorization scope
    ...    Post-Conditions: in response header Location shall not be null         
    POST Change External VNF Connectivity with permitted authorization scope
    Check HTTP Response Status Code Is    202
    Check HTTP Response Header Contains    Location
    Check Operation Occurrence Id
POST Change external VNF connectivity with not permitted authorization scope
    [Documentation]    Test ID: 6.3.5.10.8
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ POST Change deployment flavour of a vnfInstance
    ...    Post-Conditions: in response header Location shall not be null  
    POST Change VNF deployment flavour   
    Check HTTP Response Status Code Is    202
    Check HTTP Response Header Contains    Location
    Check Operation Occurrence Id

POST Change deployment flavour of a vnfInstance Conflict (Not-Instantiated)
@@ -105,6 +106,7 @@ POST Change deployment flavour of a vnfInstance with permited authorization scop
    ...    Post-Conditions: in response header Location shall not be null  
    POST Change VNF deployment flavour with permited authorization scope
    Check HTTP Response Status Code Is    202
    Check HTTP Response Header Contains    Location
    Check Operation Occurrence Id

POST Change deployment flavour of a vnfInstance with not permited authorization scope
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ POST Create VNF Snapshot Task
    ...    Post-Conditions: in response header Location shall not be null         
    POST Create VNF Snapshot Task
    Check HTTP Response Status Code Is    202
    Check HTTP Response Header Contains    Location
    Check Operation Occurrence Id

POST Create VNF Snapshot Task - NOT FOUND
@@ -118,6 +119,7 @@ POST Create VNF Snapshot Task with permitted authorization scope
    ...    Post-Conditions: in response header Location shall not be null         
    POST Create VNF Snapshot Task with permitted authorization scope
    Check HTTP Response Status Code Is    202
    Check HTTP Response Header Contains    Location
    Check Operation Occurrence Id
POST Create VNF Snapshot Task with not permitted authorization scope
    [Documentation]    Test ID: 6.3.5.23.10
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ POST Heal a vnfInstance
    ...    Post-Conditions: none
    POST Heal VNF
    Check HTTP Response Status Code Is    202
    Check HTTP Response Header Contains    Location
    Check Operation Occurrence Id
    
POST Heal a vnfInstance Conflict (Not-Instantiated)
@@ -106,6 +107,7 @@ POST Heal a vnfInstance with permitted authorization scope
    ...    Post-Conditions: none
    POST Heal VNF with permitted authorization scope
    Check HTTP Response Status Code Is    202
    Check HTTP Response Header Contains    Location
    Check Operation Occurrence Id
POST Heal a vnfInstance with not permitted authorization scope
     [Documentation]    Test ID: 6.3.5.8.9
Loading