manila/contrib/tempest
Christian Berendt 799319baab Enabled hacking checks H305 and H307
* H305  imports not grouped correctly
* H307  like imports should be grouped together

Change-Id: I9dc5f995ea07d7c319d944e847a9d1c126937240
2014-07-20 18:48:31 +02:00
..
tempest Enabled hacking checks H305 and H307 2014-07-20 18:48:31 +02: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.