manila/manila/tests/share/drivers
zhongjun 548975ee2d Huawei: Fix exception in update_access not found
When share is deleted in the backend, user is unable to delete
share because of error thrown in update_access(). Make backend raise
ShareResourceNotFound exception in case share not found during
"update_access" operation, because share manager expects it for
proper handling of share deletion, thus allowing share to be
deleted in this case, without having to use force-delete.

After add ShareResourceNotFound exception, it will need a parameter
named share id(share['id']), so add share id to share info in
create_share_from_snapshot function.

Change-Id: I9756ff882e6960b07f5f0abac94057c687830ad0
Closes-Bug: #1585035
2016-05-26 09:19:09 +08:00
..
cephfs Merge "Replace assertEqual(None, *) with assertIsNone in tests" 2016-05-23 23:53:09 +00:00
emc Remove unused logging import and LOG global 2016-04-05 07:06:08 -04:00
ganesha Replace assertEqual(None, *) with assertIsNone in tests 2015-08-23 09:07:13 +09:00
glusterfs Replace assertEqual(None, *) with assertIsNone in tests 2016-05-23 18:36:51 +05:30
hdfs QoS support for shares 2016-01-15 10:15:50 +08:00
hitachi HDS_HNAS: Fix improper error message 2016-05-17 12:25:37 -03:00
hpe Merge "Fix error logged for wrong HPE 3par client" 2016-03-17 12:32:36 +00:00
huawei Huawei: Fix exception in update_access not found 2016-05-26 09:19:09 +08:00
ibm QoS support for shares 2016-01-15 10:15:50 +08:00
netapp Merge "Replace assertEqual(None, *) with assertIsNone in tests" 2016-05-23 23:53:09 +00:00
quobyte Remove default values for update_access() 2016-03-14 15:24:41 -03:00
tegile Add share driver for Tegile IntelliFlash Arrays 2016-03-03 01:13:54 -08:00
windows Test: make enforce_type=True in CONF.set_override 2016-05-12 11:27:30 +05:30
zfsonlinux Merge "Make ZFSonLinux driver handle snapshots of replicated shares properly" 2016-03-19 13:54:55 +00:00
zfssa Remove unused logging import and LOG global 2016-04-05 07:06:08 -04:00
__init__.py EMC Manila driver 2014-08-23 14:49:18 -04:00
test_ganesha.py Replace assertEqual(None, *) with assertIsNone in tests 2015-08-23 09:07:13 +09:00
test_generic.py Generic driver: ignore VolumeNotFound in deleting 2016-03-29 23:10:14 +08:00
test_glusterfs.py glusterfs/ganesha: add symbolic access-id to export location 2016-03-01 01:46:51 +01:00
test_helpers.py Fix generic and LVM driver access rules for CIDRs 2016-03-17 17:30:14 +01:00
test_lvm.py Fix lock decorator usage for LVM and Generic drivers 2016-03-14 15:01:04 +02:00
test_service_instance.py Fix handling of share server details after error 2016-03-14 16:47:03 +02:00