manila-tempest-plugin/manila_tempest_tests/tests/api
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
..
admin Add share groups and share group snapshots quotas 2017-07-26 11:32:43 +03:00
__init__.py Use Tempest plugin interface 2015-09-05 00:36:33 +00:00
base.py Update location of dynamic creds in tempest tests 2017-07-24 12:57:06 +01:00
test_availability_zones.py Merge "Use assert(Not)In/Greater(Equal)/LessEqual/IsNotNone" 2016-10-13 10:33:53 +00:00
test_availability_zones_negative.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_extensions.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_limits.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_metadata.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_metadata_negative.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_microversions.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_quotas.py [TrivialFix] Add negative test in quota detail 2017-01-13 11:41:06 +08:00
test_quotas_negative.py [TrivialFix] Add negative test in quota detail 2017-01-13 11:41:06 +08:00
test_replication.py Only return share host for admins using shares API 2017-02-16 18:13:31 +00:00
test_replication_negative.py Only return share host for admins using shares API 2017-02-16 18:13:31 +00:00
test_replication_snapshots.py Add create_share_from_snapshot_support extra spec 2016-12-21 09:57:08 -05:00
test_revert_to_snapshot.py Remove redundant revert-to-snapshot test option 2017-02-20 12:49:00 -03:00
test_revert_to_snapshot_negative.py Remove redundant revert-to-snapshot test option 2017-02-20 12:49:00 -03:00
test_rules.py Fix cannot deny ipv6 access rules 2017-08-02 18:16:33 +00:00
test_rules_negative.py Enable IPv6 in manila(allow access) 2017-07-17 09:44:41 +08:00
test_scheduler_stats_negative.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_security_services.py Replace six.iteritems() with .items() 2016-12-09 13:44:44 +08:00
test_security_services_mapping.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_security_services_mapping_negative.py Replace the usage of 'admin_manager' with 'os_admin' 2017-06-23 21:12:46 +07:00
test_security_services_negative.py Replace the usage of 'admin_manager' with 'os_admin' 2017-06-23 21:12:46 +07:00
test_share_group_actions.py Add like filter 2017-07-10 14:55:41 +08:00
test_share_groups.py [Share Groups] Add two new fields to SG API object 2017-06-06 10:13:36 +00:00
test_share_groups_negative.py [Share Groups] Add two new fields to SG API object 2017-06-06 10:13:36 +00:00
test_share_networks.py Add like filter 2017-07-10 14:55:41 +08:00
test_share_networks_negative.py Add like filter 2017-07-10 14:55:41 +08:00
test_share_types_negative.py Add create_share_from_snapshot_support extra spec 2016-12-21 09:57:08 -05:00
test_shares.py Use parenthesis instead of backslashes in tempest folder 2017-06-22 02:48:50 +00:00
test_shares_actions.py Fix the exact filter can be filter by inexact value 2017-07-24 11:49:13 +08:00
test_shares_actions_negative.py Fix the exact filter can be filter by inexact value 2017-07-24 11:49:13 +08:00
test_shares_negative.py Only return share host for admins using shares API 2017-02-16 18:13:31 +00:00
test_snapshot_rules.py Add mountable snapshots support 2017-01-24 17:26:45 -02:00
test_snapshot_rules_negative.py Enable IPv6 in manila(allow access) 2017-07-17 09:44:41 +08:00