Added ability to not run share group snapshot tests
Also added one more test for share group usages in order to have ability
to test usages when snapshots are not supported.
Change-Id: Ied4915c8110f90bf37fabe0b9eb575db2291a230
Related-Prod: https://mirantis.jira.com/browse/PRODX-48556
diff --git a/manila_tempest_tests/config.py b/manila_tempest_tests/config.py
index 4afa4e7..1c7842f 100644
--- a/manila_tempest_tests/config.py
+++ b/manila_tempest_tests/config.py
@@ -249,6 +249,11 @@
default=True,
deprecated_name="run_consistency_group_tests",
help="Defines whether to run share group tests or not."),
+ cfg.BoolOpt("run_share_group_snapshot_tests",
+ default=True,
+ help="Defines whether to run tests that use share group "
+ "snapshots or not. Disable this feature if used driver "
+ "does not support it."),
cfg.BoolOpt("run_replication_tests",
default=False,
help="Defines whether to run replication tests or not. "