SingleFeatureTest BLACKLISTED_BROKEN_FEATURES link Bug 7595 60/50660/1
authorMichael Vorburger <vorburger@redhat.com>
Thu, 19 Jan 2017 12:02:33 +0000 (13:02 +0100)
committerMichael Vorburger <vorburger@redhat.com>
Thu, 19 Jan 2017 12:02:33 +0000 (13:02 +0100)
Bug: 7595
Change-Id: I3eb4a9aa4c0fae739b5f43189110565427536753
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
features-test/src/main/java/org/opendaylight/odlparent/featuretest/SingleFeatureTest.java

index 6dd1b71bca43c523230e9fff33a50c92bf1d9ae1..608c6f2788bc7b395f683e5e8ffec1f9e5a701b8 100644 (file)
@@ -349,7 +349,8 @@ public class SingleFeatureTest {
 
     // TODO remove this when all issues linked to parent https://bugs.opendaylight.org/show_bug.cgi?id=7582 are resolved
     private static final List<String> BLACKLISTED_BROKEN_FEATURES = ImmutableList.of(
-            // integration/distribution/features-test due to (unclear)
+            // integration/distribution/features-test due to DOMRpcService
+            // see https://bugs.opendaylight.org/show_bug.cgi?id=7595
             "odl-integration-all",
             // controller/features/mdsal/ due to IllegalStateException: ./configuration/initial/akka.conf is missing
             // see https://bugs.opendaylight.org/show_bug.cgi?id=7583
@@ -370,6 +371,7 @@ public class SingleFeatureTest {
             "odl-bgpcep-bmp",
             // 4/8 in lispflowmapping/features due to.. unclear, similar issue to odl-integration-all?
             // see https://bugs.opendaylight.org/show_bug.cgi?id=7586
+            // TODO retry after https://bugs.opendaylight.org/show_bug.cgi?id=7595 is fixed
             "odl-lispflowmapping-mappingservice",
             "odl-lispflowmapping-mappingservice-shell",
             "odl-lispflowmapping-neutron",
@@ -383,6 +385,7 @@ public class SingleFeatureTest {
             // see https://bugs.opendaylight.org/show_bug.cgi?id=7588
             "odl-hbaseclient",
             // 1/9 in unimgr/features due missing mdsal, similar to issue to odl-integration-all?
+            // TODO retry after https://bugs.opendaylight.org/show_bug.cgi?id=7595 is fixed
             "odl-unimgr-netvirt"
     );
 }