diff options
author | Benjamin, Max <max.benjamin@att.com> | 2020-01-23 09:36:32 -0500 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@att.com> | 2020-01-23 09:36:32 -0500 |
commit | 8d77d8544d88dfb91e9287b1620212cc9821bd54 (patch) | |
tree | b2a01c0c2fb54c7b222502e8765277d57508214d /bpmn/MSOCommonBPMN/src/test/resources | |
parent | 72ee130503a9ff4ddb92a5797d091a1b69bd004a (diff) |
removed extra set line and added a test
removed extra set line and added a test
Issue-ID: SO-2612
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I45022ed722368192823f6cad66e8bd6649cc0719
Diffstat (limited to 'bpmn/MSOCommonBPMN/src/test/resources')
-rw-r--r-- | bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/RequestDetails_CreateVnf.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/RequestDetails_CreateVnf.json b/bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/RequestDetails_CreateVnf.json index a6072bbb57..f59e04798f 100644 --- a/bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/RequestDetails_CreateVnf.json +++ b/bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/RequestDetails_CreateVnf.json @@ -52,6 +52,15 @@ "modelVersion": "1.0" } } + }, + { + "relatedInstance": { + "instanceId": "{vnfId}", + "modelInfo": { + "modelType": "vnf", + "modelCustomizationId": "my-test-uuid" + } + } } ], "requestParameters": { |