You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2018/10/02 07:22:29 UTC

[GitHub] borisstoyanov commented on a change in pull request #2869: Fix some Marvin smoke tests

borisstoyanov commented on a change in pull request #2869: Fix some Marvin smoke tests
URL: https://github.com/apache/cloudstack/pull/2869#discussion_r221845967
 
 

 ##########
 File path: test/integration/smoke/test_deploy_virtio_scsi_vm.py
 ##########
 @@ -96,6 +96,7 @@ def setUpClass(cls):
         cls.zone = get_zone(cls.apiclient, testClient.getZoneForTests())
         cls.pod = get_pod(cls.apiclient, cls.zone.id)
         cls.services['mode'] = cls.zone.networktype
+        cls.cleanup = []
 
 Review comment:
   I don't think we need this here @PaulAngus, it's define further down in the same method

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services