The nova.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.

Previous topic

The nova.tests.integrated.api.client Module

Next topic

The nova.tests.integrated.test_api_samples Module

This Page