deb-manila/contrib/tempest
Valeriy Ponomaryov eff9f92f01 Remove unused attr status from models
Models "security_services" and "network_allocations" have attr "status" that is
not used indeed. So, remove it from models and add appropriate migrations.

Closes-Bug: #1459660
Change-Id: Idb3a69916e8052b16c9daebb9bb67b09d1714c46
2015-05-28 19:07:45 +03:00
..
tempest Remove unused attr status from models 2015-05-28 19:07:45 +03:00
README.rst Update documentation for tempest integration 2015-01-09 15:00:52 +01:00

Tempest Integration

This directory contains the files necessary for tempest to cover Manila project.

To install:

$ TEMPEST_DIR=<path to tempest> $ TEMPEST_COMMIT=<Commit-ID in pre_test_hook.sh> $ cd ${TEMPEST_DIR} $ git checkout ${TEMPEST_COMMIT} $ cd -$ cp -r tempest ${TEMPEST_DIR}

Notes

These are pluggable-like files to Tempest project without requirement to change core Tempest files. But, due to constant changes of Tempest and absence of sync it can become incompatible with some states of Tempest. So, please look at file contrib/ci/pre_test_hook.sh where you can find commit that is used as HEAD of Tempest master branch.