Add possibility to skip quota tests in Tempest
We have possibility to disable some sets of Manila functional tests
using config options and cannot do it for quota tests.
So, add new 'run_quota_tests' option to be able to do so.
Change-Id: I0ce3170a2568f24a86573e4f45661a4e862af6ac
diff --git a/manila_tempest_tests/config.py b/manila_tempest_tests/config.py
index e52ca42..8183d1c 100644
--- a/manila_tempest_tests/config.py
+++ b/manila_tempest_tests/config.py
@@ -135,6 +135,9 @@
"enabling this opt."),
# Switching ON/OFF test suites filtered by features
+ cfg.BoolOpt("run_quota_tests",
+ default=True,
+ help="Defines whether to run quota tests or not."),
cfg.BoolOpt("run_extend_tests",
default=True,
help="Defines whether to run share extend tests or not. "