diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-03-21 08:34:06 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-03-21 09:58:26 +0100 |
commit | 16d26b1280d64f046838baefbe642f7fd5d853a8 (patch) | |
tree | 20bf0855a2001eba9a4c8e71875659bab6a5aa14 | |
parent | 491d727115e757aa2d5a7df8048fe17b5ceb16ce (diff) |
MRR Daily: Run only 64B tests
Change-Id: I61bb0c785fcc1407b80ce8019df69e64a3e4eb9e
Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rwxr-xr-x | bootstrap-verify-perf.sh | 4 |
1 files changed, 3 insertions, 1 deletions
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 |