Integration 3nodes: Fix ${CONTROLLERFEAT} when scope is not all
[releng/builder.git] / jjb / integration / include-raw-integration-get-bundle-vars.sh
index 1698578db8deb9ef08cf306b018dbb1f8dfb6c1c..6cf3f5133119a26146e6dcb9bed6dbe5ed1f9e8c 100644 (file)
@@ -11,6 +11,8 @@ DISTRIBUTION="karaf"
 if [ ${CONTROLLERSCOPE} == 'all' ]; then
     CONTROLLERFEAT="odl-integration-compatible-with-all,${CONTROLLERFEATURES}"
     CONTROLLERMEM="3072m"
+else
+    CONTROLLERFEAT="${CONTROLLERFEATURES}"
 fi
 
 NEXUSURL_PREFIX=${ODLNEXUSPROXY:-https://nexus.opendaylight.org}