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
(cherry picked from commit 41b871b6bdfd48f673e1fdc011069dd3c7ca032b) Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com> 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/535c0374 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/535c0374 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/535c0374 Branch: refs/heads/4.5 Commit: 535c037428b038d0d4b5e80e4c4a0e1c5d24d6b7 Parents: 37cdb4e Author: Chandan Purushothama <chandan.purushoth...@citrix.com> Authored: Tue Dec 2 14:37:11 2014 -0800 Committer: Rohit Yadav <rohit.ya...@shapeblue.com> Committed: Tue Jan 20 10:28:57 2015 +0530 ---------------------------------------------------------------------- test/integration/component/test_vm_passwdenabled.py | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/535c0374/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 64e549b..77d3013 100644 --- a/test/integration/component/test_vm_passwdenabled.py +++ b/test/integration/component/test_vm_passwdenabled.py @@ -221,8 +221,6 @@ class TestVMPasswordEnabled(cloudstackTestCase): cls.api_client, cls.services["template"], cls.volume.id, - account=cls.account.name, - domainid=cls.account.domainid ) # Delete the VM - No longer needed cls.virtual_machine.delete(cls.api_client, expunge=True)