diff options
Diffstat (limited to 'vid-app-common/src/test/resources/vf-with-vfcInstanceGroups.json')
-rw-r--r-- | vid-app-common/src/test/resources/vf-with-vfcInstanceGroups.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/vid-app-common/src/test/resources/vf-with-vfcInstanceGroups.json b/vid-app-common/src/test/resources/vf-with-vfcInstanceGroups.json index ee3a1b4c2..3b7e2e854 100644 --- a/vid-app-common/src/test/resources/vf-with-vfcInstanceGroups.json +++ b/vid-app-common/src/test/resources/vf-with-vfcInstanceGroups.json @@ -54,7 +54,8 @@ "minCountInstances": 1, "maxCountInstances": 1, "initialCount": 1, - "vfModuleLabel": "main" + "vfModuleLabel": "main", + "baseModule" : true }, "inputs": { @@ -118,7 +119,8 @@ "minCountInstances": 1, "maxCountInstances": 1, "initialCount": 1, - "vfModuleLabel": "main" + "vfModuleLabel": "main", + "baseModule" : true }, "inputs": { @@ -131,5 +133,6 @@ }, "pnfs": { - } + }, + "vnfGroups": {} }
\ No newline at end of file |