X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bootstrap.sh;h=37508668ff97f69ad72da488371f027df3daf0f2;hb=da8aebf2e722f2c441a03b300de71f9143d010a3;hp=893a8db3e3ce7c20339c761155f524f81e79ece9;hpb=799c246c1783b534df0ce7731c9078463be33bdd;p=csit.git diff --git a/bootstrap.sh b/bootstrap.sh index 893a8db3e3..37508668ff 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -142,7 +142,7 @@ if [ "$?" -ne "0" ]; then exit ${retval} fi -if [[ ! "${VIRL_SID}" =~ session-[a-zA-Z0-9]{6} ]]; then +if [[ ! "${VIRL_SID}" =~ session-[a-zA-Z0-9_]{6} ]]; then echo "No VIRL session ID reported." exit 127 fi @@ -173,9 +173,8 @@ pip install -r requirements.txt PYTHONPATH=`pwd` pybot -L TRACE \ -v TOPOLOGY_PATH:topologies/enabled/topology.yaml \ - --include vm_env \ - --include 3_NODE_SINGLE_LINK_TOPO \ --exclude 3_node_double_link_topoNOT3_node_single_link_topo \ + --include VM_ENV \ --exclude PERFTEST \ --noncritical EXPECTED_FAILING \ tests/