diff options
author | 2020-11-05 15:47:23 +0100 | |
---|---|---|
committer | 2020-11-27 15:14:17 +0000 | |
commit | 164596ffc56c1f9a4418a2f3b8f3941896b124f7 (patch) | |
tree | 6b622ce09273cad1e73735f77dd650624a54e5f1 /vid-app-common/src/test/resources/getTopology/serviceWithCR | |
parent | 3e558222d300ff70ff490914cc2245cf2a59e72a (diff) |
Update VID SO API call generation - include PNF instanceName parameter in SO API call (macro)
Creation of functionality to prepare service with PNF request which call SO.
Issue-ID: VID-695
Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com>
Change-Id: I5285ac2ab5e95665244ca18c6549249d9330b1ed
Diffstat (limited to 'vid-app-common/src/test/resources/getTopology/serviceWithCR')
-rw-r--r-- | vid-app-common/src/test/resources/getTopology/serviceWithCR/getTopologyWithCR.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vid-app-common/src/test/resources/getTopology/serviceWithCR/getTopologyWithCR.json b/vid-app-common/src/test/resources/getTopology/serviceWithCR/getTopologyWithCR.json index f038427c5..cba323c7e 100644 --- a/vid-app-common/src/test/resources/getTopology/serviceWithCR/getTopologyWithCR.json +++ b/vid-app-common/src/test/resources/getTopology/serviceWithCR/getTopologyWithCR.json @@ -25,6 +25,7 @@ "rollbackOnFailure": null, "isALaCarte": false, "vnfs": {}, + "pnfs": {}, "networks": {}, "vrfs": {}, "vnfGroups": {}, @@ -89,6 +90,7 @@ }, "validationCounter": 0, "existingVNFCounterMap": {}, + "existingPNFCounterMap": null, "existingNetworksCounterMap": {}, "existingVnfGroupCounterMap": {}, "existingVRFCounterMap": {} |