From: Miroslav Miklus Date: Fri, 10 Jun 2016 13:31:13 +0000 (+0200) Subject: TEST: PERF pybot output set width to 150 characters X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=refs%2Fchanges%2F96%2F1496%2F7 TEST: PERF pybot output set width to 150 characters Change-Id: Iaa914280f7193a10072735fbcd67fcd668d3a12e Signed-off-by: Miroslav Miklus --- 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 \