diff options
author | selias <samelias@cisco.com> | 2017-07-20 16:38:28 +0200 |
---|---|---|
committer | selias <samelias@cisco.com> | 2017-07-20 16:38:28 +0200 |
commit | 41348644e8ea2633bce38f1576c6178492b52cf7 (patch) | |
tree | 3dff87b3662afbf35b23905f5b69e0962e9049e0 /bootstrap-hc2vpp-perf.sh | |
parent | e4071a518036fa008507e27e9d0be047fb32ae7e (diff) |
HC Test: update bootstrap for HC performance job
missing in change https://gerrit.fd.io/r/7221
Change-Id: Ib372ae70864fa9bdf6e6b7df1e4c60ed8507b691
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'bootstrap-hc2vpp-perf.sh')
-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 $?) |