X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-verify-perf.sh;h=9e1d43ac70a7f8163782548d3f74df0e327633ee;hp=b8493893b1bbaec1f9568b994edc2a3dfd1c1d0b;hb=faadf83599b8640c9235c38a4ab57c7adfb9eb96;hpb=5d6479beed22bb3d14a39e9c130946959c13f03e diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index b8493893b1..9e1d43ac70 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -110,6 +110,10 @@ virtualenv --system-site-packages env . env/bin/activate pip install -r requirements.txt +if [ -z "${TOPOLOGIES}" ]; then + echo "No applicable topology found!" + exit 1 +fi # We iterate over available topologies and wait until we reserve topology while :; do for TOPOLOGY in ${TOPOLOGIES};