summaryrefslogtreecommitdiffstats
path: root/tests/functional/heketi/test_heketi_metrics.py
diff options
context:
space:
mode:
authorValerii Ponomarov <vponomar@redhat.com>2019-10-16 18:58:09 +0530
committerValerii Ponomarov <vponomar@redhat.com>2019-10-25 17:13:45 +0530
commit1c9014d56acb709fcbaaaa5c31c9ef64069aa755 (patch)
treed064fb4105bb94cca01116429794e3888efff115 /tests/functional/heketi/test_heketi_metrics.py
parentee8a02605273c51a4a8337a5fba3ce0a7f449a85 (diff)
Add possibility to check Heketi DB inconsistencies after each tc
Define 'check_heketi_db_inconsistencies' config option setting there 'False' or 'True' values. Default value is 'True'. If heketi client doesn't support the 'heketi db check' feature, then 'heketi db check' just won't be performed. Change-Id: I7faff35b15e40d864c0377ae7fee154e217d8eae
Diffstat (limited to 'tests/functional/heketi/test_heketi_metrics.py')
-rw-r--r--tests/functional/heketi/test_heketi_metrics.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functional/heketi/test_heketi_metrics.py b/tests/functional/heketi/test_heketi_metrics.py
index 9e4f5ff8..65a8c2ec 100644
--- a/tests/functional/heketi/test_heketi_metrics.py
+++ b/tests/functional/heketi/test_heketi_metrics.py
@@ -19,6 +19,7 @@ from openshiftstoragelibs.openshift_ops import (
class TestHeketiMetrics(BaseClass):
def setUp(self):
+ super(TestHeketiMetrics, self).setUp()
self.node = self.ocp_master_node[0]
version = heketi_version.get_heketi_version(self.heketi_client_node)
if version < '6.0.0-14':