aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ri/pom.xml
diff options
context:
space:
mode:
authordanielhanrahan <daniel.hanrahan@est.tech>2023-05-09 13:33:37 +0100
committerdanielhanrahan <daniel.hanrahan@est.tech>2023-05-09 15:49:46 +0100
commit153c4e856e3c818837efc0c17348c18ccf64821c (patch)
tree14a38d414caa1b4ae0d305f86d6f815984ac27e7 /cps-ri/pom.xml
parentf12bf21976894cf8618942a5511efb773cd791f4 (diff)
Migrate cps-ri performance tests to integration-test module
- Migrate update and delete data service tests, using openroadm model - Move module service tests to integration-test module - Update performance test timings - Remove all performance-related files from cps-ri - Remove performance profile from cps-ri pom.xml Issue-ID: CPS-1687 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: Id9d864f8cab0377cb37c7967943d738748e1b6c5
Diffstat (limited to 'cps-ri/pom.xml')
-rw-r--r--cps-ri/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml
index ea1efcb3e..3162aa89a 100644
--- a/cps-ri/pom.xml
+++ b/cps-ri/pom.xml
@@ -147,18 +147,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <excludes>
- <exclude>%regex[.*PerfTest.*]</exclude>
- </excludes>
- </configuration>
</plugin>
</plugins>
</build>
</profile>
- <profile>
- <id>include-performance</id>
- </profile>
</profiles>
<build>