manila/manila_tempest_tests
Valeriy Ponomaryov e49d39cde0 [Tempest] Fix negative replication test
Test "test_try_add_replica_to_share_with_no_replication_share_type"
located in "manila_tempest_tests/tests/api/test_replication_negative.py"
tries to verify that replica cannot be created on share that was created
using share type without replication suppport. But it uses default
share type that can have anything configured in it. Therefore,
make this test create share type for its needs.

Change-Id: I8d27e2522a973350b287fc53d052726044465168
Closes-Bug: #1592874
2016-06-15 18:56:10 +03:00
..
common Add tempest tests for Share Replication 2016-03-12 02:38:18 +00:00
services Add tempest tests for Share Replication 2016-03-12 02:38:18 +00:00
tests [Tempest] Fix negative replication test 2016-06-15 18:56:10 +03:00
__init__.py Use Tempest plugin interface 2015-09-05 00:36:33 +00:00
config.py Add user_id echo in manila show/create/manage API 2016-05-11 09:16:21 +08:00
plugin.py Fix tempest.conf generation 2016-04-28 09:58:12 -05:00
README.rst Use Tempest plugin interface 2015-09-05 00:36:33 +00:00
share_exceptions.py Add tempest tests for Share Replication 2016-03-12 02:38:18 +00:00
utils.py Manage and unmanage snapshot 2016-02-18 04:09:05 -05:00

Tempest Integration

This directory contains Tempest tests to cover Manila project.