diff options
author | Gary Wu <gary.wu@futurewei.com> | 2019-06-25 16:37:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-06-25 16:37:50 +0000 |
commit | 940fe0f932160e3c786b97b41d01c4dc8452cab5 (patch) | |
tree | b0c9a91c47e8783dda8af9d88325fb6c345ee7a4 /tests/sdc/dcaed/assets/dcae_monitoring_configuration.template | |
parent | 984e56606ca9d76ad04f869ced4ec52bf992ecf8 (diff) | |
parent | d1a1fb7c2ec49d166070536fc2fc7c0220a278b7 (diff) |
Merge "Add initial CSIT case for DCAE-DS"
Diffstat (limited to 'tests/sdc/dcaed/assets/dcae_monitoring_configuration.template')
-rwxr-xr-x | tests/sdc/dcaed/assets/dcae_monitoring_configuration.template | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/sdc/dcaed/assets/dcae_monitoring_configuration.template b/tests/sdc/dcaed/assets/dcae_monitoring_configuration.template new file mode 100755 index 00000000..f42e4685 --- /dev/null +++ b/tests/sdc/dcaed/assets/dcae_monitoring_configuration.template @@ -0,0 +1,11 @@ +{ + "name": "${name}", + "description": "Created by robot", + "templateUuid": "${template_uuid}", + "vfiName": "${vfi_name}", + "serviceUuid": "${service_uuid}", + "contextType": "SERVICE", + "flowType": "TCA Hi Lo", + "cloneVFCMT": true, + "updateFlowType": false +} |