Fix to CSIT failure due to EP type 72/104172/2
authorBen David, Elad (eb7504) <eb7504@intl.att.com>
Mon, 23 Mar 2020 16:05:27 +0000 (18:05 +0200)
committerOfir Sonsino <ofir.sonsino@intl.att.com>
Wed, 25 Mar 2020 13:00:46 +0000 (13:00 +0000)
Change-Id: I6a2bcd4b43490898952fa1a5ea171ece015d376c
Issue-ID: SDC-2820
Signed-off-by: Ben David, Elad (eb7504) <eb7504@intl.att.com>
test-apis-ci/src/main/java/org/openecomp/sdc/ci/tests/utils/general/VendorLicenseModelRestUtils.java

index 7955b95..72f8fc1 100644 (file)
@@ -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);