Merge "Add the docs build job for fuel project"
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Mon, 10 Sep 2018 17:01:42 +0000 (17:01 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 10 Sep 2018 17:01:42 +0000 (17:01 +0000)
jjb/bottlenecks/bottlenecks-run-suite.sh
jjb/functest/functest-alpine.sh

index 59116cb..9b5e8ee 100644 (file)
@@ -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}"
index 5002eb5..357068e 100755 (executable)
@@ -172,14 +172,14 @@ else
     if [ ${DEPLOY_TYPE} == 'baremetal' ] && [ "${HOST_ARCH}" != "aarch64" ]; then
         if [[ ${BRANCH} == "stable/fraser" ]]; then
             tiers=(healthcheck smoke features vnf parser)
-            tests=(tempest_full)
+            tests=(tempest_full_parallel)
         else
             tiers=(healthcheck smoke benchmarking features vnf)
         fi
     else
         if [[ ${BRANCH} == "stable/fraser" ]]; then
             tiers=(healthcheck smoke features parser)
-            tests=(tempest_full)
+            tests=(tempest_full_parallel)
         else
             tiers=(healthcheck smoke benchmarking features)
         fi