Update neutron-tempest to 0.3.0 31/67831/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 11 May 2019 14:51:51 +0000 (16:51 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 11 May 2019 14:53:36 +0000 (16:53 +0200)
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 <cedric.ollivier@orange.com>
docker/smoke/Dockerfile

index 157b431..9aefb5d 100644 (file)
@@ -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 && \