diff --git a/SOL005/NSDManagement-API/NSDescriptors.robot b/SOL005/NSDManagement-API/NSDescriptors.robot index c13806b8b759720686140360e0791ae5039d9354..7553e7ebccccc5bbdbd0ac3cf8a99073329bc838 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 0000000000000000000000000000000000000000..f89c67f4902a2a6d0a679133c6c53c7303607011 --- /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" +} + +