cinder/cinder/tests
Lucian Petrut 63b9f0fb8e RemoteFS: enable image volume cache
At the moment, the RemoteFS based drivers cannot leverage the generic
image volume cache feature.

The reason is that this involves cloning a newly created volume while
still being in 'downloading' state, which is an unacceptable state
from the driver's point of view.

This change adds 'downloading' as an acceptable state for the volume
clone operation as well as for creating/deleting snapshots used
internally by the volume clone operation.

Note that 'regular' volume clones will be rejected before reaching
the driver when having a source volume in 'downloading' state.

Change-Id: I84bb3f062637031f7f46b414d6cbbff0bb0292ea
Closes-Bug: #1685277
2017-06-07 19:07:40 +03:00
..
compliance Use assertEqual/Less/Greater/In/IsNone 2016-07-04 17:58:16 +02:00
functional Trivial fix typos 2017-05-17 10:57:40 +07:00
tempest Merge "cleanup: remove DEVSTACK_CINDER_SECURE_DELETE" 2017-06-05 14:04:48 +00:00
unit RemoteFS: enable image volume cache 2017-06-07 19:07:40 +03:00
README.rst Add a README in tests dir linked to devref html 2017-03-11 10:47:49 -07:00
__init__.py
fake_driver.py Rename AddFCZone and RemoveFCZone according to PEP 8 2017-01-09 11:22:19 +02:00
fixtures.py Copy StandardLogging fixture from Nova 2016-02-29 17:46:31 -05:00

README.rst

IMPORTANT DEFINITION OF TESTS IN CINDER

Cinder has a number of different test types, PLEASE be sure to refer to the Cinder Testing Docs to familiarize yourself with the various options before creating any new tests.

Please check Cinder-Testing <https://docs.openstack.org/developer/cinder/devref/testing.html>