diff options
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 9 |
1 files changed, 7 insertions, 2 deletions
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/ |