diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-01-31 08:37:11 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-01-31 08:55:15 +0000 |
commit | a80c6acf99bb7e94fb3a2e79cd720edfee013fe8 (patch) | |
tree | f25675cdc1ad0e704cbc64c1a2a37b851b019cec /resources/libraries | |
parent | 73d172a48c67efd129a6b3f427fcb2651074f504 (diff) |
Add TB23 back into production pool
Change-Id: I69a16b1baa5147f22b7c5742c2ccf6e030474937
Signed-off-by: Peter Mikus <pmikus@cisco.com>
(cherry picked from commit 65908ee392865911ad1b69610a7f3d43e6bf3bf3)
Diffstat (limited to 'resources/libraries')
-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" |