aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-verify-perf.sh
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2018-03-21 08:34:06 +0100
committerTibor Frank <tifrank@cisco.com>2018-03-21 09:58:26 +0100
commit16d26b1280d64f046838baefbe642f7fd5d853a8 (patch)
tree20bf0855a2001eba9a4c8e71875659bab6a5aa14 /bootstrap-verify-perf.sh
parent491d727115e757aa2d5a7df8048fe17b5ceb16ce (diff)
MRR Daily: Run only 64B tests
Change-Id: I61bb0c785fcc1407b80ce8019df69e64a3e4eb9e Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'bootstrap-verify-perf.sh')
-rwxr-xr-xbootstrap-verify-perf.sh4
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