From 386a6d24f2b3454f71819a3fcad118405e4c8dfc Mon Sep 17 00:00:00 2001 From: yuyang Date: Tue, 28 Mar 2017 09:34:47 +0800 Subject: Adjust the testcase name for Bottlenecks stress test job JIRA: RELENG-195 JIRA: BOTTLENECK-143 The name of stress test in Bottlenecks has been changed due to the new entrance for it. So CI job for the stress test should be adjusted. Change-Id: I8432ea1c2dacb6cf42f09a5b74c3c6a93970a242 Signed-off-by: yuyang --- jjb/bottlenecks/bottlenecks-run-suite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/bottlenecks/bottlenecks-run-suite.sh') diff --git a/jjb/bottlenecks/bottlenecks-run-suite.sh b/jjb/bottlenecks/bottlenecks-run-suite.sh index f69463fc2..0df659af2 100644 --- a/jjb/bottlenecks/bottlenecks-run-suite.sh +++ b/jjb/bottlenecks/bottlenecks-run-suite.sh @@ -55,7 +55,7 @@ else sleep 5 docker exec bottleneckcompose_bottlenecks_1 python ${POSCA_SCRIPT}/run_posca.py testcase $TEST_CASE elif [[ $SUITE_NAME == posca_stress_ping ]]; then - TEST_CASE=posca_stress_ping + TEST_CASE=posca_factor_ping sleep 5 docker exec bottleneckcompose_bottlenecks_1 python ${POSCA_SCRIPT}/run_posca.py testcase $TEST_CASE fi -- cgit 1.2.3-korg