The nova.tests.test_rbd Module

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

Bases: nova.volume.driver.RBDDriver

class ManagedRBDTestCase(methodName='runTest')

Bases: nova.tests.test_volume.DriverTestCase

driver_name = 'nova.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: nova.test.TestCase

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

Previous topic

The nova.tests.test_quota Module

Next topic

The nova.tests.test_service Module

This Page