From db6b8f845ac72da59c12831ae8c7efa180f9ace2 Mon Sep 17 00:00:00 2001 From: mpriyank Date: Thu, 14 Dec 2023 13:27:01 +0000 Subject: Remove Notification code for updated events - removed existing code for sending notifications to topic cps.dataupdated events formerly used by cps-temporal - corresponding testware removed or updated - unnecessary to fetch anchor details for delete and replace operation removed which might gain minor performance boost - yaml configurations , documentation removal and update - Added missing test for AsyncConfig to comply with coverage check Issue-ID: CPS-2005 Change-Id: I1848f7f229cb713fe8c0302ea50328e7451652ee Signed-off-by: mpriyank --- .../src/test/groovy/org/onap/cps/integration/base/TestConfig.groovy | 6 ------ 1 file changed, 6 deletions(-) (limited to 'integration-test') diff --git a/integration-test/src/test/groovy/org/onap/cps/integration/base/TestConfig.groovy b/integration-test/src/test/groovy/org/onap/cps/integration/base/TestConfig.groovy index f4cc8b733..e1ccdaa6e 100644 --- a/integration-test/src/test/groovy/org/onap/cps/integration/base/TestConfig.groovy +++ b/integration-test/src/test/groovy/org/onap/cps/integration/base/TestConfig.groovy @@ -21,7 +21,6 @@ package org.onap.cps.integration.base import com.fasterxml.jackson.databind.ObjectMapper -import org.onap.cps.notification.NotificationService import org.onap.cps.spi.CpsDataPersistenceService import org.onap.cps.spi.CpsModulePersistenceService import org.onap.cps.spi.impl.CpsAdminPersistenceServiceImpl @@ -98,11 +97,6 @@ class TestConfig extends Specification{ return new JsonObjectMapper(new ObjectMapper()) } - @Bean - NotificationService notificationService() { - return Stub(NotificationService) - } - @Bean TimedYangParser timedYangParser() { return new TimedYangParser() -- cgit 1.2.3-korg