X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-verify-master.sh;h=c09ce7b060e7260c37ca2457a9860e979280b34f;hp=5f560ce794122caa20af2d33bd1ba4fe8de9e5e3;hb=981bc57e281bc2f6920f7690eccc3106419474d2;hpb=77873c7c4c3793b3a9a5fa0e5daa6884dabb2e82 diff --git a/bootstrap-verify-master.sh b/bootstrap-verify-master.sh index 5f560ce794..c09ce7b060 100755 --- a/bootstrap-verify-master.sh +++ b/bootstrap-verify-master.sh @@ -107,7 +107,7 @@ function stop_virl_simulation { VIRL_SID=$(ssh -i priv_key -o StrictHostKeyChecking=no \ ${VIRL_USERNAME}@${VIRL_SERVER} \ - "/home/jenkins-in/testcase-infra/bin/start-testcase -c simple-ring ${VPP_DEBS_FULL[@]}") + "/home/jenkins-in/testcase-infra/bin/start-testcase -c double-ring-nested ${VPP_DEBS_FULL[@]}") retval=$? if [ "$?" -ne "0" ]; then echo "VIRL simulation start failed" @@ -152,8 +152,8 @@ do echo ${test_set}. test loop PYTHONPATH=`pwd` pybot -L TRACE \ -v TOPOLOGY_PATH:topologies/enabled/topology.yaml \ - --exclude 3_node_double_link_topoNOT3_node_single_link_topo \ - --include VM_ENV \ + --include vm_envAND3_node_single_link_topo \ + --include vm_envAND3_node_double_link_topo \ --exclude PERFTEST \ --noncritical EXPECTED_FAILING \ --output log_test_set${test_set} \