diff options
author | pmikus <pmikus@cisco.com> | 2016-04-20 13:24:11 +0200 |
---|---|---|
committer | Stefan Kobza <skobza@cisco.com> | 2016-05-11 11:52:13 +0000 |
commit | 10f3b07a5c883e20ef345c8b1c8e24063a50281f (patch) | |
tree | 659b4e11dd7d028640538c56d813e5084d870704 /bootstrap-verify-perf.sh | |
parent | 187868525f59884c74de5a75721594658fa8f4d3 (diff) |
Performance IPv6 library and short/long test cases
- JIRA: CSIT-2
- Create IPv6 test cases for long/short/singlethread/multithread performance testing
- Create robot KWs for IPv6 performance testing
- Add T-Rex IPv6 profile
Change-Id: I306d5c894d9b9287bf91929764aeb1c7083d802c
Signed-off-by: pmikus <pmikus@cisco.com>
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'bootstrap-verify-perf.sh')
-rwxr-xr-x | bootstrap-verify-perf.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index 26ec3f53d5..a60b18d2f6 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -133,6 +133,12 @@ case "$TEST_TAG" in -s performance.long_ipv4 \ tests/ ;; + PERFTEST_LONG_IPV6 ) + pybot -L TRACE \ + -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ + -s performance.long_ipv6 \ + tests/ + ;; PERFTEST_LONG_XCONNECT ) pybot -L TRACE \ -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ |