From: Jan Gelety Date: Wed, 12 Jul 2017 14:12:03 +0000 (+0200) Subject: FIX: use correct test suite name in weeklu bootstrap (typo fix) X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=24ba1e81f527cf14cbb56bc73661e62353d4f4d9;ds=sidebyside FIX: use correct test suite name in weeklu bootstrap (typo fix) Change-Id: Ic063e8688ee180f28ccf03831168aa38eee03d7e Signed-off-by: Jan Gelety --- diff --git a/bootstrap-vpp-verify-weekly.sh b/bootstrap-vpp-verify-weekly.sh index e2b04a9388..ecd0f158e8 100644 --- a/bootstrap-vpp-verify-weekly.sh +++ b/bootstrap-vpp-verify-weekly.sh @@ -237,7 +237,7 @@ do echo ${test_set}. test loop PYTHONPATH=`pwd` pybot -L TRACE -W 136\ -v TOPOLOGY_PATH:${SCRIPT_DIR}/topologies/enabled/topology.yaml \ - --suite "tests.vpp.unc" \ + --suite "tests.vpp.func" \ --include vm_envAND3_node_single_link_topo \ --include vm_envAND3_node_double_link_topo \ --exclude PERFTEST \