aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vfc/nfvo-lcm/jsoninput/instantiate_ns.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vfc/nfvo-lcm/jsoninput/instantiate_ns.json')
-rw-r--r--tests/vfc/nfvo-lcm/jsoninput/instantiate_ns.json51
1 files changed, 51 insertions, 0 deletions
diff --git a/tests/vfc/nfvo-lcm/jsoninput/instantiate_ns.json b/tests/vfc/nfvo-lcm/jsoninput/instantiate_ns.json
new file mode 100644
index 00000000..01ed3961
--- /dev/null
+++ b/tests/vfc/nfvo-lcm/jsoninput/instantiate_ns.json
@@ -0,0 +1,51 @@
+{
+ "locationConstraints": [
+ {
+ "vnfProfileId": "123",
+ "locationConstraints": {
+ "vimId": "vim123"
+ }
+ }
+ ],
+ "additionalParamForNs": {
+ "additionalProp1": "Prop1",
+ "additionalProp2": "Prop2",
+ "additionalProp3": "Prop3"
+ },
+ "addpnfData": [
+ {
+ "pnfId": "123",
+ "pnfName": "pdf123",
+ "pnfdId": "123",
+ "pnfProfileId": "123",
+ "cpData": [
+ {
+ "cpInstanceId": "123",
+ "cpdId": "123",
+ "cpProtocolData": [
+ {
+ "layerProtocol": "IP_OVER_ETHERNET",
+ "ipOverEthernet": {
+ "macAddress": "7C-76-35-4C-31-78",
+ "ipAddresses": [
+ {
+ "type": "IPV4",
+ "fixedAddresses": [
+ "192.168.43.10"
+ ],
+ "numDynamicAddresses": 0,
+ "addressRange": {
+ "minAddress": "192.168.253.0",
+ "maxAddress": "192.168.253.255"
+ },
+ "subnetId": "255.255.255.0"
+ }
+ ]
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file