Migrate cps-ri performance tests to integration-test module 18/134518/2
authordanielhanrahan <daniel.hanrahan@est.tech>
Tue, 9 May 2023 12:33:37 +0000 (13:33 +0100)
committerdanielhanrahan <daniel.hanrahan@est.tech>
Tue, 9 May 2023 14:49:46 +0000 (15:49 +0100)
commit153c4e856e3c818837efc0c17348c18ccf64821c
tree14a38d414caa1b4ae0d305f86d6f815984ac27e7
parentf12bf21976894cf8618942a5511efb773cd791f4
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
cps-ri/pom.xml
cps-ri/src/test/groovy/org/onap/cps/spi/impl/CpsPersistencePerfSpecBase.groovy [deleted file]
cps-ri/src/test/groovy/org/onap/cps/spi/performance/CpsDataPersistenceServiceDeletePerfTest.groovy [deleted file]
cps-ri/src/test/groovy/org/onap/cps/spi/performance/CpsDataPersistenceServicePerfTest.groovy [deleted file]
cps-ri/src/test/resources/data/perf-test.sql [deleted file]
integration-test/src/test/groovy/org/onap/cps/integration/performance/base/CpsPerfTestBase.groovy
integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/CpsModuleServicePerfTest.groovy [moved from cps-ri/src/test/groovy/org/onap/cps/spi/performance/CpsModuleReferenceRepositoryPerfTest.groovy with 70% similarity]
integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/DeletePerfTest.groovy [new file with mode: 0644]
integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/GetPerfTest.groovy
integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/QueryPerfTest.groovy
integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/UpdatePerfTest.groovy [new file with mode: 0644]