manila/contrib/tempest
Valeriy Ponomaryov a52d1b49a6 Add possibility to create lots of shares in parallel for tempest
Test suite located in module
contrib/tempest/tempest/api/share/admin/test_multi_backend.py
creates 2 shares without waiting for "available" status and then waits for
status. In this case "retry" functionality is not used.

Add method 'create_shares' to base class that does parallel share
creation with recreation as it is done with single request. And use this
method in mentioned test module.

Change-Id: I1314c9494a547314cd9bb9b03323470d58956fac
Closes-Bug: #1406770
2015-01-04 09:42:55 +02:00
..
tempest Add possibility to create lots of shares in parallel for tempest 2015-01-04 09:42:55 +02:00
README.rst Add manila's tempest-plugin 2014-01-14 15:58:10 +02:00

Tempest Integration

This directory contains the files necessary for tempest to cover Manila project.

To install:

$ TEMPEST_DIR=/path/to/tempest

$ cp tempest/* ${TEMPEST_DIR}

notes:

These files based on tempest master branch (pre-icehouse), it is pluggable-like files without requirements to change core tempest files. But the way of its pluggability is work-around for tempest, which hasn't pluggable functionality for exceptions, config and clients modules.