mirror of https://github.com/apache/cloudstack.git
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:
parent
d37c1589be
commit
78dea8725b
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue