summaryrefslogtreecommitdiffstats
path: root/aai-core/src/test/resources/payloads/expected/generic-vnf-with-lag-interface.json
diff options
context:
space:
mode:
Diffstat (limited to 'aai-core/src/test/resources/payloads/expected/generic-vnf-with-lag-interface.json')
-rw-r--r--aai-core/src/test/resources/payloads/expected/generic-vnf-with-lag-interface.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/aai-core/src/test/resources/payloads/expected/generic-vnf-with-lag-interface.json b/aai-core/src/test/resources/payloads/expected/generic-vnf-with-lag-interface.json
new file mode 100644
index 00000000..3c656da1
--- /dev/null
+++ b/aai-core/src/test/resources/payloads/expected/generic-vnf-with-lag-interface.json
@@ -0,0 +1,27 @@
+{
+ "vnf-id": "vnf1",
+ "vnf-type": "someval",
+ "vnf-name": "someval",
+ "lag-interfaces": {
+ "lag-interface": [
+ {
+ "interface-name": "lag1",
+ "l-interfaces": {
+ "l-interface": [
+ {
+ "interface-name": "int1",
+ "l3-interface-ipv6-address-list": [
+ {
+ "l3-interface-ipv6-address": "ipv1"
+ },
+ {
+ "l3-interface-ipv6-address": "ipv2"
+ }
+ ]
+ }
+ ]
+ }
+ }
+ ]
+ }
+}