summaryrefslogtreecommitdiffstats
path: root/tests/functional/gluster_stability
diff options
context:
space:
mode:
authorvamahaja <vamahaja@redhat.com>2020-09-17 09:32:15 +0530
committervamahaja <vamahaja@redhat.com>2020-10-12 16:45:43 +0530
commitd0604ca7d194a8f158096850ac931d5f5a0b8529 (patch)
tree4e2410878cd9853d66c2ff9e1ba3bd28c147ca91 /tests/functional/gluster_stability
parentf56bb3920cb501d0fafa583bc851c1e7dda4aa30 (diff)
[TestFix][Tier2] Update pytest marker for 'tier2' tests
Change-Id: I5db480da820c82b7b15f90ed70a4f60643079cb0 Signed-off-by: vamahaja <vamahaja@redhat.com>
Diffstat (limited to 'tests/functional/gluster_stability')
-rw-r--r--tests/functional/gluster_stability/test_brickmux_stability.py2
-rw-r--r--tests/functional/gluster_stability/test_gluster_block_stability.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/functional/gluster_stability/test_brickmux_stability.py b/tests/functional/gluster_stability/test_brickmux_stability.py
index a2134fc2..21e3daf9 100644
--- a/tests/functional/gluster_stability/test_brickmux_stability.py
+++ b/tests/functional/gluster_stability/test_brickmux_stability.py
@@ -23,7 +23,7 @@ class TestBrickMux(BaseClass):
super(TestBrickMux, self).setUp()
self.node = self.ocp_master_node[0]
- @pytest.mark.tier1
+ @pytest.mark.tier2
def test_brick_multiplex_pids_with_diff_vol_option_values(self):
"""Test Brick Pid's should be same when values of vol options are diff
"""
diff --git a/tests/functional/gluster_stability/test_gluster_block_stability.py b/tests/functional/gluster_stability/test_gluster_block_stability.py
index 896d2ce0..be2f2428 100644
--- a/tests/functional/gluster_stability/test_gluster_block_stability.py
+++ b/tests/functional/gluster_stability/test_gluster_block_stability.py
@@ -713,7 +713,7 @@ class TestGlusterBlockStability(GlusterBlockBaseClass):
self._perform_initiator_node_reboot_and_block_validations(
ini_node, is_ini_taget_same=True)
- @pytest.mark.tier1
+ @pytest.mark.tier2
def test_validate_gluster_ip_utilized_by_blockvolumes(self):
""" Validate if all gluster nodes IP are
utilized by blockvolume when using HA=2
@@ -1865,7 +1865,7 @@ class TestGlusterBlockStability(GlusterBlockBaseClass):
self.node, delete_log_level.format(TCMU_CONF), gluster_node=g_node)
@skip("Blocked by BZ-1755903")
- @pytest.mark.tier1
+ @pytest.mark.tier2
def test_tcmu_log_levels(self):
"""Check tcmu log levels and verify log levels"""
g_node, get_system_time = self.gluster_servers[0], "date '+%F %T'"