From 8913b1db63cdd557034aa8699dcfff1202e64050 Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Thu, 29 Aug 2019 11:21:28 +0900 Subject: [PATCH] Add group-based-policy to blacklist This commit adds x/group-based-policy plugin to the blacklist. It looks this plugin doesn't support python3 yet. Change-Id: I2f97f2245434d21b83c790efd37a7092ef1bfeb2 --- tools/generate-tempest-plugins-list.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/generate-tempest-plugins-list.py b/tools/generate-tempest-plugins-list.py index d4ffd01089..255487e1d2 100644 --- a/tools/generate-tempest-plugins-list.py +++ b/tools/generate-tempest-plugins-list.py @@ -38,6 +38,7 @@ BLACKLIST = [ 'openstack/barbican-tempest-plugin', # https://review.opendev.org/#/c/634631/ 'x/gce-api', # It looks gce-api doesn't support python3 yet. + 'x/group-based-policy', # It looks this doesn't support python3 yet. 'x/intel-nfv-ci-tests', # https://review.opendev.org/#/c/634640/ 'openstack/networking-generic-switch', # https://review.opendev.org/#/c/634846/