X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-verify-perf.sh;h=9e1d43ac70a7f8163782548d3f74df0e327633ee;hp=bd2b1ffc70987703c242e5195a9d5084d2588ffb;hb=faadf83599b8640c9235c38a4ab57c7adfb9eb96;hpb=24f7c6a4d22b8d26f0aa86669fc7aadad2108f2f diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index bd2b1ffc70..9e1d43ac70 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -20,8 +20,6 @@ TOPOLOGIES_3N_HSW="topologies/available/lf_3n_hsw_testbed1.yaml \ topologies/available/lf_3n_hsw_testbed2.yaml \ topologies/available/lf_3n_hsw_testbed3.yaml" TOPOLOGIES_2N_SKX="topologies/available/lf_2n_skx_testbed21.yaml \ - topologies/available/lf_2n_skx_testbed22.yaml \ - topologies/available/lf_2n_skx_testbed23.yaml \ topologies/available/lf_2n_skx_testbed24.yaml" TOPOLOGIES_3N_SKX="topologies/available/lf_3n_skx_testbed31.yaml \ topologies/available/lf_3n_skx_testbed32.yaml" @@ -112,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};