aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/fixture/data/licenseKeyGroups.json
diff options
context:
space:
mode:
Diffstat (limited to 'openecomp-ui/fixture/data/licenseKeyGroups.json')
-rw-r--r--openecomp-ui/fixture/data/licenseKeyGroups.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/openecomp-ui/fixture/data/licenseKeyGroups.json b/openecomp-ui/fixture/data/licenseKeyGroups.json
deleted file mode 100644
index 74050ab033..0000000000
--- a/openecomp-ui/fixture/data/licenseKeyGroups.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "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
- }
- ]
-}