From: jose.lausuch Date: Fri, 15 Jan 2016 16:35:42 +0000 (+0100) Subject: functest: add sudo permissions to remove command X-Git-Tag: brahmaputra.1.0~196 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=4e7817a8de6a17186ea661c561c03b93d2f36a55;p=releng.git functest: add sudo permissions to remove command Change-Id: I2e3c3085458b2a863e9e9be10b2649964360bdd1 Signed-off-by: jose.lausuch --- diff --git a/jjb/functest/functest-ci-jobs.yml b/jjb/functest/functest-ci-jobs.yml index ee6e7d6b7..49d29cbbe 100644 --- a/jjb/functest/functest-ci-jobs.yml +++ b/jjb/functest/functest-ci-jobs.yml @@ -132,7 +132,7 @@ - string: name: CI_DEBUG default: 'false' - description: "Show debut output information" + description: "Show debug output information" ######################## # trigger macros ######################## @@ -212,7 +212,7 @@ dir_result="${HOME}/opnfv/functest/reports" mkdir -p ${dir_result} - rm -rf ${dir_result}/* + sudo rm -rf ${dir_result}/* res_volume="-v ${dir_result}:/home/opnfv/functest/results" docker pull opnfv/functest:latest_stable >$redirect