Tests for Volume Code.
Bases: nova.tests.test_volume.DriverTestCase
Test Case for AOEDriver
No log message when all the vblade processes are running.
No log message when no volume is attached to an instance.
Output a warning message when some vblade processes aren’t running.
Bases: nova.test.TestCase
Base Test class for Drivers.
Bases: nova.tests.test_volume.DriverTestCase
Test Case for ISCSIDriver
No log message when all the vblade processes are running.
No log message when no volume is attached to an instance.
Output a warning message when some volumes are not recognied by ietd.
Bases: nova.test.TestCase
Test Case for volumes.
Ensure multiple concurrent volumes get different targets.
Test snapshot can be created and deleted.
Test volume can be created and deleted.
Test snapshot in use can be created forcibly.
Test volume can be created from a snapshot.
Make sure volume can be attached and detached from instance.
Ensure failure if a too large of a volume is requested.
Ensure that NoMoreTargets is raised when we run out of volumes.