From 0cdccf2a79a6e3a33b58768bc7dfcdf45feab5cc Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Wed, 29 Mar 2017 14:15:55 +0200 Subject: [PATCH] Bug 8100: Karaf 4 SingleFeatureTest TestBundleDiag blacklist genius Change-Id: Ieca1f632f59924416374579487441ea0082a7f9b Signed-off-by: Michael Vorburger --- .../odlparent/featuretest/SingleFeatureTest.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/features4-test/src/main/java/org/opendaylight/odlparent/featuretest/SingleFeatureTest.java b/features4-test/src/main/java/org/opendaylight/odlparent/featuretest/SingleFeatureTest.java index e20125c04..33d273ead 100644 --- a/features4-test/src/main/java/org/opendaylight/odlparent/featuretest/SingleFeatureTest.java +++ b/features4-test/src/main/java/org/opendaylight/odlparent/featuretest/SingleFeatureTest.java @@ -352,6 +352,14 @@ public class SingleFeatureTest { "odl-mdsal-clustering-commons", "odl-mdsal-distributed-datastore", "odl-mdsal-remoterpc-connector", + // Karaf 4 specific problems with genius features + // see https://bugs.opendaylight.org/show_bug.cgi?id=8100 + "odl-genius", + "odl-genius-api", + "odl-genius-rest", + "odl-genius-ui", + "odl-genius-fcaps-framework", + "odl-genius-fcaps-application", // 1/17 in groupbasedpolicy/features due to NOK org.opendaylight.groupbasedpolicy // Caused by: org.opendaylight.mdsal.eos.common.api.CandidateAlreadyRegisteredException // see https://bugs.opendaylight.org/show_bug.cgi?id=7587 -- 2.36.6