a52d1b49a6
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 |
||
---|---|---|
.. | ||
tempest | ||
README.rst |
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.