Commit 2a13ecc2 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fixed issue #197 in 3.3.1-fix-plu

parent 9a61e995
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 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ Resource VnfLcmMntOperationKeywords.robot
POST Fail operation task  
    [Documentation]    Test ID: 7.3.1.15.1
    ...    Test title: POST Fail operation task
    ...    Test objective: The objective is to test that POST method mark as "finally failed" a VNF lifecycle operation 
    ...    Test objective: The objective is to test that POST method mark as "finally failed" a VNF lifecycle operation, and perform a JSON schema and content validation of the returned data structure
    ...    Pre-conditions: the "VNF LCM operation occurrence" resource is in "FAILED_TEMP" state.
    ...    Reference: Clause 5.4.16.3.1 - ETSI GS NFV-SOL 003 [1] v3.3.1
    ...    Config ID: Config_prod_VNFM
@@ -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 Body Json Schema Is    VnfLcmOpOcc
    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