aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-verify-perf.sh
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2018-03-29 11:19:40 +0200
committerPeter Mikus <pmikus@cisco.com>2018-03-29 11:19:40 +0200
commitcdbd98f03337df0adf0acaa4712c29b0d903852a (patch)
tree7de2f5ae514625fabe998da44748e82aa30bec34 /bootstrap-verify-perf.sh
parent3cb8eed46e9cb31f4692387d236156be4dece8d5 (diff)
Add IMIX for Vhost and Memif into MRR trending
- Add IMIX for Vhost and Memif into MRR trending Change-Id: Ifab55b14a97f742e801ddc6f15388f3a134db799 Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'bootstrap-verify-perf.sh')
-rwxr-xr-xbootstrap-verify-perf.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh
index f7bc026ca9..f756d3596d 100755
--- a/bootstrap-verify-perf.sh
+++ b/bootstrap-verify-perf.sh
@@ -163,6 +163,12 @@ case "$TEST_TAG" in
--include mrrAND78bAND1t1c \
--include mrrAND78bAND2t2c \
--include mrrAND78bAND4t4c \
+ --include mrrANDimixAND1t1cANDvhost \
+ --include mrrANDimixAND2t2cANDvhost \
+ --include mrrANDimixAND4t4cANDvhost \
+ --include mrrANDimixAND1t1cANDmemif \
+ --include mrrANDimixAND2t2cANDmemif \
+ --include mrrANDimixAND4t4cANDmemif \
tests/
RETURN_STATUS=$(echo $?)
;;