X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-verify-perf-ligato.sh;h=1ab881b6b37d4b2fc1ff708ae3de878b5cb63cbc;hp=b704bfd32ec86a5e642145ef9820b11664d28ea0;hb=faadf83599b8640c9235c38a4ab57c7adfb9eb96;hpb=2f163225dbdf4969394695aa0b9af3bbf9a34015 diff --git a/bootstrap-verify-perf-ligato.sh b/bootstrap-verify-perf-ligato.sh index b704bfd32e..1ab881b6b3 100644 --- a/bootstrap-verify-perf-ligato.sh +++ b/bootstrap-verify-perf-ligato.sh @@ -147,6 +147,10 @@ virtualenv --system-site-packages env echo pip install 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};