Fix karaf's aries-blueprint feature 50/51450/4
authorRobert Varga <rovarga@cisco.com>
Mon, 6 Feb 2017 06:57:35 +0000 (07:57 +0100)
committerRobert Varga <rovarga@cisco.com>
Mon, 6 Feb 2017 14:22:57 +0000 (15:22 +0100)
commitca830c0296de08e0f85a6920783b4a81de0153ad
treee3f84ccab6a9818e10599886d9d7dcbcfd784e22
parentb951b92cd7a4b4c5ebc42b09e497924c191557b7
Fix karaf's aries-blueprint feature

quiesce.api is something we are using and since blueprint-core has
it as an optional dependency, we end up refreshing blueprint when
we install it. That leads to pax-exam thinking the test during SFT
has ended and proceeds to the next test -- wreaking havoc in process
of doing so.

Patch the upstream feature file so quiesce.api is installed
unconditionally, so we do not have to install it from a feature,
hence we won't trigger blueprint refresh.

Change-Id: I14ad8b70d1dc8a961944da9087a54242ba017195
Signed-off-by: Robert Varga <rovarga@cisco.com>
features4-test/src/main/java/org/opendaylight/odlparent/featuretest/SingleFeatureTest.java
karaf/karaf4-parent/pom.xml
karaf/opendaylight-karaf4-resources/src/main/resources/patches/karaf-quiesce-4.0.7.patch [new file with mode: 0644]