'features-integration-test' has been long gone:
https://git.opendaylight.org/gerrit/c/integration/distribution/+/58820
Set FEATURE_TEST_STRING to 'features-test' unconditionally to avoid
incorrect feature configuration.
Signed-off-by: Sangwook Ha <[email protected]>
Change-Id: I845c34112303a59f0524cca346708b034612ed68
sed -ie "s/\\(featuresBoot=\\|featuresBoot =\\)/featuresBoot = ${ACTUALFEATURES},/g" ${FEATURESCONF}
fi
-FEATURE_TEST_STRING="features-integration-test"
+FEATURE_TEST_STRING="features-test"
KARAF_VERSION=${KARAF_VERSION:-karaf4}
-if [[ "$KARAF_VERSION" == "karaf4" ]]; then
- FEATURE_TEST_STRING="features-test"
-fi
# only manipulate feature repo in integration distro
if [[ "$KARAF_PROJECT" == "integration" ]]; then
${SSH} "${ip}" "sudo yum -y install createrepo && createrepo --database /tmp/ovs_rpms"
install_ovs_from_repo "${ip}" file:/tmp/ovs_rpms
}
-
-
echo "Configuring the startup features..."
FEATURESCONF="${WORKSPACE}/${BUNDLEFOLDER}/etc/org.apache.karaf.features.cfg"
FEATURE_TEST_STRING="features-test"
-if [[ "$KARAF_VERSION" == "karaf3" ]]; then
- FEATURE_TEST_STRING="features-integration-test"
-fi
# only replace feature repo in integration/distro, MRI projects need to pull in
# the features they need by themselves