X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap.sh;h=1eb071665473110b642e7a0697efd48ac7df2af7;hp=7c2611d6a3d87f24a34227ca7e9f8f169d3762d8;hb=411b4dfab6252c55d8235afaf3d1324b50b61f00;hpb=2a3181f49a0ae8790436b46621b9e77bcec632d1 diff --git a/bootstrap.sh b/bootstrap.sh index 7c2611d6a3..1eb0716654 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -201,8 +201,9 @@ 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 \ + --suite "tests.func" \ --include vm_envAND3_node_single_link_topo \ --include vm_envAND3_node_double_link_topo \ --exclude PERFTEST \