From 85fe98b96d6097369a107b7df79f75c0c2a10bc0 Mon Sep 17 00:00:00 2001 From: ms236b Date: Mon, 26 Aug 2019 09:41:54 -0400 Subject: 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 --- blueprint-generator/TestCases/testComponentSpec.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'blueprint-generator/TestCases') 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" + } + ] + } + ] } ], -- cgit 1.2.3-korg