diff options
author | kaihlavi <l.kaihlavirt@partner.samsung.com> | 2019-08-07 12:37:17 +0300 |
---|---|---|
committer | Daniel Rose <dr695h@att.com> | 2019-08-20 15:55:39 +0000 |
commit | a724b23901805edec2c1c0953c2324fb45acca46 (patch) | |
tree | c49762180aa20612966ee45ddd2de1bca2201fad /robot/assets/templates/sdc/dcae_monitoring_configuration.jinja | |
parent | f23314c5c49d4afcc629d45a9a4422efcca17aaa (diff) |
Add SDC-DCAE-DS integration test
Add initial end-to-end SDC integration test case including
SDC-DCAE-DS via APIs to create a catalog service with
monitoring configuration as described under
https://wiki.onap.org/display/DW/How+to+Create+a+Service+with+a+Monitoring+Configuration+using+SDC
This test case is adjusted for onapci from csit/tests/sdc-dcae-d/dcaed/
Please note that this commit changes commonly used sdc_interface.robot
and affects all distribution test cases
Issue-ID: SDC-2480
Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
Change-Id: I8c7766d286f80431bfb8be60a8299ce98a4ae81f
Diffstat (limited to 'robot/assets/templates/sdc/dcae_monitoring_configuration.jinja')
-rw-r--r-- | robot/assets/templates/sdc/dcae_monitoring_configuration.jinja | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/robot/assets/templates/sdc/dcae_monitoring_configuration.jinja b/robot/assets/templates/sdc/dcae_monitoring_configuration.jinja new file mode 100644 index 00000000..27a5d020 --- /dev/null +++ b/robot/assets/templates/sdc/dcae_monitoring_configuration.jinja @@ -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 +} |