summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/functional/gluster_stability/test_gluster_block_stability.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/gluster_stability/test_gluster_block_stability.py b/tests/functional/gluster_stability/test_gluster_block_stability.py
index b4153cfd..e99c7294 100644
--- a/tests/functional/gluster_stability/test_gluster_block_stability.py
+++ b/tests/functional/gluster_stability/test_gluster_block_stability.py
@@ -934,7 +934,7 @@ class TestGlusterBlockStability(GlusterBlockBaseClass):
for w in Waiter(900, 10):
if not temp_pvc_node.items():
break
- for pvc, new_node in temp_pvc_node.items():
+ for pvc, new_node in list(temp_pvc_node.items()):
if new_node != dc_and_pod_names[pvc][2]:
iscsi = get_iscsi_session(
dc_and_pod_names[pvc][2],