summaryrefslogtreecommitdiffstats
path: root/blueprint-generator/TestCases/testComponentSpec.json
diff options
context:
space:
mode:
authorms236b <ms236b@att.com>2019-08-26 09:41:54 -0400
committerms236b <ms236b@att.com>2019-08-27 11:16:38 -0400
commit85fe98b96d6097369a107b7df79f75c0c2a10bc0 (patch)
treee6fe0a0264a023d53fd84a2d9f01a769657adb56 /blueprint-generator/TestCases/testComponentSpec.json
parent68dd2713e43dd0e42df9d430e83500faab4449ac (diff)
Added the policy models to onap version
Added Policy model support to onap version, added header Issue-ID: DCAEGEN2-1684 Change-Id: Id41c3c72c07613ef68e33ba2c34ad62b84944e8d Signed-off-by: ms236b <ms236b@att.com>
Diffstat (limited to 'blueprint-generator/TestCases/testComponentSpec.json')
-rw-r--r--blueprint-generator/TestCases/testComponentSpec.json17
1 files changed, 16 insertions, 1 deletions
diff --git a/blueprint-generator/TestCases/testComponentSpec.json b/blueprint-generator/TestCases/testComponentSpec.json
index a0a3489..d6b617b 100644
--- a/blueprint-generator/TestCases/testComponentSpec.json
+++ b/blueprint-generator/TestCases/testComponentSpec.json
@@ -54,7 +54,22 @@
"designer_editable": true,
"policy_editable": true,
"policy_group": "Test_Parameters",
- "required": true
+ "required": true,
+ "policy_schema": [
+ {
+ "name": "PolicySchemaTest",
+ "description": "List of objects for vnf type monitorng",
+ "type": "String",
+ "entry_schema": [
+ {
+ "name": "TestEntrySchema",
+ "description": "entry",
+ "type": "string",
+ "value": "None"
+ }
+ ]
+ }
+ ]
}
],