summaryrefslogtreecommitdiffstats
path: root/tests/functional/heketi/test_block_volumes_heketi.py
diff options
context:
space:
mode:
authorValerii Ponomarov <vponomar@redhat.com>2019-08-30 18:49:42 +0530
committerValerii Ponomarov <vponomar@redhat.com>2019-08-30 18:49:42 +0530
commit8832a8ac463ee480762276bd19dc085a1f637f3f (patch)
treee468105ebca57cc22970779d4367afb0696c4f36 /tests/functional/heketi/test_block_volumes_heketi.py
parentd4e92d0e0b4cde1209e54d3edc1cc6796cc858ef (diff)
Fix pep8 errors in the files of the 'tests' dir
Change-Id: I26c750c68055c6cc50de8015942d0d9725819aaf
Diffstat (limited to 'tests/functional/heketi/test_block_volumes_heketi.py')
-rw-r--r--tests/functional/heketi/test_block_volumes_heketi.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/functional/heketi/test_block_volumes_heketi.py b/tests/functional/heketi/test_block_volumes_heketi.py
index 120880f9..fe157282 100644
--- a/tests/functional/heketi/test_block_volumes_heketi.py
+++ b/tests/functional/heketi/test_block_volumes_heketi.py
@@ -112,8 +112,8 @@ class TestBlockVolumeOps(BaseClass):
"is less than the default_bhv_size %s"
% (free_space_available, default_bhv_size))
block_host_create_info = heketi_volume_create(
- self.heketi_client_node, self.heketi_server_url,
- default_bhv_size, json=True, block=True)
+ self.heketi_client_node, self.heketi_server_url,
+ default_bhv_size, json=True, block=True)
block_vol_size = block_host_create_info["blockinfo"]["freesize"]
block_hosting_vol_id = block_host_create_info["id"]
self.addCleanup(heketi_volume_delete,
@@ -178,9 +178,8 @@ class TestBlockVolumeOps(BaseClass):
"is less than the default_bhv_size %s ."
% (free_space_available, default_bhv_size))
block_host_create_info = heketi_volume_create(
- self.heketi_client_node,
- self.heketi_server_url, default_bhv_size,
- json=True, block=True)
+ self.heketi_client_node, self.heketi_server_url, default_bhv_size,
+ json=True, block=True)
self.addCleanup(heketi_volume_delete,
self.heketi_client_node,
self.heketi_server_url,