manila/manila/tests/share
Clinton Knight 6ef6482822 Implement update_access() in NetApp cDOT drivers
This commit replaces the allow_access and deny_access methods
in the NetApp cDOT drivers with the new update_access method.  Due
to how cDOT works, the driver always uses the full update path
instead of adding or removing access rules one at a time.

The rules are added in an order that guarantees no transient
interruptions occur, and the IP addresses for NFS are sorted such
that single addresses and smaller subnets take precedence over
larger networks.

Change-Id: I040690895ca1a60f5964a6d01a799b613f7f6a30
Implements: blueprint netapp-cdot-update-access
2016-02-21 14:50:09 +00:00
..
drivers Implement update_access() in NetApp cDOT drivers 2016-02-21 14:50:09 +00:00
__init__.py Remove reference to 'in-use' state in share manager 2014-07-25 12:06:00 -04:00
test_access.py Add update_access() method to driver interface 2016-02-05 10:41:51 -02:00
test_api.py Add update_access() method to driver interface 2016-02-05 10:41:51 -02:00
test_driver.py Add update_access() method to driver interface 2016-02-05 10:41:51 -02:00
test_drivers_private_data.py Performance: leverage dict comprehension in PEP-0274 2015-12-11 19:24:56 -05:00
test_hook.py Add share hooks 2015-09-04 19:04:34 +03:00
test_manager.py Add update_access() method to driver interface 2016-02-05 10:41:51 -02:00
test_migration.py Add update_access() method to driver interface 2016-02-05 10:41:51 -02:00
test_rpcapi.py Add update_access() method to driver interface 2016-02-05 10:41:51 -02:00
test_share_types.py Support standard Manila capability flags in NetApp cDOT driver 2015-12-22 19:17:02 +00:00
test_share_utils.py Add Share Migration feature 2015-09-06 22:52:41 -03:00