aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-vpp-honeycomb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-vpp-honeycomb.sh')
-rw-r--r--bootstrap-vpp-honeycomb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-vpp-honeycomb.sh b/bootstrap-vpp-honeycomb.sh
index 2e89d9d747..70d1e36cf4 100644
--- a/bootstrap-vpp-honeycomb.sh
+++ b/bootstrap-vpp-honeycomb.sh
@@ -120,7 +120,7 @@ function stop_virl_simulation {
VIRL_SID=$(ssh ${SSH_OPTIONS} \
${VIRL_USERNAME}@${VIRL_SERVER} \
- "start-honeycomb-testcase double-ring-nested")
+ "start-honeycomb-testcase ${VIRL_TOPOLOGY} -r ${VIRL_RELEASE}")
retval=$?
if [ "$?" -ne "0" ]; then
echo "VIRL simulation start failed"