From 948ca0fd837c4e9968d89f34924590d68846b8c4 Mon Sep 17 00:00:00 2001 From: emaclee Date: Mon, 24 Nov 2025 13:20:44 +0000 Subject: [PATCH] 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 --- .../org/onap/cps/integration/performance/cps/DeltaPerfTest.groovy | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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() -- 2.16.6