Updated Branches: refs/heads/master b18c72626 -> 78ac22e15
Fixed ostype CLOUDSTACK-3645 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/78ac22e1 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/78ac22e1 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/78ac22e1 Branch: refs/heads/master Commit: 78ac22e157e1bc0874dff5e6a4422559697d54e8 Parents: b18c726 Author: Sowmya Krishnan <[email protected]> Authored: Fri Jul 19 10:45:30 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Fri Jul 19 11:17:11 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_netscaler_nw_off.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78ac22e1/test/integration/component/test_netscaler_nw_off.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_netscaler_nw_off.py b/test/integration/component/test_netscaler_nw_off.py index 6a51666..c328f48 100644 --- a/test/integration/component/test_netscaler_nw_off.py +++ b/test/integration/component/test_netscaler_nw_off.py @@ -157,7 +157,7 @@ class Services: "publicport": 22, "openfirewall": False, }, - "ostype": 'Cent OS 5.3 (64 bit)', + "ostype": 'CentOS 5.3 (64-bit)', # Cent OS 5.3 (64 bit) "sleep": 60, "timeout": 10,
