glance/glance/tests/unit/common
Grégoire Unbekandt 92492cf504 Add ability to import image into multi-stores
The import image api now supports a list of stores to import data into.
This list can be specified through a new "stores" field that has been
added to the request body.
During import stage, Glance iterates overs this list and send the data
to each store one by one.
If an invalid backend is requested by the user, an exception is raised.
If an errors occurs during verify, already pushed data is removed and
image state is unchanged.

Change-Id: Id3ac19488c0a693d7042be4a3c83f3b9f12313d0
Implements: blueprint import-multi-stores
2020-02-10 09:39:01 +01:00
..
scripts Remove references of s3 store driver 2016-08-11 12:32:48 -04:00
__init__.py Improve unit tests for glance.common package 2013-05-20 17:31:22 +03:00
test_client.py Remove use of mox/mox3 2018-02-16 08:46:26 +00:00
test_config.py Introduce ''mock_object'' method to base test class 2018-08-09 12:40:12 -04:00
test_exception.py Enable python3.5 testing. 2016-12-21 05:55:37 +00:00
test_location_strategy.py Introduce ''mock_object'' method to base test class 2018-08-09 12:40:12 -04:00
test_property_utils.py Tests: Remove the redundant methods 2017-06-20 15:55:01 +08:00
test_rpc.py Merge "Extracted HTTP response codes to constants in tests" 2016-10-21 08:54:28 +00:00
test_scripts.py Introduces eventlet executor for Glance Tasks 2014-09-02 11:45:58 -04:00
test_swift_store_utils.py Tests: Remove the redundant methods 2017-06-20 15:55:01 +08:00
test_timeutils.py Quiesce assertAlmostEquals deprecation warning 2019-04-03 17:24:18 +02:00
test_utils.py Add ability to import image into multi-stores 2020-02-10 09:39:01 +01:00
test_wsgi.py Remove native ssl support 2019-12-09 15:17:03 +00:00