X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=bootstrap-verify-perf.sh;h=8134a0c40576de6e2a37ff4ac3d6464a747076b1;hb=7618432b3f8c8e668b244ea5c09162b3820691f3;hp=2cf61a8ce0fb800c774885746be9ddff135594d5;hpb=f804b6e7852698a8ae041f4bda6f7257c9dc0e5f;p=csit.git diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index 2cf61a8ce0..8134a0c405 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -78,16 +78,16 @@ fi # TOPOLOGY SELECTION case "$TEST_CODE" in *2n-skx*) - TOPOLOGIES=$TOPOLOGIES_2N_SKX + TOPOLOGIES=${TOPOLOGIES_2N_SKX[@]} TOPOLOGIES_TAGS="2_node_*_link_topo" ;; *3n-skx*) - TOPOLOGIES=$TOPOLOGIES_3N_SKX + TOPOLOGIES=${TOPOLOGIES_3N_SKX[@]} TOPOLOGIES_TAGS="3_node_*_link_topo" ;; *) # Fallback to 3-node Haswell by default (backward compatibility) - TOPOLOGIES=$TOPOLOGIES_3N_HSW + TOPOLOGIES=${TOPOLOGIES_3N_HSW[@]} TOPOLOGIES_TAGS="3_node_*_link_topo" ;; esac