manila/contrib/tempest
Julia Varlamova c4b73508ec Add access levels for shares
Add new migration which adds 'access_level' column to ShareAccessMapping table.
Change model description for ShareAccessMapping - include new column.

Add an ability to pass 'access_level' param to 'allow_access' method in share API,
pass 'access_level' to driver interface.

Add 'access_level' to return value of 'access_get_all' method.

Add unit and tempest tests.

Implements bp level-of-access-for-shares

Change-Id: I6c295b66261489544fc343948b960e39ec870b5c
2015-01-29 10:56:15 +03:00
..
tempest Add access levels for shares 2015-01-29 10:56:15 +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.