From 76c35ffbb434412fb1478c5858747f7f4df00531 Mon Sep 17 00:00:00 2001 From: liyin Date: Sat, 30 Sep 2017 10:37:21 +0800 Subject: 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 --- jjb/bottlenecks/bottlenecks-run-suite.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'jjb/bottlenecks/bottlenecks-run-suite.sh') 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" -- cgit 1.2.3-korg