manila/manila/tests/share
Ramana Raja 23075e6c0b Refactor and rename CephFSNativeDriver
Refactor CephFSNativeDriver as a driver class using protocol helper
classes. The helper classes would handle protocol specific driver
actions such as controlling access and fetching share's export
locations. For now, the driver uses a protocol helper to support
CephFS's native protocol. The driver can be made to support other
NAS protocols later on by adding protocol helper classes.

Since the driver would not just support the native protocol
rename the driver's file name and its driver class as
`driver` and `CephFSDriver` respectively. The driver would by
default support the native protocol, and can be referred to
by its previous class name and module name.

DocImpact

Partially-impelements: blueprint cephfs-nfs-support

Change-Id: I8a33be1df4864131435b794e791cc2d651fbe741
2017-04-18 10:45:25 +05:30
..
drivers Refactor and rename CephFSNativeDriver 2017-04-18 10:45:25 +05:30
__init__.py Remove reference to 'in-use' state in share manager 2014-07-25 12:06:00 -04:00
test_access.py Use more specific asserts in tests 2017-02-09 06:47:38 +01:00
test_api.py Only return share host for admins using shares API 2017-02-16 18:13:31 +00:00
test_driver.py Fix default approach for share group snapshot creation 2017-02-07 15:04:36 +00:00
test_drivers_private_data.py Remove "host" from driver private data 2016-07-26 14:57:34 +08:00
test_hook.py Add share hooks 2015-09-04 19:04:34 +03:00
test_manager.py Update share replicas after promotion in proper order 2017-03-14 18:36:41 +02:00
test_migration.py Merge "Add cast_rules_to_readonly to share instances" 2017-01-21 02:13:27 +00:00
test_rpcapi.py Remove unused "share_id" parameter 2017-03-05 22:13:43 -05:00
test_share_types.py Add mountable snapshots support 2017-01-24 17:26:45 -02:00
test_share_utils.py Implement replication support in huawei driver 2016-08-27 07:47:48 +00:00
test_snapshot_access.py Fix error'ed access rules being sent to driver 2017-01-31 19:17:05 +00:00