summaryrefslogtreecommitdiffstats
path: root/jjb/bottlenecks/bottlenecks-run-suite.sh
diff options
context:
space:
mode:
authorliyin <liyin11@huawei.com>2017-09-30 10:37:21 +0800
committerAce Lee <liyin11@huawei.com>2017-09-30 08:10:01 +0000
commit76c35ffbb434412fb1478c5858747f7f4df00531 (patch)
tree1cd592bffc4cc35d48dfffd5b420632bdd2f1c4a /jjb/bottlenecks/bottlenecks-run-suite.sh
parentfa7c5d4f2024565623dc9d47e8dd900f0628443a (diff)
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 <liyin11@huawei.com>
Diffstat (limited to 'jjb/bottlenecks/bottlenecks-run-suite.sh')
-rw-r--r--jjb/bottlenecks/bottlenecks-run-suite.sh1
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"