diff options
author | Miroslav Miklus <mmiklus@cisco.com> | 2016-06-10 15:31:13 +0200 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2016-07-01 02:41:22 +0000 |
commit | bfb298189f2cf963209c9b0b6f2f815d2ae0f7cf (patch) | |
tree | 68e2bc3ec27274fa3260490b14f83108895aba0b | |
parent | 7d2ae8ca0427b2646327ba42bffdebaac21cd9bc (diff) |
TEST: PERF pybot output set width to 150 characters
Change-Id: Iaa914280f7193a10072735fbcd67fcd668d3a12e
Signed-off-by: Miroslav Miklus <mmiklus@cisco.com>
-rwxr-xr-x | bootstrap-verify-perf.sh | 2 | ||||
-rwxr-xr-x | 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 \ |