diff options
-rwxr-xr-x | bootstrap-hc2vpp-perf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-hc2vpp-perf.sh b/bootstrap-hc2vpp-perf.sh index 54efb99903..8eeee6fec3 100755 --- a/bootstrap-hc2vpp-perf.sh +++ b/bootstrap-hc2vpp-perf.sh @@ -103,7 +103,7 @@ fi # run full performance test suite and exit on fail pybot ${PYBOT_ARGS} \ -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ - -s "tests.perf.honeycomb" \ + -s "tests.vpp.perf.honeycomb" \ --variable install_dir:${INSTALLATION_DIR} \ tests/ RETURN_STATUS=$(echo $?) |