aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-nsh_sfc-functional-virl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-nsh_sfc-functional-virl.sh')
-rwxr-xr-xbootstrap-nsh_sfc-functional-virl.sh6
1 files changed, 3 insertions, 3 deletions
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/
108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153