Adding @Ignore on delta performance tests while analysis 02/142502/1
authoremaclee <lee.anjella.macabuhay@est.tech>
Mon, 24 Nov 2025 13:20:44 +0000 (13:20 +0000)
committeremaclee <lee.anjella.macabuhay@est.tech>
Mon, 24 Nov 2025 13:20:44 +0000 (13:20 +0000)
- Reverted the following:
- CPS-3031: https://gerrit.onap.org/r/c/cps/+/142353
- CPS-3032: https://gerrit.onap.org/r/c/cps/+/142359
- CPS-3033: https://gerrit.onap.org/r/c/cps/+/142363

Issue-ID: CPS-3033
Change-Id: Ic8107961d4da5b97d840b34e382fd6f390738c91
Signed-off-by: emaclee <lee.anjella.macabuhay@est.tech>
integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/DeltaPerfTest.groovy

index 00e145f..bba7027 100644 (file)
@@ -49,6 +49,7 @@ class DeltaPerfTest extends CpsPerfTestBase{
             recordAndAssertResourceUsage('CPS: Creating modified openroadm anchor', 25, durationInSeconds, resourceMeter.getTotalMemoryUsageInMB(), false)
     }
 
+    @Ignore
     def 'Get delta between 2 anchors with grouping enabled and #scenario'() {
         when: 'attempt to get delta between two 2 anchors'
             resourceMeter.start()
@@ -65,7 +66,8 @@ class DeltaPerfTest extends CpsPerfTestBase{
             'direct descendants' | '/'                                                               | DIRECT_CHILDREN_ONLY    || 3.0
             'all descendants'    | '/'                                                               | INCLUDE_ALL_DESCENDANTS || 18.0
     }
-    
+
+    @Ignore
     def 'Get delta between 2 anchors with grouping disabled and #scenario'() {
         when: 'attempt to get delta between two 2 anchors'
             resourceMeter.start()
@@ -83,6 +85,7 @@ class DeltaPerfTest extends CpsPerfTestBase{
             'all descendants'    | '/openroadm-devices'                                              | INCLUDE_ALL_DESCENDANTS || 20.0
     }
 
+    @Ignore
     def 'Get delta between an anchor and JSON payload with grouping enabled and #scenario'() {
         when: 'attempt to get delta between an anchor and JSON payload'
             resourceMeter.start()