diff options
author | Peter Mikus <pmikus@cisco.com> | 2016-05-13 09:57:03 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2016-05-26 15:13:04 +0200 |
commit | f94e16167519c74707ec8b606da3f7b97c749c66 (patch) | |
tree | 91ac71037bce4bd1e0ce9a52e67802e2c0f808a7 /bootstrap-verify-perf.sh | |
parent | 52913516a16429a0ec6573260cf946223c84f34d (diff) |
Find PDR using binary search
- JIRA: CSIT-72
- modify libraries for PDR search evaluation
- write robot framework keywords for PDR search
- write Performance Test Cases using PDR
Change-Id: Id06a2a7f78fe8626c221afe4178c5c30cc599762
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'bootstrap-verify-perf.sh')
-rwxr-xr-x | bootstrap-verify-perf.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index 8662026dc2..7f5840ee0d 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -161,6 +161,19 @@ case "$TEST_TAG" in -L TRACE \ -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ -s "performance.Long_Xconnect_Dot1q*" \ + ;; + PERFTEST_NDR ) + pybot ${PYBOT_ARGS} \ + -L TRACE \ + -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ + -s performance -i NDR \ + tests/ + ;; + PERFTEST_PDR ) + pybot ${PYBOT_ARGS} \ + -L TRACE \ + -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ + -s performance -i PDR \ tests/ ;; * ) |