From 0f162b406f0dec9446e29640f26b28e337a62022 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Thu, 20 Sep 2018 07:18:36 +0000 Subject: [PATCH] FIX: Do not run double link tests on 3n-hsw Change-Id: I9dfb4bfba4d0650a42e34d0e1f97b60b031f0750 Signed-off-by: Peter Mikus --- resources/libraries/bash/function/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=( -- 2.16.6