aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc.xml
diff options
context:
space:
mode:
authorDan Timoney <dt5972@att.com>2018-09-18 15:16:27 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-18 15:16:27 +0000
commit6cbc7d5c9fbd3a071f27b0adc22fb5e43fe9749b (patch)
tree41049c08bf57099f3bec86f4e7d281f2389f59e3 /platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc.xml
parent98df515ef225dc19dd0307eb77ff82cb6f500e20 (diff)
parent34102b5b56ff961880397d50c255da3d40190097 (diff)
Merge "integration test issues fix for sdwan and sotn"
Former-commit-id: 3147855540726285066b7a347cccc0a8564cca6c
Diffstat (limited to 'platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc.xml')
-rw-r--r--platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc.xml b/platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc.xml
index edce7fbb..c2e75d22 100644
--- a/platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc.xml
+++ b/platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc.xml
@@ -41,6 +41,20 @@
</set>
</outcome>
</switch>
+ <switch test="`$data-change-notification-input.key-data[$idx].key-name == 'type'`">
+ <outcome value='true'>
+ <set>
+ <parameter name='prop.sdncRestApi.type' value='`$data-change-notification-input.key-data[$idx].key-value`' />
+ </set>
+ </outcome>
+ </switch>
+ <switch test="`$data-change-notification-input.key-data[$idx].key-name == 'vendor'`">
+ <outcome value='true'>
+ <set>
+ <parameter name='prop.sdncRestApi.vendor' value='`$data-change-notification-input.key-data[$idx].key-value`' />
+ </set>
+ </outcome>
+ </switch>
</block>
</for>
<record plugin="org.onap.ccsdk.sli.core.sli.recording.FileRecorder">