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:17:48 UTC

git commit: updated refs/heads/4.5 to 78dea87

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


CLOUDSTACK-8007: Fixed the script 'test_vm_passwdenabled.py' - Template created by Admin should have public access to be used for regular User VM Deployment

Conflicts:
	test/integration/component/test_vm_passwdenabled.py


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

Branch: refs/heads/4.5
Commit: 78dea8725b41c7bd073c4f69fc377bc1a2642743
Parents: d37c158
Author: Chandan Purushothama <Ch...@citrix.com>
Authored: Tue Dec 2 14:37:11 2014 -0800
Committer: sanjeev <sa...@apache.org>
Committed: Thu Jan 22 16:45:50 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/78dea872/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 77d3013..4dfa848 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"],