Commit 65dd216d authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fixed issue #197 in 3.5.1-fix-plu

parent 762de46d
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
+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
+2 −1
Original line number Diff line number Diff line
@@ -20,7 +20,8 @@ POST Operate a vnfInstance
    ...    Post-Conditions: none
    POST Operate 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 Operate a vnfInstance Conflict (Not-Instantiated)
    [Documentation]    Test ID: 7.3.1.9.2
Loading