diff options
author | pmikus <pmikus@cisco.com> | 2017-01-10 15:07:57 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-01-12 09:21:55 +0000 |
commit | 44eddf96507e2300a7a309c75154dfc54289104f (patch) | |
tree | 20242e12e43234f28787809bb22597015d471313 | |
parent | b633f4ebf7878ae968e27b71da69b6cde0265904 (diff) |
Clean up bootstrap-verify-perf file
Remove obsolete code from performance bootstrap file
Change-Id: I8486c000ee4049b390017a1bf96459ec9fc828ea
Signed-off-by: pmikus <pmikus@cisco.com>
-rwxr-xr-x | bootstrap-verify-perf.sh | 59 |
1 files changed, 2 insertions, 57 deletions
diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index 0442464f1e..0833628f58 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -136,7 +136,7 @@ case "$TEST_TAG" in -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ -s "tests.perf" \ --exclude SKIP_PATCH \ - -i perftest_long \ + -i NDRPDRDISC \ tests/ RETURN_STATUS=$(echo $?) ;; @@ -145,62 +145,7 @@ case "$TEST_TAG" in -L TRACE \ -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ -s "tests.perf" \ - -i perftest_short \ - tests/ - RETURN_STATUS=$(echo $?) - ;; - PERFTEST_LONG_BRIDGE ) - pybot ${PYBOT_ARGS} \ - -L TRACE \ - -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ - -s "tests.perf.Long_Bridge_Domain*" \ - tests/ - RETURN_STATUS=$(echo $?) - ;; - PERFTEST_LONG_IPV4 ) - pybot ${PYBOT_ARGS} \ - -L TRACE \ - -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ - -s "tests.perf.Long_IPv4*" \ - tests/ - RETURN_STATUS=$(echo $?) - ;; - PERFTEST_LONG_IPV6 ) - pybot ${PYBOT_ARGS} \ - -L TRACE \ - -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ - -s "tests.perf.Long_IPv6*" \ - tests/ - RETURN_STATUS=$(echo $?) - ;; - PERFTEST_LONG_XCONNECT ) - pybot ${PYBOT_ARGS} \ - -L TRACE \ - -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ - -s "tests.perf.Long_Xconnect*" \ - tests/ - RETURN_STATUS=$(echo $?) - ;; - PERFTEST_LONG_XCONNECT_DOT1Q ) - pybot ${PYBOT_ARGS} \ - -L TRACE \ - -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ - -s "tests.perf.Long_Xconnect_Dot1q*" \ - RETURN_STATUS=$(echo $?) - ;; - PERFTEST_NDR ) - pybot ${PYBOT_ARGS} \ - -L TRACE \ - -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ - -s "tests.perf" -i NDR \ - tests/ - RETURN_STATUS=$(echo $?) - ;; - PERFTEST_PDR ) - pybot ${PYBOT_ARGS} \ - -L TRACE \ - -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ - -s "tests.perf" -i PDR \ + -i NDRCHK \ tests/ RETURN_STATUS=$(echo $?) ;; |