X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration-test%2Fpom.xml;h=c84513291a7be62c335392d6c1125a7c4601a9bd;hb=93dd1b4fb6b6abdcabadbf9dcca0dc5043588274;hp=40195cafe6de6b126da7ace936d61c9f5760c66d;hpb=14d561920cf336e6acbfc44460a12946ea26dae7;p=cps.git diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 40195cafe..c84513291 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -1,7 +1,7 @@ + + org.codehaus.groovy + groovy + test + - org.onap.cps + ${project.groupId} + cps-rest + test + + + ${project.groupId} + cps-ncmp-rest + test + + + ${project.groupId} cps-ri + test - org.onap.cps + ${project.groupId} cps-service + test - - org.codehaus.groovy - groovy + ${project.groupId} + cps-ncmp-service test @@ -76,31 +92,40 @@ spring-kafka-test test + + org.testcontainers + kafka + test + + + org.springframework + spring-web + test + + - default - - true - + include-performance + + -Xms512m -Xmx512m + org.apache.maven.plugins - maven-surefire-plugin + maven-failsafe-plugin - - %regex[.*Spec.*] - + + **/*PerfTest.java + - - include-performance -