Merge "Adjust the testcase name for Bottlenecks stress test job"
authormei mei <meimei@huawei.com>
Wed, 29 Mar 2017 02:43:48 +0000 (02:43 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 29 Mar 2017 02:43:48 +0000 (02:43 +0000)
jjb/bottlenecks/bottlenecks-ci-jobs.yml
jjb/bottlenecks/bottlenecks-run-suite.sh

index 2779e31..c56ca19 100644 (file)
             default: 'os-odl_l2-nofeature-ha'
         - string:
             name: GERRIT_REFSPEC_DEBUG
-            default: 'false'
+            default: 'true'
             description: "Gerrit refspec for debug."
         - string:
             name: SUITE_NAME
index f69463f..0df659a 100644 (file)
@@ -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