diff options
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main')
-rw-r--r-- | openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/beans-services.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/beans-services.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/beans-services.xml index be8d7c5126..e0e979142a 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/beans-services.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/beans-services.xml @@ -43,6 +43,10 @@ <bean id = "items" class="org.openecomp.sdcrests.item.rest.services.ItemsImpl"/> <bean id = "uniqueTypes" class="org.openecomp.sdcrests.uniquevalue.rest.services.UniqueTypesImpl"/> + <!-- External Testing Interface Beans --> + <bean id = "externalTestingManager" class="org.openecomp.core.externaltesting.impl.ExternalTestingManagerImpl"/> + <bean id = "csarHandler" class="org.openecomp.core.externaltesting.impl.CsarMetadataVariableResolver"/> + <!-- RESTful Services --> <jaxrs:server id="restContainer" address="/"> @@ -64,6 +68,7 @@ <ref bean="processes"/> <ref bean="componentProcesses"/> <ref bean="validation"/> + <ref bean="externaltesting"/> <ref bean="actions"/> <ref bean="applicationConfiguration"/> <ref bean="componentMonitoringUploads"/> |