summaryrefslogtreecommitdiffstats
path: root/aai-core/src/test/resources/payloads/resource/generic-vnf-with-vf-module.json
diff options
context:
space:
mode:
Diffstat (limited to 'aai-core/src/test/resources/payloads/resource/generic-vnf-with-vf-module.json')
-rw-r--r--aai-core/src/test/resources/payloads/resource/generic-vnf-with-vf-module.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/aai-core/src/test/resources/payloads/resource/generic-vnf-with-vf-module.json b/aai-core/src/test/resources/payloads/resource/generic-vnf-with-vf-module.json
new file mode 100644
index 00000000..09c9b48f
--- /dev/null
+++ b/aai-core/src/test/resources/payloads/resource/generic-vnf-with-vf-module.json
@@ -0,0 +1,17 @@
+{
+ "vnf-id": "test-vnf11",
+ "vnf-name": "example-vnf-name-val-37069",
+ "vnf-name2": "example-vnf-name2-val-58382",
+ "vnf-type": "example-vnf-type-val-95069",
+ "in-maint": true,
+ "is-closed-loop-disabled": true,
+ "vf-modules": {
+ "vf-module": [
+ {
+ "vf-module-id": "vf-module-test11",
+ "is-base-vf-module": true,
+ "automated-assignment": true
+ }
+ ]
+ }
+}