From bfb298189f2cf963209c9b0b6f2f815d2ae0f7cf Mon Sep 17 00:00:00 2001 From: Miroslav Miklus Date: Fri, 10 Jun 2016 15:31:13 +0200 Subject: [PATCH] TEST: PERF pybot output set width to 150 characters Change-Id: Iaa914280f7193a10072735fbcd67fcd668d3a12e Signed-off-by: Miroslav Miklus --- bootstrap-verify-perf.sh | 2 +- bootstrap.sh | 2 +- 2 files changed, 2 insertions(+), 2 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) diff --git a/bootstrap.sh b/bootstrap.sh index 7c2611d6a3..5d5a7aea26 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -201,7 +201,7 @@ if [ "$?" -ne "0" ]; then echo "However, the tests will start." fi -PYTHONPATH=`pwd` pybot -L TRACE \ +PYTHONPATH=`pwd` pybot -L TRACE -W 150\ -v TOPOLOGY_PATH:${SCRIPT_DIR}/topologies/enabled/topology.yaml \ --include vm_envAND3_node_single_link_topo \ --include vm_envAND3_node_double_link_topo \ -- 2.16.6