From 0133eb03c09c6142b4a98047d00b0145a934dd45 Mon Sep 17 00:00:00 2001 From: ToineSiebelink Date: Tue, 28 Feb 2023 18:12:51 +0000 Subject: Create Base and Sample Performance Integration Tests - added data (folders) for different models and json data - added base and data for cps-ncmp (registry) specific test cases - integrated Ahila's (large) openroadm model and data (corrected version provided by Lee Anjella) - created profiles to exclude/include *PerfTest - fixed dependency test check - included integration test for overall coverage - increased margings in existing perf test to reduce nordix intermitten failures Issue-ID: CPS-1516 Signed-off-by: ToineSiebelink Change-Id: Ia82826f610636c14aa7e8939b385c278e5039817 --- integration-test/pom.xml | 52 +++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 45 insertions(+), 7 deletions(-) (limited to 'integration-test/pom.xml') diff --git a/integration-test/pom.xml b/integration-test/pom.xml index f2f5cb312..c5657ae7a 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -32,18 +32,25 @@ integration-test + - org.onap.cps - cps-ri + org.codehaus.groovy + groovy + test - org.onap.cps - cps-service + ${project.groupId} + cps-rest + test - - org.codehaus.groovy - groovy + ${project.groupId} + cps-ri + test + + + ${project.groupId} + cps-service test @@ -76,6 +83,37 @@ spring-kafka-test test + + org.springframework + spring-web + test + + + + default + + true + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + %regex[.*PerfTest.*] + + + + + + + + include-performance + + + + -- cgit 1.2.3-korg