From 5377c07b2858bd7b880cc31f91f639d2725ca866 Mon Sep 17 00:00:00 2001
From: zulfiqar <sana.zulfiqar@xflowresearch.com>
Date: Tue, 2 Mar 2021 15:00:49 +0100
Subject: [PATCH] added missing library

---
 SOL003/VNFPerformanceManagement-API/IndividualPmJob.robot | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/SOL003/VNFPerformanceManagement-API/IndividualPmJob.robot b/SOL003/VNFPerformanceManagement-API/IndividualPmJob.robot
index ede0ebf4..68844d25 100644
--- a/SOL003/VNFPerformanceManagement-API/IndividualPmJob.robot
+++ b/SOL003/VNFPerformanceManagement-API/IndividualPmJob.robot
@@ -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
-- 
GitLab