manila/manila_tempest_tests
Rodrigo Barbieri 4c2a69c7e1 Fix share migration test with snapshot support
Test 'test_migrate_share_with_snapshot_v2_5' validates that
share migration returns an error when a share has a snapshot
created, but to do so, it tries to create a snapshot, which
would fail in a backend that does not support snapshot.
This fix adds a validation that skips the test in this situation.

Change-Id: Icd6b04266ac2de83747b99295cb3538967922d65
Closes-bug: #1608293
2016-08-02 10:54:36 -03:00
..
common Add tempest tests for Share Replication 2016-03-12 02:38:18 +00:00
services Add snapshot instances admin APIs 2016-07-29 11:21:35 +08:00
tests Fix share migration test with snapshot support 2016-08-02 10:54:36 -03:00
README.rst Use Tempest plugin interface 2015-09-05 00:36:33 +00:00
__init__.py Use Tempest plugin interface 2015-09-05 00:36:33 +00:00
config.py Merge "Add snapshot instances admin APIs" 2016-08-01 16:39:18 +00:00
plugin.py Fix tempest.conf generation 2016-04-28 09:58:12 -05:00
share_exceptions.py Add snapshot instances admin APIs 2016-07-29 11:21:35 +08:00
utils.py Manage and unmanage snapshot 2016-02-18 04:09:05 -05:00

README.rst

Tempest Integration

This directory contains Tempest tests to cover Manila project.