Repository: cloudstack
Updated Branches:
  refs/heads/master 8567701f0 -> 50990c404


CLOUDSTACK-7554 : Fixed the script - /component/test_templates.py - User 
Account now has permissions to the Template created by Admin


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

Branch: refs/heads/master
Commit: 50990c40423062ed0b724472c95a1d3120b8b66d
Parents: 8567701
Author: Chandan Purushothama <chandan.purushoth...@citrix.com>
Authored: Mon Sep 15 21:12:26 2014 -0700
Committer: sanjeev <sanj...@apache.org>
Committed: Tue Sep 16 12:11:48 2014 +0530

----------------------------------------------------------------------
 test/integration/component/test_templates.py | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/50990c40/test/integration/component/test_templates.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_templates.py 
b/test/integration/component/test_templates.py
index 01f331e..769848d 100644
--- a/test/integration/component/test_templates.py
+++ b/test/integration/component/test_templates.py
@@ -95,6 +95,8 @@ class Services:
                                 "name": "Cent OS Template",
                                 "ostype": 'CentOS 5.3 (64-bit)',
                                 "templatefilter": 'self',
+                                "isfeatured": True,
+                                "ispublic": True,
                         },
                         "templatefilter": 'self',
                         "ostype": 'CentOS 5.3 (64-bit)',

Reply via email to