X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-nsh_sfc-functional-virl.sh;fp=bootstrap-nsh_sfc-functional-virl.sh;h=f74942940e0e53c22d18eed0fddba427cc4f93ea;hp=35754bb143a18c8fc0078e49a32eed2f162d6964;hb=6721e7f09aa95bff6622068332a3f56afad9c87b;hpb=859157b5db45927c7b4bb0b2d575e68805777a86 diff --git a/bootstrap-nsh_sfc-functional-virl.sh b/bootstrap-nsh_sfc-functional-virl.sh index 35754bb143..f74942940e 100755 --- a/bootstrap-nsh_sfc-functional-virl.sh +++ b/bootstrap-nsh_sfc-functional-virl.sh @@ -127,7 +127,7 @@ done # Download VPP and NSH SFC packages from the current branch echo Downloading packages... -bash ${SCRIPT_DIR}/resources/tools/download_nsh_sfc_pkgs.sh ${STREAM} ${OS} +bash ${SCRIPT_DIR}/resources/tools/scripts/download_nsh_sfc_pkgs.sh ${STREAM} ${OS} if [ "${OS}" == "centos7" ]; then VPP_PKGS=(*.rpm) @@ -233,8 +233,8 @@ fi PYTHONPATH=`pwd` pybot -L TRACE -W 136\ -v TOPOLOGY_PATH:${SCRIPT_DIR}/topologies/enabled/topology.yaml \ - --suite "nsh_sfc_tests.func" \ + --suite "tests.nsh_sfc.func" \ --include vm_envAND3_node_single_link_topo \ --exclude PERFTEST \ --exclude SKIP_PATCH \ - nsh_sfc_tests/ + tests/