diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-07-06 13:19:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-07-06 13:19:06 +0000 |
commit | c92a48a163a7161874cfb01edcf79e6a721985ba (patch) | |
tree | ae3c04d9cc31398bbd39e4ce566ea9fb5ffc26c3 /docker/Dockerfile | |
parent | 931f49c6400a47fb7e187b1027d759cac4b1cc05 (diff) | |
parent | 192dca7db121c8e56afd8f4a02786916c4d00947 (diff) |
Merge "Add Moon in Functest"
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 1 |
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 |