Add cyborg-tempest-plugin to required-projects and remove octavia

This commit adds opendev.org/openstack/cyborg-tempest-plugin to
required-projects to pass the plugin-sanity-check job. It's a new
tempest plugin. It doesn't work properly on master yet. So, I put it on
the BLACKLIST.

And this commit also removes octavia because octavia tempest tests were
already migrated to octavia-tempest-plugin, and there is no tempest test
in the octavia repo. The removal patch[0] in octavia was already merged.

[0] https://review.opendev.org/#/c/659516/

Change-Id: Ied13dbf774472e1c36dca4ccca157104a81fbf9d
This commit is contained in:
Masayuki Igawa 2019-05-16 18:48:59 +09:00
parent 8460cb1844
commit 7f5dd855c6
No known key found for this signature in database
GPG Key ID: 290F53EDC899BF89
2 changed files with 3 additions and 1 deletions

View File

@ -363,6 +363,7 @@
- opendev.org/openstack/cinder-tempest-plugin
- opendev.org/openstack/cloudkitty-tempest-plugin
- opendev.org/openstack/congress-tempest-plugin
- opendev.org/openstack/cyborg-tempest-plugin
- opendev.org/openstack/designate-tempest-plugin
- opendev.org/openstack/ec2api-tempest-plugin
- opendev.org/openstack/freezer
@ -405,7 +406,6 @@
- opendev.org/openstack/neutron-vpnaas
- opendev.org/x/nova-lxd
- opendev.org/x/novajoin-tempest-plugin
- opendev.org/openstack/octavia
- opendev.org/openstack/octavia-tempest-plugin
- opendev.org/openstack/oswin-tempest-plugin
- opendev.org/openstack/panko

View File

@ -47,6 +47,7 @@ PROJECT_LIST="$(python tools/generate-tempest-plugins-list.py)"
# (6 months or more)
# TODO(masayukig): Some of these can be removed from BLACKLIST in the future.
# barbican-tempest-plugin: https://review.openstack.org/#/c/634631/
# cyborg-tempest-plugin: https://review.opendev.org/659687
# intel-nfv-ci-tests: https://review.openstack.org/#/c/634640/
# networking-ansible: https://review.openstack.org/#/c/634647/
# networking-generic-switch: https://review.openstack.org/#/c/634846/
@ -61,6 +62,7 @@ PROJECT_LIST="$(python tools/generate-tempest-plugins-list.py)"
# vitrage-tempest-plugin: https://review.openstack.org/#/c/639003/
BLACKLIST="
barbican-tempest-plugin
cyborg-tempest-plugin
intel-nfv-ci-tests
networking-ansible
networking-generic-switch