aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-verify-perf.sh
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2016-05-03 15:45:09 +0200
committerMiroslav Miklus <mmiklus@cisco.com>2016-05-23 12:51:50 +0000
commit74132d55d6f846a3356df188509accd7169f939b (patch)
tree00c811fadeea68e51bf7d13c135c96a3c84e1e2d /bootstrap-verify-perf.sh
parente52235ebf45d01235faa4cfa7ea8598ce16290f2 (diff)
Performance l2-vlan-dot1q library and short/long test cases
- JIRA: CSIT-59 - create topology with VLAN dot1q sub-interfaces inter-connected using L2 cross connect in 3-node topology - create keywords to be used in test cases - create l2-vlan-dot1q test cases (64B, 1518B, 9000B) Change-Id: Ic5f31b4451965bb7f5d3d5b7061c6600f63da898 Signed-off-by: pmikus <pmikus@cisco.com> Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'bootstrap-verify-perf.sh')
-rwxr-xr-xbootstrap-verify-perf.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh
index 65f6e7ee55..860e956632 100755
--- a/bootstrap-verify-perf.sh
+++ b/bootstrap-verify-perf.sh
@@ -156,6 +156,13 @@ case "$TEST_TAG" in
-s "performance.Long_Xconnect*" \
tests/
;;
+ PERFTEST_LONG_XCONNECT_DOT1Q )
+ pybot ${PYBOT_ARGS} \
+ -L TRACE \
+ -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \
+ -s "performance.Long_Xconnect_Dot1q*" \
+ tests/
+ ;;
* )
# run full performance test suite and exit on fail
pybot ${PYBOT_ARGS} \