aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOInfrastructureBPMN/src/test/resources/applicationContext_forPnfTesting.xml
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2018-05-21 12:52:11 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-21 12:52:11 +0000
commit806577e9c3d49be9aba0f13d1c33a4cd4354e57e (patch)
tree31b922629e552b10d70a47cf42ea68700483e893 /bpmn/MSOInfrastructureBPMN/src/test/resources/applicationContext_forPnfTesting.xml
parent62c099c68ca02c336026076984ff4765143e47b8 (diff)
parent59e4171c755943b1ac7e16d80980e8736045e5aa (diff)
Merge "Added checking input variables in pnf-pnp"
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src/test/resources/applicationContext_forPnfTesting.xml')
-rw-r--r--bpmn/MSOInfrastructureBPMN/src/test/resources/applicationContext_forPnfTesting.xml5
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>