manila-tempest-plugin/manila_tempest_tests
zhongjun fcb98b2a34 Fix cannot deny ipv6 access rules
We cannot deny ipv6 access rules because we remove the ipv6
access rules from global delete rules, not just remove the
ipv6 access rules from driver update_access interface parameters.
So the ipv6 access rules cannot be deleted in db.
Now, changed to only remove the ipv6 access rules
from the driver update_access interface parameters(add_rules,
delete_rules, access_rules_to_be_on_share).

Closes-bug: 1707066

Depends-On: Ifea1799e1d2e3963fec7e90ce3f9cb47b9f02f4f

Change-Id: Idd0014d898d5468922625e62f9e649926dc04e35
2017-08-02 18:16:33 +00:00
..
common Improve test coverage for share migration 2017-02-03 23:27:34 -05:00
services Add share groups and share group snapshots quotas 2017-07-26 11:32:43 +03:00
tests Fix cannot deny ipv6 access rules 2017-08-02 18:16:33 +00: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 Add share groups and share group snapshots quotas 2017-07-26 11:32:43 +03:00
plugin.py Remove redundant revert-to-snapshot test option 2017-02-20 12:49:00 -03:00
share_exceptions.py [Tempest] Add functional tests for share groups feature 2017-01-23 19:30:33 +00:00
utils.py Enable IPv6 in manila(allow access) 2017-07-17 09:44:41 +08:00

README.rst

Tempest Integration

This directory contains Tempest tests to cover Manila project.