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
This commit is contained in:
Chandan Purushothama 2014-12-02 14:37:11 -08:00 committed by sanjeev
parent d37c1589be
commit 78dea8725b
1 changed files with 1 additions and 1 deletions

View File

@ -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"],