diff options
author | Chuanyu Chen <chenchuanyu@huawei.com> | 2020-05-08 06:09:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-08 06:09:21 +0000 |
commit | be721f0ce683a5d6618b4cf07e15c7d5da7f4e62 (patch) | |
tree | 18bde1acb6130ff11a4b5432256170ea68e8d17d /mso-api-handlers/mso-api-handler-common/src/test/resources/CamundaClientTest/WrappedVIDRequest.json | |
parent | 1ce20e2705882239b153551ab0d8f8cf132b07fa (diff) | |
parent | 1f5842baf43e47407d8b67aa463d83c1714e3eed (diff) |
Merge "CamundaClient not handle operationType used by Activate5GSliceServiceInstances" into frankfurt
Diffstat (limited to 'mso-api-handlers/mso-api-handler-common/src/test/resources/CamundaClientTest/WrappedVIDRequest.json')
-rw-r--r-- | mso-api-handlers/mso-api-handler-common/src/test/resources/CamundaClientTest/WrappedVIDRequest.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mso-api-handlers/mso-api-handler-common/src/test/resources/CamundaClientTest/WrappedVIDRequest.json b/mso-api-handlers/mso-api-handler-common/src/test/resources/CamundaClientTest/WrappedVIDRequest.json index 3353f8c7ce..6eebb5f703 100644 --- a/mso-api-handlers/mso-api-handler-common/src/test/resources/CamundaClientTest/WrappedVIDRequest.json +++ b/mso-api-handlers/mso-api-handler-common/src/test/resources/CamundaClientTest/WrappedVIDRequest.json @@ -95,6 +95,10 @@ "generateIdsOnly": { "value": false, "type": "Boolean" + }, + "operationType": { + "value": "activation", + "type": "String" } } } |