summaryrefslogtreecommitdiffstats
path: root/tests/functional/heketi/test_check_brick_paths.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/heketi/test_check_brick_paths.py')
-rw-r--r--tests/functional/heketi/test_check_brick_paths.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/functional/heketi/test_check_brick_paths.py b/tests/functional/heketi/test_check_brick_paths.py
index 3c8aa6df..de453de8 100644
--- a/tests/functional/heketi/test_check_brick_paths.py
+++ b/tests/functional/heketi/test_check_brick_paths.py
@@ -1,4 +1,5 @@
from glusto.core import Glusto as g
+import pytest
from openshiftstoragelibs.baseclass import BaseClass
from openshiftstoragelibs.heketi_ops import (
@@ -27,6 +28,7 @@ class TestHeketiVolume(BaseClass):
results.append(out)
assertion_method('present', results)
+ @pytest.mark.tier0
def test_validate_brick_paths_on_gluster_pods_or_nodes(self):
"""Validate brick paths after creation and deletion of a volume."""