Code Review
/
csit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
248bed9
)
fix(core): SPR include
19/38319/1
author
pmikus
<
[email protected]
>
Thu, 23 Feb 2023 13:28:16 +0000
(13:28 +0000)
committer
Peter Mikus
<
[email protected]
>
Thu, 23 Feb 2023 13:29:20 +0000
(13:29 +0000)
Signed-off-by: pmikus <
[email protected]
>
Change-Id: I3308f12046dfeed7db872a3a901806acf81cdb15
(cherry picked from commit
afd47c02032712b98e876f0fe2d7e8725b93d516
)
resources/libraries/bash/function/common.sh
patch
|
blob
|
history
diff --git
a/resources/libraries/bash/function/common.sh
b/resources/libraries/bash/function/common.sh
index
4a5f43b
..
afe9237
100644
(file)
--- 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"