summaryrefslogtreecommitdiffstats
path: root/tests/functional/provisioning
diff options
context:
space:
mode:
authorvamahaja <vamahaja@redhat.com>2020-03-20 19:56:00 +0530
committervamahaja <vamahaja@redhat.com>2020-03-23 10:59:10 +0530
commita2218dd433329f2891133f49e81ae3dddaf3eda5 (patch)
treee1bc7288b1e5934d78989d5db48cd52f6a3354d4 /tests/functional/provisioning
parent99bc53fa7d342cb1e07e71566fb992d686229271 (diff)
[TestFix] Remove skip marker for bug bz-1714292
Change-Id: I51d6e8ce22e90668582f5b8403f6024c6027b7d7 Signed-off-by: vamahaja <vamahaja@redhat.com>
Diffstat (limited to 'tests/functional/provisioning')
-rw-r--r--tests/functional/provisioning/test_dynamic_provisioning_block.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/functional/provisioning/test_dynamic_provisioning_block.py b/tests/functional/provisioning/test_dynamic_provisioning_block.py
index 29f96d74..58279ff0 100644
--- a/tests/functional/provisioning/test_dynamic_provisioning_block.py
+++ b/tests/functional/provisioning/test_dynamic_provisioning_block.py
@@ -447,7 +447,6 @@ class TestDynamicProvisioningBlockP0(GlusterBlockBaseClass):
"only %s free space is available"
% (free_space, free_size))
- @skip("Blocked by BZ-1714292")
@pytest.mark.tier1
def test_creation_of_block_vol_greater_than_the_default_size_of_BHV_neg(
self):
@@ -464,7 +463,7 @@ class TestDynamicProvisioningBlockP0(GlusterBlockBaseClass):
self.verify_free_space(default_bhv_size + reserve_size + 2)
- with self.assertRaises(ExecutionError):
+ with self.assertRaises(AssertionError):
# create a block vol greater than default BHV size
bvol_info = heketi_blockvolume_create(
self.heketi_client_node, self.heketi_server_url,
@@ -504,7 +503,6 @@ class TestDynamicProvisioningBlockP0(GlusterBlockBaseClass):
verify_pvc_status_is_bound(self.node, pvc_name)
- @skip("Blocked by BZ-1714292")
@pytest.mark.tier1
def test_creation_of_block_vol_greater_than_the_default_size_of_BHV_pos(
self):
@@ -531,7 +529,6 @@ 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")
@pytest.mark.tier1
def test_expansion_of_block_hosting_volume_using_heketi(self):
"""Verify that after expanding block hosting volume we are able to