From: Cédric Ollivier Date: Sat, 11 May 2019 14:51:51 +0000 (+0200) Subject: Update neutron-tempest to 0.3.0 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=5caf68ac803ec51cbbcfc88095d8c53c4300bbc0;p=functest.git Update neutron-tempest to 0.3.0 It includes the fix "Cleanup Tempest tests legacy resources" [1] which cleans all remaining routers and security groups detected in Functest gates. [1] https://github.com/openstack/neutron-tempest-plugin/commit/2de722ef0af284b4f68e952df53ad4f0d9d452be#diff-44d072bece4c5873f0e78df8ad7cacf2 Change-Id: I4da824447ab67e4b0aba044c39467f8f105b5630 Signed-off-by: Cédric Ollivier --- diff --git a/docker/smoke/Dockerfile b/docker/smoke/Dockerfile index 157b4310d..9aefb5d64 100644 --- a/docker/smoke/Dockerfile +++ b/docker/smoke/Dockerfile @@ -5,7 +5,7 @@ ARG OPENSTACK_TAG=stable/rocky ARG TEMPEST_TAG=20.0.0 ARG REFSTACK_TARGET=2018.11 ARG PATROLE_TAG=0.4.0 -ARG NEUTRON_TAG=0.2.0 +ARG NEUTRON_TEMPEST_TAG=0.3.0 ARG BARBICAN_TAG=0.1.0 RUN apk --no-cache add --virtual .build-deps --update \ @@ -22,7 +22,7 @@ RUN apk --no-cache add --virtual .build-deps --update \ update-requirements -s --source /src/openstack-requirements /src/patrole/ && \ git init /src/neutron-tempest-plugin && \ (cd /src/neutron-tempest-plugin && \ - git fetch --tags https://git.openstack.org/openstack/neutron-tempest-plugin.git $NEUTRON_TAG && \ + git fetch --tags https://opendev.org/openstack/neutron-tempest-plugin.git $NEUTRON_TEMPEST_TAG && \ git checkout FETCH_HEAD) && \ update-requirements -s --source /src/openstack-requirements /src/neutron-tempest-plugin && \ git init /src/barbican-tempest-plugin && \