X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap.sh;h=455168c17a6a2db03b2befaf429ecee8269533cf;hp=c20bf47b222c31740bb71f5ea034624dbafbf7dc;hb=b255549d4fee3a161c521a1a2bd8be3a0767189e;hpb=03613f1079bf5b86a58dd061fe4dd232ae52c1ea diff --git a/bootstrap.sh b/bootstrap.sh index c20bf47b22..455168c17a 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -32,5 +32,10 @@ virtualenv env echo pip install pip install -r requirements.txt -PYTHONPATH=`pwd` pybot -L TRACE -v TOPOLOGY_PATH:topologies/available/virl.yaml --exclude PERFTEST tests || true - +PYTHONPATH=`pwd` pybot -L TRACE \ + -v TOPOLOGY_PATH:topologies/available/virl.yaml \ + --include vm_env \ + --include 3_NODE_SINGLE_LINK_TOPO \ + --exclude 3_node_double_link_topoNOT3_node_single_link_topo \ + --exclude PERFTEST \ + tests/