HC Test: update bootstrap for HC performance job 84/7684/2
authorselias <samelias@cisco.com>
Thu, 20 Jul 2017 14:38:28 +0000 (16:38 +0200)
committerPeter Mikus <pmikus@cisco.com>
Fri, 21 Jul 2017 06:52:32 +0000 (06:52 +0000)
missing in change https://gerrit.fd.io/r/7221

Change-Id: Ib372ae70864fa9bdf6e6b7df1e4c60ed8507b691
Signed-off-by: selias <samelias@cisco.com>
(cherry picked from commit 41348644e8ea2633bce38f1576c6178492b52cf7)

bootstrap-hc2vpp-perf.sh

index 54efb99..8eeee6f 100755 (executable)
@@ -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 $?)