X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-verify-perf.sh;h=e12c1951e3ff87a84347572b04e271eb91dc9561;hp=929c5382dad593e44969548f74a50d9bbc8a70d0;hb=fafd11b96232ab45b200e5f0f59a4bdc3ddee40a;hpb=9e8d4d47cc09daa4bf44103d3f1e32206ff55556 diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index 929c5382da..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} \ @@ -330,7 +339,7 @@ if [ ! $? -eq 0 ]; then fi # Archive artifacts -mkdir archive +mkdir -p archive for i in ${ARCHIVE_ARTIFACTS[@]}; do cp $( readlink -f ${i} | tr '\n' ' ' ) archive/ done