From 16d26b1280d64f046838baefbe642f7fd5d853a8 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 21 Mar 2018 08:34:06 +0100 Subject: [PATCH] MRR Daily: Run only 64B tests Change-Id: I61bb0c785fcc1407b80ce8019df69e64a3e4eb9e Signed-off-by: Tibor Frank --- bootstrap-verify-perf.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index 3271b86338..e41b575fbc 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -185,7 +185,9 @@ case "$TEST_TAG" in pybot ${PYBOT_ARGS} \ -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ -s "tests.vpp.perf" \ - --include mrrAND1t1cORmrrAND2t2c \ + --include mrrAND64bAND1t1c \ + --include mrrAND64bAND2t2c \ + --include mrrAND64bAND4t4c \ tests/ RETURN_STATUS=$(echo $?) for i in ${LOG_ARCHIVE_ARTIFACTS[@]}; do -- 2.16.6