Ignoring delta performance tests, except test data setup 66/142266/1
authorArpit Singh <AS00745003@techmahindra.com>
Wed, 29 Oct 2025 12:36:17 +0000 (18:06 +0530)
committerArpit Singh <AS00745003@techmahindra.com>
Wed, 29 Oct 2025 12:36:17 +0000 (18:06 +0530)
- Ignoring only the performance tests for delta report
- Removed @Ignore from the test data setup process to check if the
  fluctuations are due to the data setup.

Issue-ID: CPS-3020
Change-Id: I64a15a5a0fb5f293ba125e51680b38a803ee075a
Signed-off-by: Arpit Singh <AS00745003@techmahindra.com>
integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/DeltaPerfTest.groovy

index 10b4b18..bba7027 100644 (file)
@@ -38,7 +38,6 @@ class DeltaPerfTest extends CpsPerfTestBase{
 
     def jsonPayload = generateModifiedOpenRoadData(1000, 200, 200, 200)
 
-    @Ignore
     def 'Setup test anchor (please note, subsequent tests depend on this running first).'() {
         when: 'anchor with modified node data is created'
             resourceMeter.start()
@@ -131,8 +130,7 @@ class DeltaPerfTest extends CpsPerfTestBase{
         then: 'the delta is applied and operation completes within expected time'
             recordAndAssertResourceUsage('CPS:Apply delta report to an anchor', 20.0, durationInSeconds, resourceMeter.getTotalMemoryUsageInMB())
     }
-
-    @Ignore
+    
     def 'Clean up test data'() {
         when: 'anchor is deleted'
             resourceMeter.start()