From 522286203ac5088195d7d9d40e9f9708f574a081 Mon Sep 17 00:00:00 2001 From: Itzik Date: Thu, 7 Dec 2017 14:17:17 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 77aeca6..cebe4b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,8 +26,8 @@ RUN virtualenv tempest-upstream && cd tempest-upstream \ && pip install -U setuptools && pip install -e . \ && pip install -r test-requirements.txt && testr init \ && pip install ipdb && cd .. \ - && git clone https://github.com/openstack/neutron.git \ - && cd neutron && pip install -e . && pip install -r test-requirements.txt + && git clone https://github.com/openstack/neutron-tempest-plugin.git \ + && cd neutron-tempest-plugin && pip install -e . && pip install -r test-requirements.txt RUN cd /home/centos/tempest-upstream && source bin/activate \ && git clone https://github.com/openstack/neutron-lbaas.git \