From: liyin Date: Sat, 30 Sep 2017 02:37:21 +0000 (+0800) Subject: Bug fix:Bottlenecks job failed. X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=76c35ffbb434412fb1478c5858747f7f4df00531;p=releng.git Bug fix:Bottlenecks job failed. This patch is to fix the bottlenecks rc file. shown the problem: touch: cannot touch '/tmp/admin_rc.sh': Permission denied releng have chown code. We will delete this file if have problem in fetch_os script Change-Id: I9f53f9243697c3faca2b4d09a5847253a70f9686 Signed-off-by: liyin --- 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"