From 44eddf96507e2300a7a309c75154dfc54289104f Mon Sep 17 00:00:00 2001 From: pmikus Date: Tue, 10 Jan 2017 15:07:57 +0100 Subject: Clean up bootstrap-verify-perf file Remove obsolete code from performance bootstrap file Change-Id: I8486c000ee4049b390017a1bf96459ec9fc828ea Signed-off-by: pmikus --- bootstrap-verify-perf.sh | 59 ++---------------------------------------------- 1 file 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 $?) ;; -- cgit 1.2.3-korg