Previous topic

The cinder.tests.windows.db_fakes Module

Next topic

The cinder.tests.windows.windowsutils 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.windows.mockproxy Module

Classes for dynamic generation of mock objects.

class Mock(values)

Bases: object

has_values()
class MockProxy(wrapped)

Bases: object

get_mock()
serialize_args(*args, **kwargs)

Workaround for float string conversion issues in Python 2.6.

serialize_obj(obj)