From f94e16167519c74707ec8b606da3f7b97c749c66 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Fri, 13 May 2016 09:57:03 +0200 Subject: 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 --- bootstrap-verify-perf.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'bootstrap-verify-perf.sh') 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/ ;; * ) -- cgit 1.2.3-korg