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:
48fb6e3
)
fix(infra): Bootstrap scripts
70/38670/1
author
pmikus
<
[email protected]
>
Tue, 16 May 2023 11:00:11 +0000
(11:00 +0000)
committer
Peter Mikus
<
[email protected]
>
Tue, 16 May 2023 11:02:39 +0000
(11:02 +0000)
Signed-off-by: pmikus <
[email protected]
>
Change-Id: I4e19d8fe38802652b25e6a1c577e816328cebd2d
(cherry picked from commit
9e59aabb648fb9f274de5ad3f45e65810f46fd03
)
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
ec2fffd
..
25243fd
100644
(file)
--- 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"