aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/bash/function/common.sh
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-01-31 10:29:35 +0100
committerTibor Frank <tifrank@cisco.com>2019-02-04 12:08:27 +0000
commitde778ee617ed29443bdd8dfa393a2ec4b811b1b9 (patch)
tree70ffe11515e176bfe92c5a52a0a7e60ce10461be /resources/libraries/bash/function/common.sh
parentd3a748d5088d0023f8a96404d4c84deab588a3b1 (diff)
Trending: Remove NF_DENSITY tests from trending
- also memif tests removed from graphs where they must not be. Change-Id: I1cbb02ba2dcdcd3a286c9ac4489c946993ac4790 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/libraries/bash/function/common.sh')
-rw-r--r--resources/libraries/bash/function/common.sh12
1 files changed, 10 insertions, 2 deletions
diff --git a/resources/libraries/bash/function/common.sh b/resources/libraries/bash/function/common.sh
index 6f57c03d04..5982af9427 100644
--- a/resources/libraries/bash/function/common.sh
+++ b/resources/libraries/bash/function/common.sh
@@ -555,7 +555,7 @@ function select_tags () {
test_tag_array=("ndrpdrAND64bAND1c"
"ndrpdrAND78bAND1c")
;;
- *"mrr-daily"* | *"mrr-weekly"* )
+ *"mrr-daily"* )
test_tag_array=(# vic
"mrrANDnic_cisco-vic-1227AND64b"
"mrrANDnic_cisco-vic-1385AND64b"
@@ -644,7 +644,15 @@ function select_tags () {
"!vhost_256ANDnic_intel-x520-da2"
"!vhostANDnic_intel-xl710"
"!cfs_opt"
- "!lbond_dpdk")
+ "!lbond_dpdk"
+ "!nf_density")
+ ;;
+ *"mrr-weekly"* )
+ test_tag_array=(# NF Density tests
+ "mrrANDnf_densityAND64b"
+ "mrrANDnf_densityANDimix"
+ # DPDK
+ "mrrANDdpdkAND64b")
;;
* )
if [[ -z "${TEST_TAG_STRING-}" ]]; then