0f5b706592
When we attach security service to share network and create share server associated with this share network, security service or share-network should not be updated as well as deleted. For update should be available only 'name' and 'description' fields. Don't allow to remove assigned security-service from share-network when share-servers exist. Add unit and tempest tests. Change-Id: Ide82edea355030b281dc709f8545abfd0fcd13fb Closes-bug: #1357355 |
||
---|---|---|
.. | ||
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.