summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-07-06 13:19:06 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-07-06 13:19:06 +0000
commitc92a48a163a7161874cfb01edcf79e6a721985ba (patch)
treeae3c04d9cc31398bbd39e4ce566ea9fb5ffc26c3 /docker
parent931f49c6400a47fb7e187b1027d759cac4b1cc05 (diff)
parent192dca7db121c8e56afd8f4a02786916c4d00947 (diff)
Merge "Add Moon in Functest"
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 611f75bfe..04be6f80f 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -79,6 +79,7 @@ RUN git clone https://github.com/wuwenbin2/OnosSystemTest.git ${repos_dir}/onos
RUN git clone https://github.com/opnfv/promise ${repos_dir}/promise
RUN git clone https://gerrit.opnfv.org/gerrit/ovno ${repos_dir}/ovno
RUN git clone https://gerrit.opnfv.org/gerrit/copper ${repos_dir}/copper
+RUN git clone https://gerrit.opnfv.org/gerrit/moon ${repos_dir}/moon
RUN pip install -r ${repos_dir}/functest/docker/requirements.pip
RUN pip install -r ${repos_dir}/rally/requirements.txt