X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap.sh;h=1eb071665473110b642e7a0697efd48ac7df2af7;hp=5d5a7aea26344dc8802c0ae18e6312ccc8a76fba;hb=70cbaaee0e6210682ce6d278ea645b8bea153b67;hpb=7c3e0cc41f55327d6eeb04fe757c6e80064ab28a diff --git a/bootstrap.sh b/bootstrap.sh index 5d5a7aea26..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 -W 150\ +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 \