manila/manila/tests/share/drivers/netapp/dataontap/cluster_mode
danielarthurt 71c3a08ead [NetApp] Fix falsely report migration cancelation success
NetApp ONTAP share delete operation can fail sometimes when is triggered
immediately after migration cancelation on a overloaded NetApp backend.
Migration cancelation invokes "abort_volume_move" which is an asynchronous
API. If share delete operation is requested immediately after call the
former API, it fails because the "abort_volume_move" is still in progress.
Now NetApp cDOT driver checks, for a period of time, if the
``volume-move-abort`` operation has ended before report migration
cancelation success.

This patch squash the following commit that improves the release note
for this fix:
[NetApp] Updating the release note for bugfix 1688620
(cherry picked from commit a0dd86a987)

Change-Id: I76e11fef27c9723f019cfdfdc6ea86878db78776
Closes-Bug: #1688620
(cherry picked from commit 0ee4140823)
2020-07-01 16:00:09 -03:00
..
__init__.py Manila NetApp cDOT driver refactoring 2015-02-10 12:30:24 +00:00
test_data_motion.py Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
test_driver_interfaces.py Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
test_lib_base.py [NetApp] Fix falsely report migration cancelation success 2020-07-01 16:00:09 -03:00
test_lib_multi_svm.py Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
test_lib_single_svm.py Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
test_performance.py Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00