diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-07-06 11:36:08 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-07-06 15:13:10 +0200 |
commit | 192dca7db121c8e56afd8f4a02786916c4d00947 (patch) | |
tree | 2f8bd96f8d4940682fccac0d6d5dbb8360d85610 /docker | |
parent | 72306b25f2040f3064e2efb60f0ebb09622ffd42 (diff) |
Add Moon in Functest
JIRA: FUNCTEST-210
Change-Id: Ibc8792f74c4c62122856cff355e55cda88fc691e
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 30d2a7a1..ab22774b 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 |