Add new code new version
Change-Id: Ic02a76313503b526f17c3df29eb387a29fe6a42a
Signed-off-by: Michael Lando <ml636r@att.com>
diff --git a/openecomp-ui/fixture/data/licenseKeyGroups.json b/openecomp-ui/fixture/data/licenseKeyGroups.json
new file mode 100644
index 0000000..74050ab
--- /dev/null
+++ b/openecomp-ui/fixture/data/licenseKeyGroups.json
@@ -0,0 +1,20 @@
+{
+ "results":[
+ {
+ "name": "lsk1",
+ "description": "string",
+ "type": "Unique",
+ "operationalScope": {"choices": ["Network_Wide","VM"], "other": ""},
+ "id": "1",
+ "referencingFeatureGroups":["1","2"]
+ },
+ {
+ "name": "lsk2",
+ "description": "string",
+ "type": "One_Time",
+ "operationalScope": {"choices": ["Other"], "other": "blabla"},
+ "id": "2",
+ "referencingFeatureGroups": 0
+ }
+ ]
+}