shade/shade/tests/unit
Clint Byrum f57433929a Make caching work when cloud name is None
All of the other keys are coerced to strings through some method but a
cloud name of None with no namespace produces a TypeError because
sequence 0 is not a string when joined.

Change-Id: I78d0e6daedfe3cf1a0db5f606c21af803450f018
2015-05-26 12:45:47 -07:00
..
__init__.py Add initial compute functional tests to Shade 2015-03-13 13:40:46 +00:00
base.py MonkeyPatch time.sleep in unit tests to avoid wait 2015-04-16 22:45:03 -07:00
test_caching.py Make caching work when cloud name is None 2015-05-26 12:45:47 -07:00
test_create_server.py Stop leaking server objects 2015-05-12 15:14:04 -04:00
test_delete_server.py Use fakes instead of mocks for data objects 2015-05-12 15:44:32 +00:00
test_floating_ip_pool.py Add floating IP pool resource methods 2015-05-13 14:16:14 +01:00
test_meta.py Update server API for get/list/search interface 2015-05-11 12:03:35 -04:00
test_operator_noauth.py Rename get_endpoint() to get_session_endpoint() 2015-05-02 23:20:15 +01:00
test_rebuild_server.py Stop leaking server objects 2015-05-12 15:14:04 -04:00
test_shade.py Update images API for get/list/search interface 2015-05-11 17:45:27 +00:00
test_task_manager.py Fix exception re-raise during task execution for py34 2015-05-02 11:45:17 -04:00