diff options
author | danielhanrahan <daniel.hanrahan@est.tech> | 2023-05-09 13:33:37 +0100 |
---|---|---|
committer | danielhanrahan <daniel.hanrahan@est.tech> | 2023-05-09 15:49:46 +0100 |
commit | 153c4e856e3c818837efc0c17348c18ccf64821c (patch) | |
tree | 14a38d414caa1b4ae0d305f86d6f815984ac27e7 /cps-ri/pom.xml | |
parent | f12bf21976894cf8618942a5511efb773cd791f4 (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.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index ea1efcb3e9..3162aa89a9 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>
|