185f5acfe8
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 |
||
---|---|---|
.. | ||
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.