mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
test: fix Super-Linter Check error in storpool tests
2023-06-27 08:42:08 [INFO] File:[/github/workspace/test/integration/plugins/storpool/TestEncryptedVolumes.py] 2023-06-27 08:42:08 [ERROR] Found errors in [flake8] linter! 2023-06-27 08:42:08 [ERROR] Error code: 1. Command output: ------ /github/workspace/test/integration/plugins/storpool/TestEncryptedVolumes.py:681:113: W292 no newline at end of file ------ 2023-06-27 08:42:08 [INFO] --------------------------- 2023-06-27 08:42:08 [INFO] File:[/github/workspace/test/integration/plugins/storpool/sp_util.py] 2023-06-27 08:42:08 [ERROR] Found errors in [flake8] linter! 2023-06-27 08:42:08 [ERROR] Error code: 1. Command output: ------ /github/workspace/test/integration/plugins/storpool/sp_util.py:798:31: W292 no newline at end of file ------
This commit is contained in:
parent
985f0ecb53
commit
973b0e28fd
@ -678,4 +678,4 @@ class TestEncryptedVolumes(cloudstackTestCase):
|
|||||||
listall = True,
|
listall = True,
|
||||||
)[0]
|
)[0]
|
||||||
|
|
||||||
Volume.migrate(self.apiclient, volumeid=volume.id, storageid=self.primary_storage2.id, livemigrate=True)
|
Volume.migrate(self.apiclient, volumeid=volume.id, storageid=self.primary_storage2.id, livemigrate=True)
|
||||||
|
|||||||
@ -795,4 +795,4 @@ class StorPoolHelper():
|
|||||||
destinationHost = host[0]
|
destinationHost = host[0]
|
||||||
break
|
break
|
||||||
|
|
||||||
return destinationHost
|
return destinationHost
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user