manila/manila/tests/share/drivers/netapp/dataontap/cluster_mode
Clinton Knight a5c0e9574f Fix NetApp cDOT driver update_access negative test
A negative internal Tempest test somehow didn't catch a problem
with the recent update_access patch. If a flexvol is deleted on
cDOT without Manila's knowledge, deleting the corresponding Manila
share should still succeed. The core update_access changes call
update_access during a share delete workflow to remove all the
existing rules, and that path in the cDOT driver needs to be
hardened against the cases where either share or share server
no longer exist.  Also, fix a mis-named lock object in the same
code path.

Change-Id: Ibb88c64ddd899c09cd148f398e21ac613be9f15b
Closes-Bug: #1549518
2016-02-25 23:54:11 +00:00
..
__init__.py Manila NetApp cDOT driver refactoring 2015-02-10 12:30:24 +00:00
test_driver_interfaces.py Using dict.items() is better than six.iteritems(dict) 2016-01-19 22:22:48 +08:00
test_lib_base.py Fix NetApp cDOT driver update_access negative test 2016-02-25 23:54:11 +00:00
test_lib_multi_svm.py NetApp cDOT multi-SVM driver can't handle duplicate addresses 2015-11-30 17:46:16 +00:00
test_lib_single_svm.py Add manage/unmanage support to NetApp cDOT driver 2015-08-20 16:52:49 +00:00