Updated Branches: refs/heads/master 6d140538c -> 2f345c5b4
test_accounts.TesttemplateHierarchy;ostype added Signed-off-by: Prasanna Santhanam <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2f345c5b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2f345c5b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2f345c5b Branch: refs/heads/master Commit: 2f345c5b4dcac464770f1f7719e07cf73c5f6ea8 Parents: 6d14053 Author: rayeesn <[email protected]> Authored: Sat Jun 15 15:17:32 2013 -0700 Committer: Prasanna Santhanam <[email protected]> Committed: Sun Jun 16 11:10:37 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_accounts.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2f345c5b/test/integration/component/test_accounts.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_accounts.py b/test/integration/component/test_accounts.py index 3f106c3..ec135b1 100644 --- a/test/integration/component/test_accounts.py +++ b/test/integration/component/test_accounts.py @@ -84,6 +84,7 @@ class Services: "isfeatured": True, "ispublic": True, "isextractable": True, + "ostype": 'CentOS 5.3 (64-bit)', }, "natrule": { "publicport": 22,
