From: GM001016278 Date: Fri, 23 Jan 2026 04:15:28 +0000 (+0530) Subject: [PATCH-2] Reincluding the test case for Delta report performance tests. X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9cc3087718c822d852a08b297da446122b8a068e;p=cps.git [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 --- 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()