dc5f4ab2a0
Fix handling of return value from create_share in resource_setup. These test classes (part of 'test_rules') are not currently used in CI and are not runnable because the resource_setup is still expecting a tuple to be returned from create_share, but that method no longer returns a tuple. This fix makes the following tests runnable: - test_create_delete_user_rule - test_create_delete_ro_access_rule Change-Id: Ia4324e2bc9ea4cf80ed61e7c23110e9f4068a59b |
||
---|---|---|
.. | ||
tempest | ||
README.rst |
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.