From 012dc98fb2cf25f0febbbc7b67e62062da820296 Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Thu, 4 Jul 2019 16:20:15 +0900 Subject: [PATCH] Remove networking-ansible from tempest plugins list This commit removes x/networking-ansible from the tempest plugins list. The original patch[0] was abandoned because networking-ansible took a different approach[1] for the testing. So, it's not a tempest plugin anymore. [0] https://review.opendev.org/#/c/634647/ [1] https://review.opendev.org/#/c/634918/ Change-Id: I554c438f27a7032f31e56eac2aac110e08bb3d7d --- .zuul.yaml | 1 - tools/generate-tempest-plugins-list.py | 1 - 2 files changed, 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index ecc9284731..6efdeab513 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -404,7 +404,6 @@ - opendev.org/openstack/monasca-log-api - opendev.org/openstack/monasca-tempest-plugin - opendev.org/openstack/murano-tempest-plugin - - opendev.org/x/networking-ansible - opendev.org/openstack/networking-bgpvpn - opendev.org/x/networking-cisco - opendev.org/x/networking-fortinet diff --git a/tools/generate-tempest-plugins-list.py b/tools/generate-tempest-plugins-list.py index f07410fb6e..9b29dfcda9 100644 --- a/tools/generate-tempest-plugins-list.py +++ b/tools/generate-tempest-plugins-list.py @@ -46,7 +46,6 @@ BLACKLIST = [ 'openstack/cyborg-tempest-plugin', # https://review.opendev.org/659687 'x/gce-api', # It looks gce-api doesn't support python3 yet. 'x/intel-nfv-ci-tests', # https://review.opendev.org/#/c/634640/ - 'x/networking-ansible', # https://review.opendev.org/#/c/634647/ 'openstack/networking-generic-switch', # https://review.opendev.org/#/c/634846/ 'openstack/networking-l2gw-tempest-plugin',