From: pmikus Date: Thu, 23 Feb 2023 13:28:16 +0000 (+0000) Subject: fix(core): SPR include X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=afd47c02032712b98e876f0fe2d7e8725b93d516 fix(core): SPR include Signed-off-by: pmikus Change-Id: I3308f12046dfeed7db872a3a901806acf81cdb15 --- diff --git a/resources/libraries/bash/function/common.sh b/resources/libraries/bash/function/common.sh index 4a5f43b3e1..afe9237bc2 100644 --- a/resources/libraries/bash/function/common.sh +++ b/resources/libraries/bash/function/common.sh @@ -1111,6 +1111,10 @@ function select_topology () { TOPOLOGIES=( "${TOPOLOGIES_DIR}"/*2n_icx*.yaml ) TOPOLOGIES_TAGS="2_node_*_link_topo" ;; + "2n_spr") + TOPOLOGIES=( "${TOPOLOGIES_DIR}"/*2n_spr*.yaml ) + TOPOLOGIES_TAGS="2_node_*_link_topo" + ;; "3n_snr") TOPOLOGIES=( "${TOPOLOGIES_DIR}"/*3n_snr*.yaml ) TOPOLOGIES_TAGS="3_node_single_link_topo"