manila/contrib/tempest
vponomaryov ecf0b90b73 Fix tempest compatibility for network client
Commit in tempest
https://github.com/openstack/tempest/commit/34e88120

changed response type from network client, make our plugin compatible with it.

Change-Id: Iff9073866239d7ee3bcbd2b71c1e930bc91d58e9
2014-12-19 11:46:46 +02:00
..
tempest Fix tempest compatibility for network client 2014-12-19 11:46:46 +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.