diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-04-11 10:37:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-11 10:37:13 +0000 |
commit | 991d65c35ee2f8aa9857059a0336ab05c39ae118 (patch) | |
tree | 02933fa05d4500e58ebc2ab2e3af968784d2acd4 /bpmn/MSOInfrastructureBPMN/src/test/resources/applicationContext_forPnfTesting.xml | |
parent | e88ee9a2c2970735222eeeb155eaf4fdfb63698d (diff) | |
parent | 402e5e2cad8320dcfe7bd49cc9724d3071a4224d (diff) |
Merge "Added informing dmaap client in pnf-ready workflow"
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src/test/resources/applicationContext_forPnfTesting.xml')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/test/resources/applicationContext_forPnfTesting.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/test/resources/applicationContext_forPnfTesting.xml b/bpmn/MSOInfrastructureBPMN/src/test/resources/applicationContext_forPnfTesting.xml index b222383c82..6dc3bbf880 100644 --- a/bpmn/MSOInfrastructureBPMN/src/test/resources/applicationContext_forPnfTesting.xml +++ b/bpmn/MSOInfrastructureBPMN/src/test/resources/applicationContext_forPnfTesting.xml @@ -56,4 +56,10 @@ <bean id="createAaiEntryWithPnfIdDelegate" class="org.openecomp.mso.bpmn.infrastructure.pnf.delegate.CreateAaiEntryWithPnfIdDelegate"> <property name="aaiConnection" ref="aaiConnection"/> </bean> + + <bean id="informDmaapClient" class="org.openecomp.mso.bpmn.infrastructure.pnf.delegate.InformDmaapClient"> + <property name="dmaapClient" ref="dmaapClient"/> + </bean> + + <bean id="dmaapClient" class="org.openecomp.mso.bpmn.infrastructure.pnf.delegate.DmaapClientTestImpl"/> </beans> |