From 17d904b42e28cabd54719673585c18ccd0dbd0f1 Mon Sep 17 00:00:00 2001 From: Giacomo Bernini Date: Wed, 7 Jul 2021 09:08:25 +0200 Subject: [PATCH] fixed typos in Test IDs --- SOL003/VNFIndicator-API/NotificationEndpoint.robot | 4 ++-- SOL003/VNFLifecycleManagement-API/VNFInstances.robot | 2 +- .../VNFPackageManagement-API/VNFPackageArtifacts.robot | 2 +- .../IndividualCapacityThreshold.robot | 10 +++++----- .../IndividualVIMsNFVICapacityInformation.robot | 2 +- SOL009/NFVMANOLogManagement-API/LoggingJobs.robot | 6 +++--- indexes/sol_005_index.csv | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/SOL003/VNFIndicator-API/NotificationEndpoint.robot b/SOL003/VNFIndicator-API/NotificationEndpoint.robot index e0432f2b..ceeee79e 100644 --- a/SOL003/VNFIndicator-API/NotificationEndpoint.robot +++ b/SOL003/VNFIndicator-API/NotificationEndpoint.robot @@ -8,7 +8,7 @@ Suite Setup Check resource existence and get CallbackUri *** Test Cases *** VNF Indicator Value Change Notification - [Documentation] Test ID: 7.3.6.7.1 + [Documentation] Test ID: 7.3.6.8.1 ... Test title: VNF Indicator Value Change Notification ... Test objective: The objective is to test that the POST request triggers VNF Indicator Value Change Notification. ... Pre-conditions: A VNF is instantiated, and a subscription for indicator value change notifications is available in the VNFM. @@ -20,7 +20,7 @@ VNF Indicator Value Change Notification Check HTTP Response Status Code Is 204 Supported Indicators Change Notification - [Documentation] Test ID: 7.3.6.7.2 + [Documentation] Test ID: 7.3.6.8.2 ... Test title: Supported Indicators Change Notification ... Test objective: The objective is to test that the POST request triggers Supported Indicators Change Notification. ... Pre-conditions: A VNF is instantiated, and a individual subscription resource for supported indicators change notifications is available in the VNFM. diff --git a/SOL003/VNFLifecycleManagement-API/VNFInstances.robot b/SOL003/VNFLifecycleManagement-API/VNFInstances.robot index e8c8ea24..4c1acc70 100644 --- a/SOL003/VNFLifecycleManagement-API/VNFInstances.robot +++ b/SOL003/VNFLifecycleManagement-API/VNFInstances.robot @@ -163,7 +163,7 @@ GET information about multiple VNF instances to get Paged Response Check HTTP Response Header Contain Link GET information about multiple VNF instances as a Paged Response with nextpage_opauque_marker parameter - [Documentation] Test ID: 7.3.1.17.12a + [Documentation] Test ID: 7.3.1.11.12a ... Test title: GET information about multiple VNF instances as a Paged Response with nextpage_opauque_marker parameter ... Test objective: The objective is to query information about multiple VNF instances as a Paged Response and retrieve the next page using the nextpage_opaque_marker parameter ... Pre-conditions: A request for retrieving multiple VNF instances as a paged response has been successfully issued (Test ID: 7.3.1.1.12) diff --git a/SOL003/VNFPackageManagement-API/VNFPackageArtifacts.robot b/SOL003/VNFPackageManagement-API/VNFPackageArtifacts.robot index 2d8d1e99..400d108f 100644 --- a/SOL003/VNFPackageManagement-API/VNFPackageArtifacts.robot +++ b/SOL003/VNFPackageManagement-API/VNFPackageArtifacts.robot @@ -402,7 +402,7 @@ Get VNF Package Artifact with "include_external_artifacts" parameter Check HTTP Response Header Content-Type Is application/zip Get OnBoarded VNF Package Artifact with "include_external_artifacts" parameter - [Documentation] Test ID: 7.3.3.11.17 + [Documentation] Test ID: 7.3.3.11.32 ... Test title: Get OnBoarded VNF Package Artifact with "include_external_artifacts" parameter ... Test objective: The objective is to test that the GET request read the whole content of the archive containing the external OnBoarded VNF Package Artifacts successfully when requested with "include_external_artifacts" parameter ... Pre-conditions: One or more VNF packages are onboarded in the NFVO. diff --git a/SOL005/NFVICapacityInformation-API/IndividualCapacityThreshold.robot b/SOL005/NFVICapacityInformation-API/IndividualCapacityThreshold.robot index fc3f2003..5c3a7b24 100644 --- a/SOL005/NFVICapacityInformation-API/IndividualCapacityThreshold.robot +++ b/SOL005/NFVICapacityInformation-API/IndividualCapacityThreshold.robot @@ -91,12 +91,12 @@ PATCH Individual Capacity Threshold - Unprocessible Entity Check HTTP Response Status Code Is 422 Check HTTP Response Body Json Schema Is ProblemDetails -DELETE Individual VNF Snapshot - [Documentation] Test ID: 7.3.1.41.8 - ... Test title: DELETE Individual VNF Snapshot - ... Test objective: The objective is to delete a VNF Snapshot +DELETE Individual Capacity Threshold + [Documentation] Test ID: 5.3.6.4.8 + ... Test title: DELETE Individual Capacity Threshold + ... Test objective: The objective is to delete an Individual Capacity Threshold ... Pre-conditions: none - ... Reference: Clause 5.4.24.3.5 - ETSI GS NFV-SOL 003 [1] v3.3.1 + ... Reference: Clause 10.4.5.3.4 - ETSI GS NFV-SOL 005 [1] v3.3.1 ... Config ID: Config_prod_VNFM ... Applicability: none ... Post-Conditions: VNF Snapshot deleted diff --git a/SOL005/NFVICapacityInformation-API/IndividualVIMsNFVICapacityInformation.robot b/SOL005/NFVICapacityInformation-API/IndividualVIMsNFVICapacityInformation.robot index 048f031c..1fc10029 100644 --- a/SOL005/NFVICapacityInformation-API/IndividualVIMsNFVICapacityInformation.robot +++ b/SOL005/NFVICapacityInformation-API/IndividualVIMsNFVICapacityInformation.robot @@ -28,7 +28,7 @@ GET Information about an Individual VIMs NFVI Capacity Information Check HTTP Response Body Json Schema Is NfviCapacityInfo GET Information about an Individual VIMs NFVI Capacity Information using filter query parameter - [Documentation] Test ID: 5.3.6.3.2 + [Documentation] Test ID: 5.3.6.3.3 ... Test title: GET Information about an Individual VIMs NFVI Capacity Information using filter query parameter ... Test objective: The objective is to retrieve information about Individual VIMs NFVI Capacity Information using filter query parameter ... Pre-conditions: none diff --git a/SOL009/NFVMANOLogManagement-API/LoggingJobs.robot b/SOL009/NFVMANOLogManagement-API/LoggingJobs.robot index 98d036a0..7ec51037 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.13 + [Documentation] Test ID: 8.3.4.1.15 ... 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.14 + [Documentation] Test ID: 8.3.4.1.16 ... 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.15 + [Documentation] Test ID: 8.3.4.1.17 ... Test title: DELETE Logging Jobs - Method not implemented ... Test objective: The objective is to test that the method is not implemented ... Pre-conditions: none diff --git a/indexes/sol_005_index.csv b/indexes/sol_005_index.csv index e45e8cd3..7a3c3503 100644 --- a/indexes/sol_005_index.csv +++ b/indexes/sol_005_index.csv @@ -78,7 +78,7 @@ 5.3.6.2,NFVI Capacity Information Endpoint, NFVICapacityInformation.robot 5.3.6.3,Individual VIMs NFVI Capacity Information Endpoint, IndividualVIMsNFVICapacityInformation.robot 5.3.6.4,Individual Capacity Threshold Endpoint, IndividualCapacityThreshold.robot -5.3.6.5,Capacity Thresholds Endpoint, IndividualCapacityThreshold.robot +5.3.6.5,Capacity Thresholds Endpoint, CapacityThresholds.robot 5.3.6.6,Notification Endpoint, NotificationEndpoint.robot 5.3.7,VNF Snapshot Package Management Interface, VNFSnapshotPackageManagement-API 5.3.7.1,API Version Resource Endpoint, ApiVersion.robot -- GitLab