Skip to content
Snippets Groups Projects

SOL003 VNF Performance Management - Implementation of deltas between v3.3.1 and v2.7.1

Merged Giacomo Bernini requested to merge 3.3.1-dev-SOL003-VNFPerformanceManagement into 3.3.1-dev
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -4,6 +4,7 @@ Library JSONSchemaLibrary schemas/
Resource environment/variables.txt # Generic Parameters
Library JSONLibrary
Library REST ${VNFM_SCHEMA}://${VNFM_HOST}:${VNFM_PORT} ssl_verify=false
Library String
*** Test Cases ***
GET individual VNF Performance Job
@@ -118,7 +119,7 @@ PATCH Individual VNF Performance Job - Unprocessable Entity
... Reference: Clause 6.4.3.3.4 - ETSI GS NFV-SOL 003 [1] v3.3.1
... Config ID: Config_prod_VNFM
... Applicability: none
... Post-Conditions:
... Post-Conditions: none
Send Patch request for individual VNF Performance Job with unprocessable entity
Check HTTP Response Status Code Is 422
Check HTTP Response Body Json Schema Is ProblemDetails
Loading