summaryrefslogtreecommitdiffstats
path: root/tests/functional/heketi
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/heketi')
-rw-r--r--tests/functional/heketi/test_create_distributed_replica_heketi_volume.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/heketi/test_create_distributed_replica_heketi_volume.py b/tests/functional/heketi/test_create_distributed_replica_heketi_volume.py
index 7c15a232..c2a6e523 100644
--- a/tests/functional/heketi/test_create_distributed_replica_heketi_volume.py
+++ b/tests/functional/heketi/test_create_distributed_replica_heketi_volume.py
@@ -104,7 +104,7 @@ class TestHeketiVolume(BaseClass):
try:
heketi_vol = self.create_heketi_volume_with_name_and_wait(
h_volume_name, vol_size_gb, json=True,
- raise_on_cleanup_error=False)
+ raise_on_cleanup_error=False, block=block)
except AssertionError as e:
# NOTE: rare situation when we need to decrease size of a volume.
# and we expect this vol to be distributed.
@@ -118,7 +118,7 @@ class TestHeketiVolume(BaseClass):
vol_size_gb -= 1
heketi_vol = self.create_heketi_volume_with_name_and_wait(
h_volume_name, vol_size_gb, json=True,
- raise_on_cleanup_error=False)
+ raise_on_cleanup_error=False, block=block)
g.log.info("Successfully created distributed volume.")
vol_name = heketi_vol['name']