diff options
author | biniek <lukasz.biniek@nokia.com> | 2018-05-17 12:11:50 +0200 |
---|---|---|
committer | biniek <lukasz.biniek@nokia.com> | 2018-05-17 12:21:13 +0200 |
commit | 59e4171c755943b1ac7e16d80980e8736045e5aa (patch) | |
tree | 7a403a18497e70d86edbd734d686c22a242d01c5 /bpmn/MSOInfrastructureBPMN/src/test/resources/applicationContext_forPnfTesting.xml | |
parent | c82216b0be5e2fab57031056d386a192b6abbce2 (diff) |
Added checking input variables in pnf-pnp
Change-Id: I1a4f4b9704385a17995e76d4b87484c2f588b889
Issue-ID: SO-506
Signed-off-by: biniek <lukasz.biniek@nokia.com>
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src/test/resources/applicationContext_forPnfTesting.xml')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/test/resources/applicationContext_forPnfTesting.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/test/resources/applicationContext_forPnfTesting.xml b/bpmn/MSOInfrastructureBPMN/src/test/resources/applicationContext_forPnfTesting.xml index 6dc3bbf880..980a0b1186 100644 --- a/bpmn/MSOInfrastructureBPMN/src/test/resources/applicationContext_forPnfTesting.xml +++ b/bpmn/MSOInfrastructureBPMN/src/test/resources/applicationContext_forPnfTesting.xml @@ -62,4 +62,9 @@ </bean> <bean id="dmaapClient" class="org.openecomp.mso.bpmn.infrastructure.pnf.delegate.DmaapClientTestImpl"/> + + + <bean id="pnfCheckInputs" class="org.openecomp.mso.bpmn.infrastructure.pnf.delegate.PnfCheckInputs"> + <property name="defaultTimeout" value="PT1S"/> + </bean> </beans> |