From 1a65bb060fb464ea0113ec082af66fce481c7773 Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Tue, 1 Aug 2017 09:56:13 +0200 Subject: [PATCH] CSIT-742: Add manual trigger for ACL perf tests Impelmenting needed change in bootstrap-verify-perf.sh file to provide manual trigger that will allow to run 1T1C (1 core, 1 thread) and 2T2C (2 core, 2 threads) ACL tests per VPP patch when required. Change-Id: I3d9cc403ca8ea90da23aca524c4b4ddbf26eb217 Signed-off-by: Jan Gelety --- bootstrap-verify-perf.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index b71ea76d36..e12c1951e3 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -276,6 +276,15 @@ case "$TEST_TAG" in tests/ RETURN_STATUS=$(echo $?) ;; + VPP-VERIFY-PERF-ACL ) + pybot ${PYBOT_ARGS} \ + -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ + -s "tests.vpp.perf" \ + --include pdrdiscANDnic_intel-x520-da2AND1t1cANDacl \ + --include pdrdiscANDnic_intel-x520-da2AND2t2cANDacl \ + tests/ + RETURN_STATUS=$(echo $?) + ;; PERFTEST_LONG ) pybot ${PYBOT_ARGS} \ -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ -- 2.16.6