From 1c9014d56acb709fcbaaaa5c31c9ef64069aa755 Mon Sep 17 00:00:00 2001 From: Valerii Ponomarov Date: Wed, 16 Oct 2019 18:58:09 +0530 Subject: 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 --- tests/functional/gluster_stability/test_restart_gluster_services.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/functional/gluster_stability') diff --git a/tests/functional/gluster_stability/test_restart_gluster_services.py b/tests/functional/gluster_stability/test_restart_gluster_services.py index 3d760f27..aaa16d51 100644 --- a/tests/functional/gluster_stability/test_restart_gluster_services.py +++ b/tests/functional/gluster_stability/test_restart_gluster_services.py @@ -51,6 +51,7 @@ class GlusterStabilityTestSetup(GlusterBlockBaseClass): """Deploys, Verifies and adds resources required for testcases in cleanup method """ + super(GlusterStabilityTestSetup, self).setUp() self.oc_node = self.ocp_master_node[0] self.prefix = "autotest-%s" % utils.get_random_str() -- cgit