aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-03-29 02:51:16 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-03-30 05:50:15 +0100
commit801d3da26f3de1ccc0b3807110c8b797fcfb678c (patch)
treedaec04a4b0f94b620f10c445d06edd39dbbb1273 /docker
parent50e6a75f9004bad7a1ed85ad2c3681584f574c30 (diff)
Use absolute dir when removing vmtp src dir
Change-Id: I7254201f97e9615d5d34ab9c199b33ef9de3680c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit f96e57b969220cfc1b0a5da37858aaa13d518880)
Diffstat (limited to 'docker')
-rw-r--r--docker/benchmarking/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/benchmarking/Dockerfile b/docker/benchmarking/Dockerfile
index f86e6725c..07b9b2a2c 100644
--- a/docker/benchmarking/Dockerfile
+++ b/docker/benchmarking/Dockerfile
@@ -25,7 +25,7 @@ RUN apk --no-cache add --update libxml2 libxslt && \
git fetch --tags https://git.openstack.org/openstack/neutron.git $OPENSTACK_TAG && \
git checkout FETCH_HEAD) && \
cp -r /src/neutron/rally-jobs /home/opnfv/functest/data/rally/neutron/rally-jobs && \
- rm -r upper-constraints.txt upper-constraints.opnfv.txt src/vmtp /src/neutron && \
+ rm -r upper-constraints.txt upper-constraints.opnfv.txt /src/vmtp /src/neutron && \
apk del .build-deps
COPY testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci/testcases.yaml
CMD ["run_tests", "-t", "all"]