diff options
author | Peter Mikus <pmikus@cisco.com> | 2022-08-22 08:17:02 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2022-08-22 08:17:02 +0000 |
commit | c1b6927b0c1f5cad81a009f312e31a29fd909c11 (patch) | |
tree | 4bab41d93fb7628ffbae3b7dd84ec8d77d28151c /resources/libraries/bash | |
parent | 228a8c99448754e2579872581bb9e3e4e48c33b1 (diff) |
fix(core): 3n-snr code
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: I1ff6ce2eeaf074773f27ce0d4d414c4963a7a2de
Diffstat (limited to 'resources/libraries/bash')
-rw-r--r-- | resources/libraries/bash/function/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/bash/function/common.sh b/resources/libraries/bash/function/common.sh index 556f780ff5..e40838995e 100644 --- a/resources/libraries/bash/function/common.sh +++ b/resources/libraries/bash/function/common.sh @@ -1155,7 +1155,7 @@ function select_topology () { TOPOLOGIES_TAGS="3_node_single_link_topo" ;; "3n_snr") - TOPOLOGIES=( "${TOPOLOGIES_DIR}"/*3n_snrh*.yaml ) + TOPOLOGIES=( "${TOPOLOGIES_DIR}"/*3n_snr*.yaml ) TOPOLOGIES_TAGS="3_node_single_link_topo" ;; "3n_tsh") |