termie / nova-migration-demo

Nova is a cloud computing fabric controller (the main part of an IaaS system). It is written in Python.
http://openstack.org/projects/compute/
Apache License 2.0
2 stars 0 forks source link

Remove fake glance client from nova/tests/image/test_glance.py #559

Open termie opened 13 years ago

termie commented 13 years ago

Remove fake glance client form nova/tests/image/test_glance.py

Testing using this client requires partial dependency injection support in the GlanceImageService constructor, with associated clutter. Additionally, it duplicates some of the code in nova/tests/api/openstack/fakes.py.


Imported from Launchpad using lp2gh.

termie commented 13 years ago

(by markwash) I was supposed to assign this to Jay Pipes, and set the importance to Wishlist. However, I do not appear to have those permissions.

termie commented 13 years ago

(by ttx) @Jay: are you currently working on that ? If not we should probably leave it unassigned to let other people have a try at fixing it...