You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by sa...@apache.org on 2015/01/22 12:22:27 UTC

git commit: updated refs/heads/4.5 to 2db5ee3

Repository: cloudstack
Updated Branches:
  refs/heads/4.5 78dea8725 -> 2db5ee3c0


CLOUDSTACK-8152: Adding delay before creating snapshot/template from root disk after writing data to disk - test_vm_passwordenabled.py


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2db5ee3c
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2db5ee3c
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2db5ee3c

Branch: refs/heads/4.5
Commit: 2db5ee3c0a5d40cdc4d5de60b2f8f3afca32e57f
Parents: 78dea87
Author: Gaurav Aradhye <ga...@clogeny.com>
Authored: Tue Jan 13 13:56:41 2015 +0530
Committer: sanjeev <sa...@apache.org>
Committed: Thu Jan 22 16:50:57 2015 +0530

----------------------------------------------------------------------
 test/integration/component/test_vm_passwdenabled.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2db5ee3c/test/integration/component/test_vm_passwdenabled.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_vm_passwdenabled.py b/test/integration/component/test_vm_passwdenabled.py
index 4dfa848..77d3013 100644
--- a/test/integration/component/test_vm_passwdenabled.py
+++ b/test/integration/component/test_vm_passwdenabled.py
@@ -216,7 +216,7 @@ class TestVMPasswordEnabled(cloudstackTestCase):
 
         cls.services["template"]["ostype"] = cls.services["ostype"]
         cls.services["template"]["ispublic"] = True
-        #Create templates for Edit, Delete & update permissions testcases
+        # Create templates for Edit, Delete & update permissions testcases
         cls.pw_enabled_template = Template.create(
             cls.api_client,
             cls.services["template"],