Skip to content

Commit

Permalink
Add cyborg-tempest-plugin to required-projects and remove octavia
Browse files Browse the repository at this point in the history
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
  • Loading branch information
masayukig committed May 16, 2019
1 parent 8460cb1 commit 7f5dd85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .zuul.yaml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions tools/tempest-plugin-sanity.sh
Expand Up @@ -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/
Expand All @@ -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
Expand Down

0 comments on commit 7f5dd85

Please sign in to comment.