dhlaluku commented on a change in pull request #2752: Fix
test_deploy_virtio_scsi_vm.py smoke test failures
URL: https://github.com/apache/cloudstack/pull/2752#discussion_r203648180
##########
File path: test/integration/smoke/test_deploy_virtio_scsi_vm.py
##########
@@ -91,7 +87,8 @@ def setUpClass(cls):
cls.apiclient = testClient.getApiClient()
cls.services = cls.testClient.getParsedTestDataConfig()
- cls.hostConfig =
cls.config.__dict__["zones"][0].__dict__["pods"][0].__dict__["clusters"][0].__dict__["hosts"][0].__dict__
+ cls.hostConfig =
cls.config.__dict__["zones"][0].__dict__["pods"][0].__dict__["clusters"][0].__dict__["hosts"][
+ 0].__dict__
Review comment:
PEP 8 says the line is too long, but I will revert that change
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services