X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration-test%2Fpom.xml;h=eaf1e23d28bf92a5b4d2e4d0307053cd7c9160fd;hb=ea7d1b448699d890d15fd37c69d4705a094a1b53;hp=1351ff9514a4c08ff510e48e9943fca13c860c31;hpb=fd43dbe8705c489bb9c62b1b1cd8c7f905a7c5a9;p=cps.git diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 1351ff951..eaf1e23d2 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -1,7 +1,7 @@ + + org.codehaus.groovy + groovy + test + + + org.junit.jupiter + junit-jupiter + + + ${project.groupId} + cps-rest + test + - org.onap.cps + ${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 @@ -51,6 +71,11 @@ spock-core test + + org.springframework + spring-web + test + org.spockframework spock-spring @@ -61,6 +86,11 @@ spring-boot-starter-test test + + org.springframework.kafka + spring-kafka-test + test + org.testcontainers postgresql @@ -72,10 +102,34 @@ test - org.springframework.kafka - spring-kafka-test + org.testcontainers + kafka test + + + + include-performance + + -Xms512m -Xmx512m + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + **/*PerfTest.java + + + + + + + +