manila/manila/tests/share/drivers/hitachi/hsp
Alyson Rosa b29a0e553f Fix access rules for managed shares in HSP driver
A share managed in HSP could have some access rules that
are not in Manila. Trying to add a rule that already exists
in backend results in an error. Also, rules in backend that
names are not "share_id + ip" can't be deleted.
Additionally, if this share has a rule only in backend and not in
Manila, trying to delete it would fail, because HSP doesn't allow
delete share when it still has rules.

Fix it by adding a check in update access when rules already
exist in backend. Check for access rule name in backend when
denying access. And cleaning all rules from backend before
deleting a share to ensure that it has no children in HSP.

Change-Id: I0c8ee5c47efe22f004692022dd952f301d669b06
Closes-Bug: #1620756
2016-09-13 21:09:33 -03:00
..
__init__.py Add Hitachi HSP driver 2016-08-16 08:44:27 -03:00
fakes.py Add Hitachi HSP driver 2016-08-16 08:44:27 -03:00
test_driver.py Fix access rules for managed shares in HSP driver 2016-09-13 21:09:33 -03:00
test_rest.py Fix access rules for managed shares in HSP driver 2016-09-13 21:09:33 -03:00