manila/contrib/tempest
Valeriy Ponomaryov 2a0890e358 Fix compatibility with tempest project
Cli tempest test that tests answer for nonexistent
command fails due to change in tempest, see:
7a2cf01f8b

Made same changes for manila test.

Change-Id: Ic863c1f232f17b04a8a914ee01dc14e84a458806
2014-07-23 08:53:59 +03:00
..
tempest Fix compatibility with tempest project 2014-07-23 08:53:59 +03:00
README.rst Add manila's tempest-plugin 2014-01-14 15:58:10 +02:00

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.