diff options
author | Chuanyu Chen <chenchuanyu@huawei.com> | 2020-05-08 06:10:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-08 06:10:41 +0000 |
commit | 86b2d36e3dabd2e781d7a63063680d1f2776a254 (patch) | |
tree | 0a3e84c2a3101aa6ececee5b9b17a947c9d69753 /mso-api-handlers/mso-api-handler-common/src/test/resources/CamundaClientTest/WrappedVIDRequest.json | |
parent | 2799a5ba78048740e188a758d0f65ccc572293fe (diff) | |
parent | e9a65c772ee855cdcc5a19a1fa98afdb6285b98c (diff) |
Merge "CamundaClient not handle operationType used by Activate5GSliceServiceInstances"
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" } } } |