From 0947b0d355b27d1c8b816824b068a8f7fd9ef2f9 Mon Sep 17 00:00:00 2001 From: uihassan Date: Wed, 12 Aug 2020 09:29:14 +0500 Subject: [PATCH] fixed TID mismatch in NFVMANOEntity.robot --- .../NFVMANOEntity.robot | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/SOL009/NFVManoConfigurationAndInformationManagement-API/NFVMANOEntity.robot b/SOL009/NFVManoConfigurationAndInformationManagement-API/NFVMANOEntity.robot index b6c85e15..ba7ee2ec 100644 --- a/SOL009/NFVManoConfigurationAndInformationManagement-API/NFVMANOEntity.robot +++ b/SOL009/NFVManoConfigurationAndInformationManagement-API/NFVMANOEntity.robot @@ -9,7 +9,7 @@ Library MockServerLibrary *** Test Cases *** 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 objective: The objective is to test that POST method is not allowed to create an NFV-MANO Entity. ... Pre-conditions: @@ -21,7 +21,7 @@ POST NFV-MANO entity - Method not implemented Check HTTP Response Status Code Is 405 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 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: @@ -34,7 +34,7 @@ GET NFV-MANO entity Check HTTP Response Body Json Schema Is ManoEntity 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 objective: The objective is to test that PUT method is not allowed to update an NFV-MANO Entity. ... Pre-conditions: @@ -46,7 +46,7 @@ PUT NFV-MANO entity - Method not implemented Check HTTP Response Status Code Is 405 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 objective: This method modifies the NFV-MANO entity resource ... 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 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 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. @@ -72,7 +72,7 @@ PATCH NFV-MANO entity - Conflict Check HTTP Response Body Json Schema Is ProblemDetails 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 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. @@ -85,7 +85,7 @@ PATCH NFV-MANO entity - PreCondition Failed Check HTTP Response Body Json Schema Is ProblemDetails 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 objective: The objective is to test that DELETE method is not allowed to delete an NFV-MANO Entity. ... Pre-conditions: -- GitLab