From: emaclee Date: Mon, 24 Nov 2025 13:20:44 +0000 (+0000) Subject: Adding @Ignore on delta performance tests while analysis X-Git-Tag: 3.7.3~7 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=948ca0fd837c4e9968d89f34924590d68846b8c4;p=cps.git Adding @Ignore on delta performance tests while analysis - 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 --- diff --git a/integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/DeltaPerfTest.groovy b/integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/DeltaPerfTest.groovy index 00e145f51f..bba7027b86 100644 --- a/integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/DeltaPerfTest.groovy +++ b/integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/DeltaPerfTest.groovy @@ -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()