manila/contrib/tempest
Ponomaryov Valeriy 185f5acfe8 Add possibility to suppress errors in Tempest plugin cleanup
Now if something can not be cleaned up we get error and in case of CI job it is
'fail' of job. We should be able to suppress such errors.
Added config option 'suppress_errors_in_cleanup' that allows us to raise errors
when it is 'False' and log errors when it is 'True'.
Disable it by default.
Enable it for CI Tempest jobs.

Implements blueprint tempest-clean-up-suppress-errors

Change-Id: I03a39cc020f52d54211369c8f5cbfc2e14651a21
2014-12-23 19:46:50 +02:00
..
tempest Add possibility to suppress errors in Tempest plugin cleanup 2014-12-23 19:46:50 +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.