Previous topic

The cinder.tests.test_quota Module

Next topic

The cinder.tests.test_service Module

This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Cinder 2011.2 docs or all OpenStack docs too.

The cinder.tests.test_rbd Module

class FakeRBDDriver(execute=<function execute at 0x9ea0b8c>, *args, **kwargs)

Bases: cinder.volume.driver.RBDDriver

class ManagedRBDTestCase(methodName='runTest')

Bases: cinder.tests.test_volume.DriverTestCase

driver_name = 'cinder.tests.test_rbd.FakeRBDDriver'
setUp()
test_clone_bad_image_id()
test_clone_image_status_available()

Verify that before cloning, an image is in the available state.

test_clone_image_status_error()

Verify that before cloning, an image is in the available state.

test_clone_success()
test_clone_uncloneable()
class RBDTestCase(methodName='runTest')

Bases: cinder.test.TestCase

setUp()
test_bad_locations()
test_cloneable()
test_good_locations()
test_uncloneable_different_fsid()
test_uncloneable_unreadable()