From: Ben David, Elad (eb7504) Date: Mon, 23 Mar 2020 16:05:27 +0000 (+0200) Subject: Fix to CSIT failure due to EP type X-Git-Tag: 1.7.0~274 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=cb10a6cc9f65ef69c3c8a29a9ea3312adfe814e4;p=sdc.git Fix to CSIT failure due to EP type Change-Id: I6a2bcd4b43490898952fa1a5ea171ece015d376c Issue-ID: SDC-2820 Signed-off-by: Ben David, Elad (eb7504) --- diff --git a/test-apis-ci/src/main/java/org/openecomp/sdc/ci/tests/utils/general/VendorLicenseModelRestUtils.java b/test-apis-ci/src/main/java/org/openecomp/sdc/ci/tests/utils/general/VendorLicenseModelRestUtils.java index 7955b95239..72f8fc1a01 100644 --- a/test-apis-ci/src/main/java/org/openecomp/sdc/ci/tests/utils/general/VendorLicenseModelRestUtils.java +++ b/test-apis-ci/src/main/java/org/openecomp/sdc/ci/tests/utils/general/VendorLicenseModelRestUtils.java @@ -254,6 +254,7 @@ public class VendorLicenseModelRestUtils { JSONObject jObjectBody = new JSONObject(); jObjectBody.put("name", "def"+ OnboardingUtils.getShortUUID()); jObjectBody.put("description", "new vendor license entitlement pool"); + jObjectBody.put("type", "Universal"); jObjectBody.put("thresholdValue", "23"); jObjectBody.put("thresholdUnits", "Absolute"); jObjectBody.put("entitlementMetric", jEntitlementMetricObject);