X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fbottlenecks%2Fbottlenecks-run-suite.sh;h=9b5e8eecff47ce14153f1862cbd32f98cd9aa1f4;hb=4e5542ba5980778153011cbb59a0668b215af6ce;hp=59116cb6e92b2be4b112b653714fc2a2f77a372a;hpb=22e9d2944558888d1a466425290052af47588fe9;p=releng.git diff --git a/jjb/bottlenecks/bottlenecks-run-suite.sh b/jjb/bottlenecks/bottlenecks-run-suite.sh index 59116cb6e..9b5e8eecf 100644 --- a/jjb/bottlenecks/bottlenecks-run-suite.sh +++ b/jjb/bottlenecks/bottlenecks-run-suite.sh @@ -148,7 +148,7 @@ if [[ $SUITE_NAME == *posca* ]]; then ${testcase_cmd} >$redirect elif [[ $SUITE_NAME == *kubestone* ]]; then if [[ $SUITE_NAME == kubestone_deployment_capacity ]]; then - TEST_CASE = ${KUBESTONE_TEST_DIR}/deployment_capacity.yaml + TEST_CASE=${KUBESTONE_TEST_DIR}/deployment_capacity.yaml fi testcase_cmd="docker exec bottlenecks-load-master python ${KUBESTONE_TEST_DIR}/../stress_test.py -c $TEST_CASE" echo "BOTTLENECKS INFO: running test case ${TEST_CASE} with report indicator: ${testcase_cmd}"