Commit e7ed929b authored by Ayesha Ayub's avatar Ayesha Ayub Committed by Giacomo Bernini
Browse files

Fix minor issue in the VNFLifecycleManagement-API as per SOL002 v4.4.1

parent b18e0a42
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -47,9 +47,9 @@ POST Create VNF Snapshot Task - CONFLICT
    Check HTTP Response Status Code Is    409
    Check HTTP Response Body Json Schema Is    ProblemDetails 

POST Create VNF Snapshot Task - UNPROCESSIBLE ENTITY
POST Create VNF Snapshot Task - UNPROCESSIBLE CONTENT
    [Documentation]    Test ID: 6.3.5.23.4
    ...    Test title: POST Create VNF Snapshot Task - UNPROCESSIBLE ENTITY
    ...    Test title: POST Create VNF Snapshot Task - UNPROCESSIBLE CONTENT
    ...    Test objective: The objective is to test that the POST method cannot request for a snapshot when the provided identifier of the target "Individual VNF snapshot" resource for the VNF snapshot is invalid. 
    ...    Pre-conditions: none
    ...    Reference: Clause 5.4.21.3.1 - ETSI GS NFV-SOL 002 [2] v4.4.1
@@ -57,7 +57,7 @@ POST Create VNF Snapshot Task - UNPROCESSIBLE ENTITY
    ...    Applicability: The identifier of the target "Individual VNF snapshot" resource for the VNF snapshot is invalid.
    ...    Post-Conditions: none
    POST Create VNF Snapshot Task INVALID IDENTIFIER
    Check HTTP Response Status Code Is    409
    Check HTTP Response Status Code Is    422
    Check HTTP Response Body Json Schema Is    ProblemDetails 
    
GET Create VNF Snapshot Task - Method not implemented
+2 −2
Original line number Diff line number Diff line
@@ -162,9 +162,9 @@ GET information about multiple VNF instances with "exclude_default" and "fields"
    Check HTTP Response Status Code Is    200
    Check HTTP Response Body Json Schema Is    vnfInstances
    
POST Create a new vnfInstance - UNPROCESSIBLE ENTITY
POST Create a new vnfInstance - UNPROCESSIBLE CONTENT
    [Documentation]    Test ID: 6.3.5.1.13
    ...    Test title: POST Create a new vnfInstance - UNPROCESSIBLE ENTITY
    ...    Test title: POST Create a new vnfInstance - UNPROCESSIBLE CONTENT
    ...    Test objective: The objective is to test that a new VNF instance resource is not created when 
    ...    Pre-conditions: none
    ...    Reference: Clause 5.4.2.3.1 - ETSI GS NFV-SOL 002 [2] v4.4.1