List of Input Parameters for VSP
[sdc.git] / openecomp-be / api / openecomp-sdc-rest-webapp / onboarding-rest-war / src / main / webapp / WEB-INF / beans-services.xml
index be8d7c5..e0e9791 100644 (file)
     <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"/>