From: selias Date: Thu, 20 Jul 2017 14:38:28 +0000 (+0200) Subject: HC Test: update bootstrap for HC performance job X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=refs%2Fchanges%2F82%2F7682%2F1 HC Test: update bootstrap for HC performance job missing in change https://gerrit.fd.io/r/7221 Change-Id: Ib372ae70864fa9bdf6e6b7df1e4c60ed8507b691 Signed-off-by: selias --- 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 $?)