From 78dea8725b41c7bd073c4f69fc377bc1a2642743 Mon Sep 17 00:00:00 2001 From: Chandan Purushothama Date: Tue, 2 Dec 2014 14:37:11 -0800 Subject: [PATCH] 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 --- test/integration/component/test_vm_passwdenabled.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_vm_passwdenabled.py b/test/integration/component/test_vm_passwdenabled.py index 77d30139d9a..4dfa8485e60 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"],