summaryrefslogtreecommitdiffstats
path: root/jjb/csit/include-raw-csit-vpp-perf-verify.sh
diff options
context:
space:
mode:
authorJan Gelety <jgelety@cisco.com>2017-11-28 16:36:54 +0100
committerJan Gelety <jgelety@cisco.com>2017-11-28 16:36:54 +0100
commita03209c1316581cc52fbd60931e15d550c8c6d45 (patch)
tree4dbe51bcf101780386c8dc8f572a391b82ac5952 /jjb/csit/include-raw-csit-vpp-perf-verify.sh
parent1ba58b1ecdb36465c90972d9b1e8472c1846ac0e (diff)
CSIT-865: Add manual trigger for HW cryptodev (IPSECHW) perf tests
This manual trigger will allow to run 1T1C (1 core, 1 thread) and 2T2C (2 core, 2 thread) PDRDISC HW cryptodev tests per VPP/CSIT patch when required. Change-Id: I150dcfeaa6bcacfc920a6bcaec70f056d784dcf1 Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'jjb/csit/include-raw-csit-vpp-perf-verify.sh')
-rw-r--r--jjb/csit/include-raw-csit-vpp-perf-verify.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/csit/include-raw-csit-vpp-perf-verify.sh b/jjb/csit/include-raw-csit-vpp-perf-verify.sh
index 8bd2d6f31..e7d426fe3 100644
--- a/jjb/csit/include-raw-csit-vpp-perf-verify.sh
+++ b/jjb/csit/include-raw-csit-vpp-perf-verify.sh
@@ -1,7 +1,7 @@
#!/bin/bash
TRIGGER=`echo ${GERRIT_EVENT_COMMENT_TEXT} \
- | grep -oE 'verify-perf-(l2|ip4|ip6|lisp|vxlan|vhost|memif)' \
+ | grep -oE 'verify-perf-(l2|ip4|ip6|lisp|vxlan|vhost|memif|ipsechw)' \
| awk '{print toupper($0)}'`
export TEST_TAG=${TRIGGER}