From 3b8cc907df55499ee1f9f83289f7be7042dd4b17 Mon Sep 17 00:00:00 2001 From: Giacomo Bernini Date: Tue, 18 Jun 2019 11:57:01 +0200 Subject: [PATCH] upd SOL005 NSD mgmt --- SOL005/NSDManagement-API/NSDescriptors.robot | 4 ++-- .../NSDManagement-API/schemas/UserDefinedData.schema.json | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 SOL005/NSDManagement-API/schemas/UserDefinedData.schema.json diff --git a/SOL005/NSDManagement-API/NSDescriptors.robot b/SOL005/NSDManagement-API/NSDescriptors.robot index c13806b8..7553e7eb 100644 --- a/SOL005/NSDManagement-API/NSDescriptors.robot +++ b/SOL005/NSDManagement-API/NSDescriptors.robot @@ -116,7 +116,7 @@ GET all Network Service Descriptors Information with exclude_default attribute s GET all Network Service Descriptors Information with fields attribute selector [Documentation] Test ID: 5.3.1.1.9 ... Test title: GET all Network Service Descriptors Information with fields attribute selector - ... Test objective: The objective is to test the retrieval of allNetwork Service Descriptors Information fields attribute selector, perform a JSON schema validation of the collected data structure, and verify that the retrieved information matches the issued fields selector + ... Test objective: The objective is to test the retrieval of all Network Service Descriptors Information with fields attribute selector, perform a JSON schema validation of the collected data structure, and verify that the retrieved information matches the issued fields selector ... Pre-conditions: One or more Network Service Descriptors are set in the NFVO. ... Reference: section 4.3.3.2.1, 5.4.2.3.2 - SOL005 v2.4.1 ... Config ID: Config_prod_NFVO @@ -130,7 +130,7 @@ GET all Network Service Descriptors Information with fields attribute selector GET all Network Service Descriptors Information with exclude_fields attribute selector [Documentation] Test ID: 5.3.1.1.10 ... Test title: GET all Network Service Descriptors Information with exclude_fields attribute selector - ... Test objective: The objective is to test the retrieval of all VNF performance monitoring exclude_fields attribute selector, perform a JSON schema validation of the collected data structure, and verify that the retrieved information matches the issued exclude_fields selector + ... Test objective: The objective is to test the retrieval of all Network Service Descriptors Information with exclude_fields attribute selector, perform a JSON schema validation of the collected data structure, and verify that the retrieved information matches the issued exclude_fields selector ... Pre-conditions: One or more Network Service Descriptors are set in the NFVO. ... Reference: section 4.3.3.2.1, 5.4.2.3.2 - SOL005 v2.4.1 ... Config ID: Config_prod_NFVO diff --git a/SOL005/NSDManagement-API/schemas/UserDefinedData.schema.json b/SOL005/NSDManagement-API/schemas/UserDefinedData.schema.json new file mode 100644 index 00000000..f89c67f4 --- /dev/null +++ b/SOL005/NSDManagement-API/schemas/UserDefinedData.schema.json @@ -0,0 +1,6 @@ +{ + "description": "list of user defined data in key-value pairs", + "type": "object" +} + + -- GitLab