summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorJun Li <lijun_1203@126.com>2017-10-20 07:20:45 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-20 07:20:45 +0000
commitdfe4f90bdcd765d3045ee1a9c6f00ea0b394e665 (patch)
tree2c10cebcc8506ea7ebd316d3eee9a79eefd97c5b /jjb
parentb7972b02c75fd3a6b4d88ccfb3a1581c21868601 (diff)
parentc9823f7d84fcb16d4ca137bcb34b5b81f743d9df (diff)
Merge "bug-fix: fix compass os_cert issue for bottlenecks euphrates"
Diffstat (limited to 'jjb')
-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 0e325e115..cdcf0f05a 100644
--- a/jjb/bottlenecks/bottlenecks-run-suite.sh
+++ b/jjb/bottlenecks/bottlenecks-run-suite.sh
@@ -47,7 +47,7 @@ if [[ $SUITE_NAME == *posca* ]]; then
if [[ -f ${OPENRC} ]]; then
echo "BOTTLENECKS INFO: openstack credentials path is ${OPENRC}"
- if [[ $INSTALLER_TYPE == 'compass' && ${BRANCH} == 'master' ]]; then
+ if [[ $INSTALLER_TYPE == 'compass' ]]; then
echo "BOTTLENECKS INFO: writing ${OS_CACERT} to ${OPENRC}"
echo "export OS_CACERT=${OS_CACERT}" >> ${OPENRC}
fi