From: pmikus Date: Tue, 16 May 2023 11:00:11 +0000 (+0000) Subject: fix(infra): Bootstrap scripts X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=9e59aabb648fb9f274de5ad3f45e65810f46fd03 fix(infra): Bootstrap scripts Signed-off-by: pmikus Change-Id: I4e19d8fe38802652b25e6a1c577e816328cebd2d --- diff --git a/resources/libraries/bash/function/common.sh b/resources/libraries/bash/function/common.sh index ec2fffd73c..25243fd911 100644 --- a/resources/libraries/bash/function/common.sh +++ b/resources/libraries/bash/function/common.sh @@ -1123,6 +1123,14 @@ function select_topology () { TOPOLOGIES=( "${TOPOLOGIES_DIR}"/*3n_icx*.yaml ) TOPOLOGIES_TAGS="3_node_*_link_topo" ;; + "3na_spr") + TOPOLOGIES=( "${TOPOLOGIES_DIR}"/*3na_spr*.yaml ) + TOPOLOGIES_TAGS="3_node_*_link_topo" + ;; + "3nb_spr") + TOPOLOGIES=( "${TOPOLOGIES_DIR}"/*3nb_spr*.yaml ) + TOPOLOGIES_TAGS="3_node_*_link_topo" + ;; "2n_clx") TOPOLOGIES=( "${TOPOLOGIES_DIR}"/*2n_clx*.yaml ) TOPOLOGIES_TAGS="2_node_*_link_topo"