summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYang (Gabriel) Yu <Gabriel.yuyang@huawei.com>2018-09-10 17:24:54 +0800
committerYang (Gabriel) Yu <Gabriel.yuyang@huawei.com>2018-09-10 17:24:54 +0800
commit3c5b9ef236e879684796667d5b4c3de9bdef3f14 (patch)
treeff0273daf34e1e7f23f156641309ac78a7e8fd49
parent22e9d2944558888d1a466425290052af47588fe9 (diff)
bug-fix: k8s capacity test name
JIRA: BOTTLENECK-242 TEST_CASE is wrongly defined. Spaces should be deleted in order to make the right defination for shell. Change-Id: I981e80af8fc8dfd9f375b44b205f7478e0d4f260 Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
-rw-r--r--jjb/bottlenecks/bottlenecks-run-suite.sh2
1 files changed, 1 insertions, 1 deletions
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}"