diff options
author | Peter Mikus <pmikus@cisco.com> | 2018-09-20 07:18:36 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-09-20 07:56:51 +0000 |
commit | 0f162b406f0dec9446e29640f26b28e337a62022 (patch) | |
tree | 2912d5930e1c6b22c91281f5593c8010185aec34 /resources | |
parent | adf509f00b444786b53818f3122146b276a859f6 (diff) |
FIX: Do not run double link tests on 3n-hsw
Change-Id: I9dfb4bfba4d0650a42e34d0e1f97b60b031f0750
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources')
-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 6b30078503..94fd6db174 100644 --- a/resources/libraries/bash/function/common.sh +++ b/resources/libraries/bash/function/common.sh @@ -487,7 +487,7 @@ function select_topology () { "${TOPOLOGIES_DIR}/lf_3n_hsw_testbed2.yaml" "${TOPOLOGIES_DIR}/lf_3n_hsw_testbed3.yaml" ) - TOPOLOGIES_TAGS="3_node_*_link_topo" + TOPOLOGIES_TAGS="3_node_single_link_topo" ;; "2n_skx") TOPOLOGIES=( |