diff options
author | Jun Li <lijun_1203@126.com> | 2017-10-10 06:32:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-10 06:32:06 +0000 |
commit | 02ea0678f840da4f63821c2753079263c6fcde11 (patch) | |
tree | a2d7f6cfcab32170dab7161637f00b6c97e134b6 /jjb | |
parent | e17fbef0b73d270a59de87418d28d74e489b8df4 (diff) | |
parent | 76c35ffbb434412fb1478c5858747f7f4df00531 (diff) |
Merge "Bug fix:Bottlenecks job failed."
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/bottlenecks/bottlenecks-run-suite.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/bottlenecks/bottlenecks-run-suite.sh b/jjb/bottlenecks/bottlenecks-run-suite.sh index 811f9d58c..f0b8a4070 100644 --- a/jjb/bottlenecks/bottlenecks-run-suite.sh +++ b/jjb/bottlenecks/bottlenecks-run-suite.sh @@ -27,6 +27,7 @@ BOTTLENECKS_CONFIG=/tmp if [[ $SUITE_NAME == *posca* ]]; then POSCA_SCRIPT=/home/opnfv/bottlenecks/testsuites/posca + sudo rm -f ${OPENRC} # Preparing OpenStack RC and Cacert files echo "BOTTLENECKS INFO: fetching os credentials from $INSTALLER_TYPE" |