Add odl-faas-base feature into distribution. 61/32361/4
authorVratko Polak <vrpolak@cisco.com>
Tue, 12 Jan 2016 12:25:29 +0000 (13:25 +0100)
committerVratko Polak <vrpolak@cisco.com>
Mon, 18 Jan 2016 10:43:51 +0000 (11:43 +0100)
Recently, a merge in groupbasedpolicy [0]
has happened around the same time as distribution failures appeared,
which looked similar to the ones which lead to removing Faas.

But a fix in Vpnservice showed those failures are no more [1],
so perhaps now also Faas features will pass SingleFeatureTest.

However, Faas project has commented out odl-faas-all feature,
si this Change only adds odl-faas-base feature.

[0] https://git.opendaylight.org/gerrit/29419
[1] https://git.opendaylight.org/gerrit/32331

Change-Id: Ibd99a944c78ecc3bad0e0c36aa0602123594d42c
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
features-test/src/main/resources/features.xml

index aefcf94c7520d7ff27e05065c6dd332074336b13..7a89c06c5df921fc8f6b35d5d057931beb47c2fd 100644 (file)
         which leads to BindException.
         <feature version='${didm.version}'>odl-didm-all</feature>
 -->
-<!--
+        <!-- FAAS has disabled odl-faas-all feature due to timeouts in SingleFeatureTest
         <feature version='${feature.faas.version}'>odl-faas-all</feature>
--->
+        -->
+        <feature version='${feature.faas.version}'>odl-faas-base</feature>
         <feature version='${feature.groupbasedpolicy.version}'>odl-groupbasedpolicy-ofoverlay</feature>
         <feature version='${feature.groupbasedpolicy.version}'>odl-groupbasedpolicy-neutronmapper</feature>
         <feature version='${feature.groupbasedpolicy.version}'>odl-groupbasedpolicy-ui</feature>