summaryrefslogtreecommitdiffstats
path: root/blueprint-generator/TestCases/testComponentSpec.json
diff options
context:
space:
mode:
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"
+ }
+ ]
+ }
+ ]
}
],