Commit 62aa2c20 authored by Giacomo Bernini's avatar Giacomo Bernini Committed by Giacomo Bernini
Browse files

fixed Test ID for individual vNF Snapshot

parent 44bdc458
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ Resource NSLCMOperationKeywords.robot

*** Test Cases ***
POST Individual VNF Snapshot - Method not implemented
    [Documentation]    Test ID: 5.3.2.27.1
    [Documentation]    Test ID: 5.3.2.28.1
    ...    Test title: POST Individual VNF Snapshot - Method not implemented
    ...    Test objective: The objective is to test that POST method is not implemented
    ...    Pre-conditions: none
@@ -15,7 +15,7 @@ POST Individual VNF Snapshot - Method not implemented
    Check HTTP Response Status Code Is    405
    
GET Information about an individual VNF Snapshot - SUCCESSFUL
    [Documentation]    Test ID: 5.3.2.27.2
    [Documentation]    Test ID: 5.3.2.28.2
    ...    Test title: GET Information about an individual VNF Snapshot - SUCCESSFUL
    ...    Test objective: The objective is to GET information about an individual VNF Snapshot
    ...    Pre-conditions: none
@@ -28,7 +28,7 @@ GET Information about an individual VNF Snapshot - SUCCESSFUL
    Check HTTP Response Body Json Schema Is    VnfSnapshotInfo
        
GET Information about an individual VNF Snapshot - NOT FOUND
     [Documentation]    Test ID: 5.3.2.27.3
     [Documentation]    Test ID: 5.3.2.28.3
    ...    Test title: GET Information about an individual VNF Snapshot - NOT FOUND
    ...    Test objective: The objective is to test that the retrieval of individual VNF Snapshot fails when using an invalid resource identifier.
    ...    Pre-conditions: none
@@ -41,7 +41,7 @@ GET Information about an individual VNF Snapshot - NOT FOUND
    Check HTTP Response Body Json Schema Is   ProblemDetails

PUT Individual VNF Snapshot - Method not implemented 
     [Documentation]    Test ID: 5.3.2.27.4
     [Documentation]    Test ID: 5.3.2.28.4
    ...    Test title: PUT Individual VNF Snapshot - Method not implemented
    ...    Test objective: The objective is to test that PUT method is not implemented
    ...    Pre-conditions: none
@@ -53,7 +53,7 @@ PUT Individual VNF Snapshot - Method not implemented
    Check HTTP Response Status Code Is    405

PATCH Individual VNF Snapshot - Method not implemented 
     [Documentation]    Test ID: 5.3.2.27.5
     [Documentation]    Test ID: 5.3.2.28.5
    ...    Test title: PATCH Individual VNF Snapshot - Method not implemented
    ...    Test objective: The objective is to test that PATCH method is not implemented
    ...    Pre-conditions: none
@@ -65,7 +65,7 @@ PATCH Individual VNF Snapshot - Method not implemented
    Check HTTP Response Status Code Is    405

DELETE Individual VNF Snapshot
    [Documentation]    Test ID: 5.3.2.27.6
    [Documentation]    Test ID: 5.3.2.28.6
    ...    Test title: DELETE Individual VNF Snapshot
    ...    Test objective: The objective is to delete a VNF Snapshot
    ...    Pre-conditions: none
@@ -78,7 +78,7 @@ DELETE Individual VNF Snapshot
    Check Postcondition VNF Snapshot Resource Is Deleted

DELETE Individual VNF Snapshot - Conflict
     [Documentation]    Test ID: 5.3.2.27.7
     [Documentation]    Test ID: 5.3.2.28.7
    ...    Test title: DELETE Individual VNF Snapshot Conflict
    ...    Test objective: The objective is to verify that The operation cannot be executed currently, due to a conflict with the state of the VNF Snapshot resource.
    ...    Pre-conditions: none