You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by borisstoyanov <gi...@git.apache.org> on 2017/03/02 11:54:03 UTC

[GitHub] cloudstack pull request #1961: Fix for test_snapshots.py using nfs2 instead ...

Github user borisstoyanov commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1961#discussion_r103897965
  
    --- Diff: test/integration/smoke/test_snapshots.py ---
    @@ -275,7 +275,7 @@ def test_02_list_snapshots_with_removed_data_store(self):
             assert isinstance(clusters,list) and len(clusters)>0
     
             storage = StoragePool.create(self.apiclient,
    --- End diff --
    
    I think It's good append this storage to cleanup as soon as it's created. I've hit the exact issue that would leave it added in Cloudstack. I've a test failure before the point it is appended and cleanup() didn't wiped it. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---