aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/bash/function/common.sh
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2021-03-12 12:39:37 +0100
committerVratko Polak <vrpolak@cisco.com>2021-03-12 12:39:37 +0100
commit95ab850f09d0c2ddb372eda79783484ade261610 (patch)
tree03d550845ffaf1fed1a830cef2b91b6da014511f /resources/libraries/bash/function/common.sh
parent093e1a0bfa7257048e6d12fe9fc9fbf1a9f98e49 (diff)
Allow IPSECSW on 2node testbeds
Change-Id: I71d72699a7fa99749e2554fcb2252f8bd86bfdfa Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'resources/libraries/bash/function/common.sh')
-rw-r--r--resources/libraries/bash/function/common.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/resources/libraries/bash/function/common.sh b/resources/libraries/bash/function/common.sh
index 5836a86547..f8b0f0be2a 100644
--- a/resources/libraries/bash/function/common.sh
+++ b/resources/libraries/bash/function/common.sh
@@ -1,5 +1,5 @@
-# Copyright (c) 2020 Cisco and/or its affiliates.
-# Copyright (c) 2020 PANTHEON.tech and/or its affiliates.
+# Copyright (c) 2021 Cisco and/or its affiliates.
+# Copyright (c) 2021 PANTHEON.tech and/or its affiliates.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at:
@@ -887,7 +887,7 @@ function select_tags () {
# TODO: Add missing reasons here (if general) or where used (if specific).
case "${TEST_CODE}" in
*"2n-skx"*)
- test_tag_array+=("!ipsec")
+ test_tag_array+=("!ipsechw")
;;
*"3n-skx"*)
test_tag_array+=("!ipsechw")
@@ -895,10 +895,10 @@ function select_tags () {
test_tag_array+=("!3_node_double_link_topoANDnic_intel-xxv710")
;;
*"2n-clx"*)
- test_tag_array+=("!ipsec")
+ test_tag_array+=("!ipsechw")
;;
*"2n-zn2"*)
- test_tag_array+=("!ipsec")
+ test_tag_array+=("!ipsechw")
;;
*"2n-dnv"*)
test_tag_array+=("!ipsechw")