sureshanaparti commented on code in PR #8392:
URL: https://github.com/apache/cloudstack/pull/8392#discussion_r1433548007


##########
test/integration/smoke/test_list_volumes.py:
##########
@@ -140,6 +140,26 @@ def setUpClass(cls):
     def tearDownClass(cls):
         super(TestListVolumes, cls).tearDownClass()
 
+    @classmethod
+    def wait_for_volume_cleanup(cls):
+        """Clean up volumes that were left by previous tests

Review Comment:
   ```suggestion
           """Wait for volumes to clean up that were left by previous tests
   ```
   
   this doesn't cleanup, waiting for earlier volumes to tear down.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to