From 695c2b271505c74302ea80841a8f58e8157f0b5c Mon Sep 17 00:00:00 2001 From: hammad zafar Date: Wed, 11 Aug 2021 02:35:17 +0500 Subject: [PATCH] fixed Test IDs --- .../IndividualCapacityThreshold.robot | 4 ++-- SOL009/NFVMANOLogManagement-API/LoggingJobs.robot | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SOL005/NFVICapacityInformation-API/IndividualCapacityThreshold.robot b/SOL005/NFVICapacityInformation-API/IndividualCapacityThreshold.robot index 5c3a7b24..15457a95 100644 --- a/SOL005/NFVICapacityInformation-API/IndividualCapacityThreshold.robot +++ b/SOL005/NFVICapacityInformation-API/IndividualCapacityThreshold.robot @@ -97,9 +97,9 @@ DELETE Individual Capacity Threshold ... Test objective: The objective is to delete an Individual Capacity Threshold ... Pre-conditions: none ... Reference: Clause 10.4.5.3.4 - ETSI GS NFV-SOL 005 [1] v3.3.1 - ... Config ID: Config_prod_VNFM + ... Config ID: Config_prod_NFVO ... Applicability: none - ... Post-Conditions: VNF Snapshot deleted + ... Post-Conditions: Capacity threshold is deleted DELETE Individual Capacity Threshold Check HTTP Response Status Code Is 204 Check Postcondition resource is deleted \ No newline at end of file diff --git a/SOL009/NFVMANOLogManagement-API/LoggingJobs.robot b/SOL009/NFVMANOLogManagement-API/LoggingJobs.robot index 7ec51037..81b86054 100644 --- a/SOL009/NFVMANOLogManagement-API/LoggingJobs.robot +++ b/SOL009/NFVMANOLogManagement-API/LoggingJobs.robot @@ -202,7 +202,7 @@ GET information about Logging Jobs with expired or revoked authorization token Check HTTP Response Status Code Is 401 PUT Logging Jobs - Method not implemented - [Documentation] Test ID: 8.3.4.1.15 + [Documentation] Test ID: 8.3.4.1.16 ... Test title: PUT Logging Jobs - Method not implemented ... Test objective: The objective is to test that the method is not implemented ... Pre-conditions: none @@ -214,7 +214,7 @@ PUT Logging Jobs - Method not implemented Check HTTP Response Status Code Is 405 PATCH Logging Jobs - Method not implemented - [Documentation] Test ID: 8.3.4.1.16 + [Documentation] Test ID: 8.3.4.1.17 ... Test title: PATCH Logging Jobs - Method not implemented ... Test objective: The objective is to test that the method is not implemented ... Pre-conditions: none @@ -226,7 +226,7 @@ PATCH Logging Jobs - Method not implemented Check HTTP Response Status Code Is 405 DELETE Logging Jobs - Method not implemented - [Documentation] Test ID: 8.3.4.1.17 + [Documentation] Test ID: 8.3.4.1.18 ... Test title: DELETE Logging Jobs - Method not implemented ... Test objective: The objective is to test that the method is not implemented ... Pre-conditions: none -- GitLab