From: Tibor Frank Date: Fri, 30 Jun 2017 07:31:04 +0000 (+0200) Subject: vpp-verify-perf-vhost runs pdrdisc tests X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=a8c974af22940a86ca54069f7eedb65172bd9de2 vpp-verify-perf-vhost runs pdrdisc tests - Temporary solution: run pdrdisc tests instead of pdrchk for vpp-verify-perf-vhost trigger Change-Id: I0a18397964db8bd2e0c5614eaee44c1208ba0abc Signed-off-by: Tibor Frank --- diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index 89af840593..a9f8057955 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -278,7 +278,7 @@ case "$TEST_TAG" in pybot ${PYBOT_ARGS} \ -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ -s "tests.vpp.perf" \ - --include pdrchkANDnic_intel-x520-da2AND1t1cANDvhost \ + --include pdrdiscANDnic_intel-x520-da2AND1t1cANDvhost \ tests/ RETURN_STATUS=$(echo $?) ;;