deb-heat/heat/tests/openstack
Pavlo Shchelokovskyy 2971d8a345 Do not use volume objects in volume resources
This patch is a prerequiste for moving away from TaskRunner instances.

Currently our mocking in tests relies heavily on our code using the rich cinder
objects returned by cinderclient. The purpose of this patch then is to
first move away from using those and modify mocking in tests accordingly,
so that subsequent patch that removes TaskRunner instances from volume
resources will modify as few tests as possible, which will better prove
its correctness.

Also, modified all deprecated rsrc.cinder() calls to rsrc.client() calls
(using default_client_name) and optimized reuse of clients inside single
methods.

Change-Id: I10c991f9949149c2f4d4b7de00f17ddc4980ae96
Related-Bug: #1393268
2015-02-12 14:00:51 +00:00
..
__init__.py Enable some unit tests back 2015-02-03 10:20:16 +08:00
test_volume.py Do not use volume objects in volume resources 2015-02-12 14:00:51 +00:00
test_waitcondition.py Enable some unit tests back 2015-02-03 10:20:16 +08:00