From 1a29d7be6656f3fac3cacd73ddd5a2e050fb04e7 Mon Sep 17 00:00:00 2001 From: Denes Nemeth Date: Tue, 6 Mar 2018 11:24:26 +0100 Subject: Fix most sonar issues Change-Id: I2dfae3f808aeaf94513a6e3c917eea52d6ab6322 Signed-off-by: Denes Nemeth Issue-ID: VFC-728 --- .../nfvo/driver/vnfm/svnfm/nokia/FullUnitTestSuite.java | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/FullUnitTestSuite.java') diff --git a/nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/FullUnitTestSuite.java b/nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/FullUnitTestSuite.java index f5f60fb1..4ed4bf27 100644 --- a/nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/FullUnitTestSuite.java +++ b/nokiav2/driver/src/test/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/nokia/FullUnitTestSuite.java @@ -30,11 +30,12 @@ import org.onap.vfc.nfvo.driver.vnfm.svnfm.nokia.restapi.*; import org.onap.vfc.nfvo.driver.vnfm.svnfm.nokia.spring.TestConditions; import org.onap.vfc.nfvo.driver.vnfm.svnfm.nokia.spring.TestRealConfig; import org.onap.vfc.nfvo.driver.vnfm.svnfm.nokia.spring.TestServletInitializer; -import org.onap.vfc.nfvo.driver.vnfm.svnfm.nokia.util.TestCbamUtils; -import org.onap.vfc.nfvo.driver.vnfm.svnfm.nokia.util.TestStoreLoader; -import org.onap.vfc.nfvo.driver.vnfm.svnfm.nokia.util.TestSystemFunctions; +import org.onap.vfc.nfvo.driver.vnfm.svnfm.nokia.util.*; import org.onap.vfc.nfvo.driver.vnfm.svnfm.nokia.vnfm.*; import org.onap.vfc.nfvo.driver.vnfm.svnfm.nokia.vnfm.notification.TestLifecycleChangeNotificationManager; +import org.onap.vfc.nfvo.driver.vnfm.svnfm.nokia.vnfm.notification.TestProcessedNotification; +import org.onap.vfc.nfvo.driver.vnfm.svnfm.nokia.vnfm.notification.TestReportedAffectedConnectionPoints; +import org.onap.vfc.nfvo.driver.vnfm.svnfm.nokia.vnfm.notification.TestReportedAffectedCp; @RunWith(Suite.class) @Suite.SuiteClasses({ @@ -68,6 +69,13 @@ import org.onap.vfc.nfvo.driver.vnfm.svnfm.nokia.vnfm.notification.TestLifecycle TestCbamUtils.class, TestStoreLoader.class, TestSystemFunctions.class, + TestUserInvisibleError.class, + TestUserVisibleError.class, + + TestLifecycleChangeNotificationManager.class, + TestProcessedNotification.class, + TestReportedAffectedConnectionPoints.class, + TestReportedAffectedCp.class, TestAdditionalParams.class, TestCbamCatalogManager.class, @@ -75,10 +83,8 @@ import org.onap.vfc.nfvo.driver.vnfm.svnfm.nokia.vnfm.notification.TestLifecycle TestDriverProperties.class, TestJobManager.class, TestVfcGrantManager.class, - TestLifecycleChangeNotificationManager.class, TestLifecycleManager.class, TestSelfRegistrationManager.class, - TestNokiaSvnfmApplication.class, }) -- cgit 1.2.3-korg