From afd47c02032712b98e876f0fe2d7e8725b93d516 Mon Sep 17 00:00:00 2001 From: pmikus Date: Thu, 23 Feb 2023 13:28:16 +0000 Subject: [PATCH] fix(core): SPR include Signed-off-by: pmikus Change-Id: I3308f12046dfeed7db872a3a901806acf81cdb15 --- resources/libraries/bash/function/common.sh | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 2.16.6