aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-verify-perf.sh
diff options
context:
space:
mode:
authorMiroslav Miklus <mmiklus@cisco.com>2016-06-10 15:31:13 +0200
committerDave Wallace <dwallacelf@gmail.com>2016-07-01 02:41:22 +0000
commitbfb298189f2cf963209c9b0b6f2f815d2ae0f7cf (patch)
tree68e2bc3ec27274fa3260490b14f83108895aba0b /bootstrap-verify-perf.sh
parent7d2ae8ca0427b2646327ba42bffdebaac21cd9bc (diff)
TEST: PERF pybot output set width to 150 characters
Change-Id: Iaa914280f7193a10072735fbcd67fcd668d3a12e Signed-off-by: Miroslav Miklus <mmiklus@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 52dafd3a7f..4dc0c7e2ea 100755
--- a/bootstrap-verify-perf.sh
+++ b/bootstrap-verify-perf.sh
@@ -26,7 +26,7 @@ VPP_REPO_URL="https://nexus.fd.io/content/repositories/fd.io.master.ubuntu.trust
RESERVATION_DIR="/tmp/reservation_dir"
INSTALLATION_DIR="/tmp/install_dir"
-PYBOT_ARGS="--noncritical PERFTEST"
+PYBOT_ARGS="-W 150 --noncritical PERFTEST"
ARCHIVE_ARTIFACTS=(log.html output.xml report.html output_perf_data.xml)