From 662fcbae499d428189bc3246821ed6c773938fce Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Fri, 21 Aug 2020 11:31:47 +0100 Subject: Update sdc start to mount catalog-be plugins Change-Id: Ic1a0a8b01f1ef4ac23829431bbab7a7e10836ae6 Issue-ID: SDC-3252 Signed-off-by: andre.schmid --- integration-tests/pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'integration-tests') diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index ce38c9ee9c..bceb7bee2e 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -46,6 +46,7 @@ limitations under the License. asdc_user Aa1234%^! ${project.build.directory}/chef-config + ${project.build.directory}/plugins/sdc-be /tmp/sdc-integration-tests ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest @@ -267,6 +268,25 @@ limitations under the License. + + copy-sdc-be-plugins + pre-integration-test + + copy-resources + + + ${it.sdc-be.plugins} + + + ../catalog-be-plugins/etsi-nfv-nsd-csar-plugin/target + false + + etsi-nfv-nsd-csar-plugin-${version}.jar + + + + + @@ -537,6 +557,7 @@ limitations under the License. ${it.chef.config}:/var/lib/jetty/chef-solo/environments ${it.shared.volume}:/var/lib/jetty/logs + ${it.sdc-be.plugins}:/var/lib/jetty/plugins -- cgit 1.2.3-korg