ooi/ooi/tests/middleware
Alvaro Lopez Garcia 69ba66b830 Preserve original request when calling OpenStack
This change creates a new request instead of modifying the original one
when it needs to be modified so as to access OpenStack. Before we were
modifying the original request (i.e. the path, body and content_type)
and this is wrong, since we cannot access those attributes after it has
been modified.
2015-04-08 11:12:46 +02:00
..
__init__.py Reorganize test layout 2015-03-17 17:32:59 +01:00
test_compute_controller.py Preserve original request when calling OpenStack 2015-04-08 11:12:46 +02:00
test_middleware.py Handle OpenStack API faults 2015-04-07 16:35:34 +02:00
test_query_controller.py Fix tests for query interface. 2015-03-30 18:20:53 +02:00