From 74132d55d6f846a3356df188509accd7169f939b Mon Sep 17 00:00:00 2001 From: pmikus Date: Tue, 3 May 2016 15:45:09 +0200 Subject: 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 Signed-off-by: Peter Mikus --- bootstrap-verify-perf.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bootstrap-verify-perf.sh') 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} \ -- cgit 1.2.3-korg