summaryrefslogtreecommitdiffstats
path: root/tests/functional
diff options
context:
space:
mode:
authorValerii Ponomarov <vponomar@redhat.com>2019-05-27 22:01:54 +0530
committervponomar <vponomar@redhat.com>2019-05-29 09:37:04 +0000
commitfcbd09ed00839d262598628695437260fcf42971 (patch)
tree08db3d2acb25091a8fbdb95fb43909430dd28d7b /tests/functional
parent30c009cde35d8cb3b2e755cd9ea71e172c8a4290 (diff)
Skip several test cases due to the open bug BZ-1714292
Change-Id: I5cada2a8dff40516310de38e23b98de2a64efc11
Diffstat (limited to 'tests/functional')
-rw-r--r--tests/functional/provisioning/test_dynamic_provisioning_block.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/functional/provisioning/test_dynamic_provisioning_block.py b/tests/functional/provisioning/test_dynamic_provisioning_block.py
index a3303500..cddb9100 100644
--- a/tests/functional/provisioning/test_dynamic_provisioning_block.py
+++ b/tests/functional/provisioning/test_dynamic_provisioning_block.py
@@ -1,4 +1,5 @@
import math
+from unittest import skip
from glusto.core import Glusto as g
@@ -553,6 +554,7 @@ class TestDynamicProvisioningBlockP0(GlusterBlockBaseClass):
"only %s free space is available"
% (free_space, free_size))
+ @skip("Blocked by BZ-1714292")
def test_creation_of_block_vol_greater_than_the_default_size_of_BHV_neg(
self):
"""Verify that block volume creation fails when we create block
@@ -608,6 +610,7 @@ class TestDynamicProvisioningBlockP0(GlusterBlockBaseClass):
verify_pvc_status_is_bound(self.node, pvc_name)
+ @skip("Blocked by BZ-1714292")
def test_creation_of_block_vol_greater_than_the_default_size_of_BHV_pos(
self):
"""Verify that block volume creation succeed when we create BHV
@@ -633,6 +636,7 @@ class TestDynamicProvisioningBlockP0(GlusterBlockBaseClass):
# create a block pvc greater than default BHV size
self.create_and_wait_for_pvc(pvc_size=(default_bhv_size + 1))
+ @skip("Blocked by BZ-1714292")
def test_expansion_of_block_hosting_volume_using_heketi(self):
"""Verify that after expanding block hosting volume we are able to
consume the expanded space"""