Previous topic

The cinder.tests.integrated.api.client Module

Next topic

The cinder.tests.integrated.test_extensions 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.integrated.integrated_helpers Module

Provides common functionality for integrated unit tests

generate_new_element(items, prefix, numeric=False)

Creates a random string with prefix, that is not in ‘items’ list.

generate_random_alphanumeric(length)

Creates a random alphanumeric string of specified length.

generate_random_numeric(length)

Creates a random numeric string of specified length.