X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Finclude-raw-integration-get-slave-addresses.sh;h=e498baab120d4d4fe564d0d643936c4cd4cc3908;hb=37770c08638608097667ac01120cc30cc6d6d6de;hp=804e10db73fa5f3be54c341d785351d5d11e567e;hpb=d2536439579299085edf4149646f049286671ad8;p=releng%2Fbuilder.git diff --git a/jjb/integration/include-raw-integration-get-slave-addresses.sh b/jjb/integration/include-raw-integration-get-slave-addresses.sh index 804e10db7..e498baab1 100644 --- a/jjb/integration/include-raw-integration-get-slave-addresses.sh +++ b/jjb/integration/include-raw-integration-get-slave-addresses.sh @@ -8,7 +8,7 @@ IFS=',' read -ra ADDR <<< "${JCLOUDS_IPS}" for i in "${ADDR[@]}" do REMHOST=`ssh ${i} hostname` - if [ `echo ${REMHOST} | grep java` ]; then + if [ `echo ${REMHOST} | grep 'java\|devstack'` ]; then ODL_SYSTEM=( "${ODL_SYSTEM[@]}" "${i}" ) else TOOLS_SYSTEM=( "${TOOLS_SYSTEM[@]}" "${i}" )