manila/contrib/tempest
Andreas Jaeger 290769f087 Flake8: Fix F401
Fix:
F401 'XXX' imported but unused
Add noqa where needed, remove extra imports otherwise.

Remove F401 from ignore list.

Partial-Bug: #1333290
Change-Id: Ib71f0dd001c4e4899200b5e60b3a38e4a6c40555
2014-08-23 08:42:36 +00:00
..
tempest Flake8: Fix F401 2014-08-23 08:42:36 +00: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.