aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/test/resources/payload_jsons/vfmodule_instantiation_request_without_volume_group.json
diff options
context:
space:
mode:
authorEylon Malin <eylon.malin@intl.att.com>2020-01-09 15:48:07 +0000
committerGerrit Code Review <gerrit@onap.org>2020-01-09 15:48:07 +0000
commit1a38683847c91ec6f3861b83582ce7441d3050ca (patch)
treec89079dd7847bae0977075e5e3c62557e2ec7331 /vid-app-common/src/test/resources/payload_jsons/vfmodule_instantiation_request_without_volume_group.json
parent2d701e93373c70e33c2f797d7b2c177cfe96bc2e (diff)
parent6b5dd86a3557e8eed2c4584f5d16df5654cbc57b (diff)
Merge "Fix the format of supplementary file and user params for aLaCarte requests"
Diffstat (limited to 'vid-app-common/src/test/resources/payload_jsons/vfmodule_instantiation_request_without_volume_group.json')
-rw-r--r--vid-app-common/src/test/resources/payload_jsons/vfmodule_instantiation_request_without_volume_group.json19
1 files changed, 14 insertions, 5 deletions
diff --git a/vid-app-common/src/test/resources/payload_jsons/vfmodule_instantiation_request_without_volume_group.json b/vid-app-common/src/test/resources/payload_jsons/vfmodule_instantiation_request_without_volume_group.json
index 3581a475a..1d0b96eca 100644
--- a/vid-app-common/src/test/resources/payload_jsons/vfmodule_instantiation_request_without_volume_group.json
+++ b/vid-app-common/src/test/resources/payload_jsons/vfmodule_instantiation_request_without_volume_group.json
@@ -50,11 +50,20 @@
],
"requestParameters": {
"usePreload": true,
- "userParams": [{
- "vre_a_volume_size_0" : "100",
- "vmx_int_net_len" : "24",
- "availability_zone_0": "mtpocdv-kvm-az01"
- }],
+ "userParams": [
+ {
+ "name": "vre_a_volume_size_0",
+ "value": "100"
+ },
+ {
+ "name": "vmx_int_net_len",
+ "value": "24"
+ },
+ {
+ "name": "availability_zone_0",
+ "value": "mtpocdv-kvm-az01"
+ }
+ ],
"testApi" : "VNF_API"
}
}