diff options
author | hetengjiao <hetengjiao@chinamobile.com> | 2020-05-08 11:58:57 +0800 |
---|---|---|
committer | HE TENGJIAO <hetengjiao@chinamobile.com> | 2020-05-08 04:49:45 +0000 |
commit | e9a65c772ee855cdcc5a19a1fa98afdb6285b98c (patch) | |
tree | 5f4ec2f42c9fca1166d1be034dd4763b7d2f0530 /mso-api-handlers/mso-api-handler-common/src/test/resources | |
parent | 5e67cc099f6bcade2f12bf9220bdf3682f2d06c1 (diff) |
CamundaClient not handle operationType used by Activate5GSliceServiceInstances
Issue-ID: SO-2911
Change-Id: I23a7628359439adeeec9f22302f64f4441939897
Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
Diffstat (limited to 'mso-api-handlers/mso-api-handler-common/src/test/resources')
-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" } } } |