From 9cc3087718c822d852a08b297da446122b8a068e Mon Sep 17 00:00:00 2001 From: GM001016278 Date: Fri, 23 Jan 2026 09:45:28 +0530 Subject: [PATCH] [PATCH-2] Reincluding the test case for Delta report performance tests. - Removed ignore annotation from "Get delta between an anchor and JSON payload with grouping enabled" test. - This change Reintroduced the delta report performance test case to ensure performance coverage and validate delta report behavior. Issue-ID: CPS-3131 Change-Id: Iffb68e0beb6f90df26a50c78f798368500fabbd0 Signed-off-by: GM001016278 --- .../groovy/org/onap/cps/integration/performance/cps/DeltaPerfTest.groovy | 1 - 1 file changed, 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 8c7d48f678..ddd4c8bdf9 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 @@ -94,7 +94,6 @@ 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