Add lacp-ui back to features test 64/52264/2
authorJamo Luhrsen <jluhrsen@redhat.com>
Fri, 24 Feb 2017 19:10:06 +0000 (11:10 -0800)
committerVratko Polák <vrpolak@cisco.com>
Thu, 2 Mar 2017 10:24:47 +0000 (10:24 +0000)
initially it was removed because it brought in the old openflowplugin and that
was in conflict with the default openflowplugin. it would not work, and we would
see BindExceptions in the log

this patch fixed it for lacp:
  https://git.opendaylight.org/gerrit/#/c/32983/

Change-Id: I83be81f58a11ae47f3b9057bc729f60d0f0d742a
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
features-test/src/main/features/features.xml

index db9ba2a051f4d2fe20763de350798cd97c682075..eb30e9249a08115c963b61051a632dfbbaa1b960 100644 (file)
         <feature>odl-l2switch-switch</feature>
         <feature>odl-l2switch-switch-rest</feature>
         <feature>odl-l2switch-switch-ui</feature>
-        <!-- Commented out, because LACP brings in Li designed OpenFlowPlugin
-            which leads to BindException.
         <feature>odl-lacp-ui</feature>
-        -->
         <feature>odl-natapp</feature>
         <feature>odl-natapp-api</feature>
         <!-- The following two Netconf features are incompatible with each other.