aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2017-08-28 07:06:09 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-28 07:06:09 +0000
commit4e39ca947fcb30ab176bf3a2405a5b71965497f7 (patch)
treeec00fe5909568c0b7d602bf30077a198c9cc251a /docker
parentaf86e67845ff7d074d389aa54cd4c3744d037348 (diff)
parentc9ef93de81e802bd01ec7381b243c724c38af34f (diff)
Merge "Remove Onos in Functest"
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 5fa4340fd..5687b31e7 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -94,7 +94,6 @@ RUN git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/fds /src/fds
RUN git clone --depth 1 -b $ODL_TAG https://git.opendaylight.org/gerrit/p/integration/test.git /src/odl_test
RUN git clone --depth 1 -b $VIMS_TAG https://github.com/boucherv-orange/clearwater-live-test /src/vims-test
RUN git clone --depth 1 -b $VROUTER_TAG https://github.com/oolorg/opnfv-functest-vrouter.git ${REPOS_VNFS_DIR}/vrouter
-RUN git clone --depth 1 https://github.com/wuwenbin2/OnosSystemTest.git ${REPOS_DIR}/onos
# Install tempest venv and create symlink for running refstack-client
RUN ln -s /src/tempest /src/refstack-client/.tempest \