Skip to content

Commit

Permalink
Remove the unittest for plugin framework
Browse files Browse the repository at this point in the history
The extension/plugin mechanism is removed from the Nova API. This
patch removed related unittest.

Partial-implement-blueprint api-no-more-extensions-pike

Change-Id: I1c5a1dccb08bd0b869cb206b247d6cb744e76163
  • Loading branch information
soulxu committed Jul 21, 2017
1 parent 80f0428 commit c11e9c4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 77 deletions.
43 changes: 0 additions & 43 deletions nova/tests/unit/api/openstack/compute/basic.py

This file was deleted.

33 changes: 0 additions & 33 deletions nova/tests/unit/api/openstack/compute/test_plugin_framework.py

This file was deleted.

1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ wsgi_scripts =
nova-metadata-wsgi = nova.api.metadata.wsgi:init_application

nova.api.v21.test_extensions =
basic = nova.tests.unit.api.openstack.compute.basic:Basic
microversions = nova.tests.unit.api.openstack.compute.microversions:Microversions

nova.ipv6_backend =
Expand Down

0 comments on commit c11e9c4

Please sign in to comment.