Remove BGPCEP features related from BLACKLISTED_BROKEN_FEATURES 70/50770/2
authorClaudio D. Gasparini <cgaspari@cisco.com>
Sun, 22 Jan 2017 08:14:42 +0000 (09:14 +0100)
committerStephen Kitt <skitt@redhat.com>
Mon, 23 Jan 2017 10:10:01 +0000 (10:10 +0000)
Remove BGPCEP features related from BLACKLISTED_BROKEN_FEATURES

Change-Id: I698f996bdb5bd727c3a867602407e5c1cdae8cd8
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
features-test/src/main/java/org/opendaylight/odlparent/featuretest/SingleFeatureTest.java

index fb784ada020055d804ad2398c91f6caec62f42a5..a991ade359d01c85f53edd324af41fd20614f590 100644 (file)
@@ -364,14 +364,6 @@ public class SingleFeatureTest {
             // aaa/features/authn due to Cassandra expected to be up on
             // see https://bugs.opendaylight.org/show_bug.cgi?id=7584
             "odl-aaa-authn-cassandra-cluster",
-            // 3/18 in bgpcep/features/bgp/ due to NoSuchFileException: etc/....
-            // see https://bugs.opendaylight.org/show_bug.cgi?id=7585
-            "odl-bgpcep-bgp-rib-impl",
-            "odl-bgpcep-bgp-topology",
-            "odl-bgpcep-bgp-cli",
-            // 1/1 in bgpcep/features/bmp due to NoSuchFileException: etc/opendaylight/bgp
-            // also https://bugs.opendaylight.org/show_bug.cgi?id=7585 (same as above)
-            "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