Add MapR-FS native driver
Implement new manila driver for MapR-FS distributed file system
DocImpact
Co-Authored-By: Grigoriy Rozhkov <groghkov@maprtech.com>
Implements: blueprint maprfs-driver
Change-Id: I6073edf76fbf11bf9d3c521129c377c96e57a21
diff --git a/manila_tempest_tests/tests/api/base.py b/manila_tempest_tests/tests/api/base.py
index dcf0bed..1ecb728 100644
--- a/manila_tempest_tests/tests/api/base.py
+++ b/manila_tempest_tests/tests/api/base.py
@@ -123,7 +123,7 @@
credentials = ('primary', )
force_tenant_isolation = False
- protocols = ["nfs", "cifs", "glusterfs", "hdfs", "cephfs"]
+ protocols = ["nfs", "cifs", "glusterfs", "hdfs", "cephfs", "maprfs"]
# Will be cleaned up in resource_cleanup
class_resources = []