Previous topic

The cinder.tests.windows.mockproxy Module

Next topic

The cinder.utils 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.windowsutils Module

Windows storage classes to be used in testing.

class WindowsUtils

Bases: object

delete_export(target_name)

Deletes an export.

delete_initiator_id(target_name, initiator_name)

Deletes a initiatorId.

delete_snapshot(name)

Deletes a snapshot.

delete_volume(name)

Deletes a volume.

export_exists(target_name)

Checks if a export exists.

find_exports(target_name)

Finds a export id by its name.

find_initiator_ids(target_name, initiator_name)

Finds a initiator id by its name.

find_snapshot_by_name(name)

Finds a snapshot by its name.

find_vhd_by_name(name)

Finds a volume by its name.

initiator_id_exists(target_name, initiator_name)

Checks if a initiatorId exists.

snapshot_exists(name)

Checks if a snapshot exists.

volume_exists(name)

Checks if a volume exists.