summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorKubi <jean.gaoliang@huawei.com>2016-11-17 07:45:00 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-11-17 07:45:00 +0000
commiteeeca4f0cdeff152ec061bb9b40ae305547c027e (patch)
treea124f0ec08330a2706ac63e0f052b8bc40ed6334 /docker
parent1e132a317acdca7202f009c4d16898705b277665 (diff)
parent02e9da46ba3eed7e4552a30030000459fb56b7da (diff)
Merge "Yardstick installation unified (pip/setup)"
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 5387babff..fba6e2067 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -57,7 +57,7 @@ RUN git clone https://gerrit.opnfv.org/gerrit/releng ${RELENG_REPO_DIR}
# install yardstick + dependencies
RUN cd ${YARDSTICK_REPO_DIR} && easy_install -U pip
-RUN cd ${YARDSTICK_REPO_DIR} && pip install -r tests/ci/requirements.txt
+RUN cd ${YARDSTICK_REPO_DIR} && pip install -r requirements.txt
RUN cd ${YARDSTICK_REPO_DIR} && pip install .
ADD http://download.cirros-cloud.net/0.3.3/cirros-0.3.3-x86_64-disk.img /home/opnfv/images/