Commit 4a974b22 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fixed issue #197 in 4.3.1-dev

parent afc91d6c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -18,7 +18,8 @@ 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 Operation Occurrence Id existence
    Check HTTP Response Header Contains    Location
    Check Individual VNF LCM operation occurrence operationState is    STARTING
        
GET Change external VNF connectivity - Method not implemented
    [Documentation]    Test ID: 7.3.1.10.2
+2 −1
Original line number Diff line number Diff line
@@ -18,7 +18,8 @@ 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 Operation Occurrence Id existence
    Check HTTP Response Header Contains    Location
    Check Individual VNF LCM operation occurrence operationState is    STARTING

POST Change deployment flavour of a vnfInstance Conflict (Not-Instantiated)
    [Documentation]    Test ID: 7.3.1.6.2
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ POST Fail operation task
    ...    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 Header Contains    Location
    Check operation resource state is FINALLY_FAILED

Post Fail operation task Conflict (Not-FAILED_TEMP)
+2 −1
Original line number Diff line number Diff line
@@ -18,7 +18,8 @@ POST Heal a vnfInstance
    ...    Post-Conditions: none
    POST Heal VNF
    Check HTTP Response Status Code Is    202
    Check Operation Occurrence Id existence
    Check HTTP Response Header Contains    Location
    Check Individual VNF LCM operation occurrence operationState is    STARTING

POST Heal a vnfInstance Conflict (Not-Instantiated)
    [Documentation]    Test ID: 7.3.1.8.2
+2 −1
Original line number Diff line number Diff line
@@ -19,7 +19,8 @@ Instantiate a vnfInstance
    ...    Post-Conditions: none
    POST instantiate individual vnfInstance
    Check HTTP Response Status Code Is    202
    Check Operation Occurrence Id existence
    Check HTTP Response Header Contains    Location
    Check Individual VNF LCM operation occurrence operationState is    STARTING

Instantiate a vnfInstance Conflict
    [Documentation]    Test ID: 7.3.1.3.2
Loading