Commit 0947b0d3 authored by Najam UI Hassan's avatar Najam UI Hassan Committed by Giacomo Bernini
Browse files

fixed TID mismatch in NFVMANOEntity.robot

parent b19c3841
Loading
Loading
Loading
Loading
+7 −7
Original line number Original line Diff line number Diff line
@@ -9,7 +9,7 @@ Library MockServerLibrary


*** Test Cases ***
*** Test Cases ***
POST NFV-MANO entity - Method not implemented
POST NFV-MANO entity - Method not implemented
    [Documentation]    Test ID: 8.3.4.1.1
    [Documentation]    Test ID: 8.3.1.1.1
    ...    Test title: POST NFV-MANO entity - Method not implemented
    ...    Test title: POST NFV-MANO entity - Method not implemented
    ...    Test objective: The objective is to test that POST method is not allowed to create an NFV-MANO Entity.
    ...    Test objective: The objective is to test that POST method is not allowed to create an NFV-MANO Entity.
    ...    Pre-conditions: 
    ...    Pre-conditions: 
@@ -21,7 +21,7 @@ POST NFV-MANO entity - Method not implemented
    Check HTTP Response Status Code Is    405
    Check HTTP Response Status Code Is    405


GET NFV-MANO entity
GET NFV-MANO entity
    [Documentation]    Test ID: 8.3.4.1.2
    [Documentation]    Test ID: 8.3.1.1.2
    ...    Test title: Get NFV-MANO entity
    ...    Test title: Get NFV-MANO entity
    ...    Test objective: The objective is to test the retrieval of information about an NFV-MANO functional entity by reading the NFV-MANO entity resource and perform a JSON schema and content validation of the collected job data structure.
    ...    Test objective: The objective is to test the retrieval of information about an NFV-MANO functional entity by reading the NFV-MANO entity resource and perform a JSON schema and content validation of the collected job data structure.
    ...    Pre-conditions: 
    ...    Pre-conditions: 
@@ -34,7 +34,7 @@ GET NFV-MANO entity
    Check HTTP Response Body Json Schema Is   ManoEntity
    Check HTTP Response Body Json Schema Is   ManoEntity
    
    
PUT NFV-MANO entity - Method not implemented
PUT NFV-MANO entity - Method not implemented
    [Documentation]    Test ID: 8.3.4.1.3
    [Documentation]    Test ID: 8.3.1.1.3
    ...    Test title: PUT NFV-MANO entity - Method not implemented
    ...    Test title: PUT NFV-MANO entity - Method not implemented
    ...    Test objective: The objective is to test that PUT method is not allowed to update an NFV-MANO Entity.
    ...    Test objective: The objective is to test that PUT method is not allowed to update an NFV-MANO Entity.
    ...    Pre-conditions: 
    ...    Pre-conditions: 
@@ -46,7 +46,7 @@ PUT NFV-MANO entity - Method not implemented
    Check HTTP Response Status Code Is    405
    Check HTTP Response Status Code Is    405


PATCH NFV-MANO entity
PATCH NFV-MANO entity
    [Documentation]    Test ID: 8.3.4.1.4
    [Documentation]    Test ID: 8.3.1.1.4
    ...    Test title: PATCH NFV-MANO entity
    ...    Test title: PATCH NFV-MANO entity
    ...    Test objective: This method modifies the NFV-MANO entity resource
    ...    Test objective: This method modifies the NFV-MANO entity resource
    ...    Pre-conditions: NFV-MANO entity resource is already created.
    ...    Pre-conditions: NFV-MANO entity resource is already created.
@@ -59,7 +59,7 @@ PATCH NFV-MANO entity
    Check HTTP Response Body Json Schema Is   ManoConfigModifications
    Check HTTP Response Body Json Schema Is   ManoConfigModifications
    
    
PATCH NFV-MANO entity - Conflict
PATCH NFV-MANO entity - Conflict
    [Documentation]    Test ID: 8.3.4.1.5
    [Documentation]    Test ID: 8.3.1.1.5
    ...    Test title: PATCH NFV-MANO entity - Conflict
    ...    Test title: PATCH NFV-MANO entity - Conflict
    ...    Test objective: The objective is to test that the modification of the NFV-MANO entity resource failed due to a conflict with the state of the NFV-MANO entity resource and perform the JSON schema validation of the failed operation HTTP response.
    ...    Test objective: The objective is to test that the modification of the NFV-MANO entity resource failed due to a conflict with the state of the NFV-MANO entity resource and perform the JSON schema validation of the failed operation HTTP response.
    ...    Pre-conditions: NFV-MANO entity resource is already created.
    ...    Pre-conditions: NFV-MANO entity resource is already created.
@@ -72,7 +72,7 @@ PATCH NFV-MANO entity - Conflict
    Check HTTP Response Body Json Schema Is   ProblemDetails
    Check HTTP Response Body Json Schema Is   ProblemDetails
    
    
PATCH NFV-MANO entity - PreCondition Failed
PATCH NFV-MANO entity - PreCondition Failed
    [Documentation]    Test ID: 8.3.4.1.6
    [Documentation]    Test ID: 8.3.1.1.6
    ...    Test title: PATCH NFV-MANO entity - PreCondition Failed
    ...    Test title: PATCH NFV-MANO entity - PreCondition Failed
    ...    Test objective: The objective is to test that the modification of the NFV-MANO entity resource failed because precondition given in an HTTP request header is not fulfilled and perform the JSON schema validation of the failed operation HTTP response.
    ...    Test objective: The objective is to test that the modification of the NFV-MANO entity resource failed because precondition given in an HTTP request header is not fulfilled and perform the JSON schema validation of the failed operation HTTP response.
    ...    Pre-conditions: NFV-MANO entity resource is already created.
    ...    Pre-conditions: NFV-MANO entity resource is already created.
@@ -85,7 +85,7 @@ PATCH NFV-MANO entity - PreCondition Failed
    Check HTTP Response Body Json Schema Is   ProblemDetails
    Check HTTP Response Body Json Schema Is   ProblemDetails
    
    
DELETE NFV-MANO entity - Method not implemented
DELETE NFV-MANO entity - Method not implemented
    [Documentation]    Test ID: 8.3.4.1.7
    [Documentation]    Test ID: 8.3.1.1.7
    ...    Test title: DELETE NFV-MANO entity - Method not implemented
    ...    Test title: DELETE NFV-MANO entity - Method not implemented
    ...    Test objective: The objective is to test that DELETE method is not allowed to delete an NFV-MANO Entity.
    ...    Test objective: The objective is to test that DELETE method is not allowed to delete an NFV-MANO Entity.
    ...    Pre-conditions: 
    ...    Pre-conditions: