summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNitin Goyal <nigoyal@redhat.com>2020-12-11 14:44:45 +0530
committerVaibhav Mahajan <vamahaja@redhat.com>2020-12-11 10:13:49 +0000
commit4e10579b21ae5fbc916ac5178e3ca54227f261e3 (patch)
tree216b39a8f09c21490224fc41fe95904eddf2d066 /tests
parent0189b57b40260e8adc79e5daea3d0e6e5e312c19 (diff)
[LibFix] Correct heketi version for new features
Change-Id: I07a9aba662e6911cd10f68e9e2c52d4d26c311f3 Signed-off-by: Nitin Goyal <nigoyal@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/functional/heketi/test_block_volumes_heketi.py2
-rw-r--r--tests/functional/heketi/test_heketi_brick_evict.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/heketi/test_block_volumes_heketi.py b/tests/functional/heketi/test_block_volumes_heketi.py
index f56ead9c..cee48242 100644
--- a/tests/functional/heketi/test_block_volumes_heketi.py
+++ b/tests/functional/heketi/test_block_volumes_heketi.py
@@ -602,7 +602,7 @@ class TestBlockVolumeOps(GlusterBlockBaseClass):
h_node, h_server = self.heketi_client_node, self.heketi_server_url
version = heketi_version.get_heketi_version(h_node)
- if version < '9.0.0-13':
+ if version < '9.0.0-14':
self.skipTest("heketi-client package {} does not support "
"blockvolume expand".format(version.v_str))
diff --git a/tests/functional/heketi/test_heketi_brick_evict.py b/tests/functional/heketi/test_heketi_brick_evict.py
index de0cb4f4..27cc1ebf 100644
--- a/tests/functional/heketi/test_heketi_brick_evict.py
+++ b/tests/functional/heketi/test_heketi_brick_evict.py
@@ -15,7 +15,7 @@ class TestHeketiBrickEvict(BaseClass):
super(TestHeketiBrickEvict, self).setUp()
version = heketi_version.get_heketi_version(self.heketi_client_node)
- if version < '9.0.0-13':
+ if version < '9.0.0-14':
self.skipTest(
"heketi-client package {} does not support brick evict".format(
version.v_str))