diff options
Diffstat (limited to 'resources/libraries/bash')
-rw-r--r-- | resources/libraries/bash/function/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/bash/function/common.sh b/resources/libraries/bash/function/common.sh index f2931b3942..6f57c03d04 100644 --- a/resources/libraries/bash/function/common.sh +++ b/resources/libraries/bash/function/common.sh @@ -782,7 +782,7 @@ function select_topology () { TOPOLOGIES=( "${TOPOLOGIES_DIR}/lf_2n_skx_testbed21.yaml" #"${TOPOLOGIES_DIR}/lf_2n_skx_testbed22.yaml" - #"${TOPOLOGIES_DIR}/lf_2n_skx_testbed23.yaml" + "${TOPOLOGIES_DIR}/lf_2n_skx_testbed23.yaml" "${TOPOLOGIES_DIR}/lf_2n_skx_testbed24.yaml" ) TOPOLOGIES_TAGS="2_node_*_link_topo" |