Repository: cloudstack Updated Branches: refs/heads/master 6a11d099c -> f1f61e13e
CLOUDSTACK-7573 : Fixed the Guest OS Type used for the ISO Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f1f61e13 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f1f61e13 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f1f61e13 Branch: refs/heads/master Commit: f1f61e13e5322c2b17b227e9084c3bb25b499d1e Parents: 6a11d09 Author: Chandan Purushothama <[email protected]> Authored: Wed Sep 17 12:23:39 2014 -0700 Committer: Sangeetha Hariharan <[email protected]> Committed: Wed Sep 17 18:21:32 2014 -0700 ---------------------------------------------------------------------- tools/marvin/marvin/config/test_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f1f61e13/tools/marvin/marvin/config/test_data.py ---------------------------------------------------------------------- diff --git a/tools/marvin/marvin/config/test_data.py b/tools/marvin/marvin/config/test_data.py index 9b2aee7..6b02476 100644 --- a/tools/marvin/marvin/config/test_data.py +++ b/tools/marvin/marvin/config/test_data.py @@ -708,7 +708,7 @@ test_data = { "url": "http://people.apache.org/~tsp/dummy.iso", "bootable": False, "ispublic": False, - "ostype": "CentOS 5.6 (64-bit)", + "ostype": "Other (64-bit)", }, "iso1": { "displaytext": "Test ISO 1",
