From a03209c1316581cc52fbd60931e15d550c8c6d45 Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Tue, 28 Nov 2017 16:36:54 +0100 Subject: 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 --- jjb/csit/include-raw-csit-vpp-perf-verify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/csit/include-raw-csit-vpp-perf-verify.sh') 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} -- cgit 1.2.3-korg