aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-verify-perf.sh
diff options
context:
space:
mode:
authorJan Gelety <jgelety@cisco.com>2017-06-06 17:47:28 +0200
committerJan Gelety <jgelety@cisco.com>2017-07-06 09:34:45 +0200
commitbe95deb1d71c57d1f0ca28f6142d44fec6948264 (patch)
tree96e6ceb8446f1acb8f3c44f7734f92e0cf769520 /bootstrap-verify-perf.sh
parentbc26e009026ea9b3bd3c02a313e71b9bb051e6de (diff)
CSIT-661: re-add vring256 tuned CFS for vpp workers and guest-testpmd
1. add vhost tests (L2XBD, L2XC and IP4BASE) with vring set to 256 and tuned CFS setting 2. add vhost tests (L2XBD, L2XC and IP4BASE) with vring set to 256 and default CFS setting Change-Id: I25aae6839d3e621316d35f5c9525389a6faabd56 Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'bootstrap-verify-perf.sh')
-rwxr-xr-xbootstrap-verify-perf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh
index 929c5382da..b71ea76d36 100755
--- a/bootstrap-verify-perf.sh
+++ b/bootstrap-verify-perf.sh
@@ -330,7 +330,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