Add hw/vm tags, add single link tag.
[csit.git] / bootstrap.sh
index c20bf47..455168c 100755 (executable)
@@ -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/