aboutsummaryrefslogtreecommitdiffstats
path: root/docker/Dockerfile
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-01-11 13:35:41 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-01-11 13:35:41 +0000
commitbeaf93bcc392bb516ad3808db579c7195d10d4e8 (patch)
tree4d9d2fa6870dde2de16af6c8c26a5e081a9e4afc /docker/Dockerfile
parente1d0769008da2904ae12d1ca0020ef3f09336439 (diff)
parent2140461198cdb8dea2f60a66a0ddf90bb1ef54da (diff)
Merge "Prepare onos integration in Functest"
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r--docker/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index decce681..1389aaeb 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -63,6 +63,7 @@ RUN git clone https://github.com/openstack/rally.git ${repos_dir}/rally
RUN git clone https://github.com/opendaylight/integration.git ${repos_dir}/odl_integration
RUN git clone -b stable https://github.com/boucherv-orange/clearwater-live-test ${repos_dir}/vims-test
RUN git clone https://github.com/openstack/networking-bgpvpn ${repos_dir}/bgpvpn
+RUN git clone https://gerrit.onosproject.org/OnosSystemTest ${repos_dir}/onos
RUN pip install -r ${repos_dir}/functest/docker/requirements.pip
RUN pip install -r ${repos_dir}/rally/requirements.txt