Add new code new version

Change-Id: Ic02a76313503b526f17c3df29eb387a29fe6a42a
Signed-off-by: Michael Lando <ml636r@att.com>
diff --git a/openecomp-ui/fixture/data/featureGroup.json b/openecomp-ui/fixture/data/featureGroup.json
new file mode 100644
index 0000000..278baec
--- /dev/null
+++ b/openecomp-ui/fixture/data/featureGroup.json
@@ -0,0 +1,59 @@
+{
+  "name": "fssss",
+  "description": "gdfgdfgdsfg",
+  "id": "1",
+  "licenseKeyGroupsIds": [
+    "1,2"
+  ],
+  "entitlementPoolsIds": [
+    "1,2"
+  ],
+  "licenseKeyGroups": [
+    {
+      "name": "ls1",
+      "description": "string",
+      "type": "string",
+      "operationalScope": "string",
+      "id": "1",
+      "refCount": 0
+    },
+    {
+      "name": "ls2",
+      "description": "string",
+      "type": "string",
+      "operationalScope": "string",
+      "id": "1",
+      "refCount": 0
+    }
+  ],
+  "entitlementPools": [
+    {
+      "name": "ep1",
+      "description": "string",
+      "thresholdValue": 0,
+      "thresholdUnits": "string",
+      "entitlementMetric": "string",
+      "increments": "string",
+      "aggregationFunction": "string",
+      "operationalScope": "string",
+      "time": "string",
+      "sku": "string",
+      "id": "string",
+      "refCount": 0
+    },
+    {
+      "name": "ep2",
+      "description": "string",
+      "thresholdValue": 0,
+      "thresholdUnits": "string",
+      "entitlementMetric": "string",
+      "increments": "string",
+      "aggregationFunction": "string",
+      "operationalScope": "string",
+      "time": "string",
+      "sku": "string",
+      "id": "string",
+      "refCount": 0
+    }
+  ]
+}