Updated Branches: refs/heads/4.2 b5f33ae0d -> baa6d0bad
Fix url for upload volume test 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/baa6d0ba Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/baa6d0ba Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/baa6d0ba Branch: refs/heads/4.2 Commit: baa6d0badb31700504e4d86e77f40791f1d0b7de Parents: b5f33ae Author: Prasanna Santhanam <[email protected]> Authored: Tue Jul 30 15:48:50 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Tue Jul 30 15:50:02 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_stopped_vm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/baa6d0ba/test/integration/component/test_stopped_vm.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_stopped_vm.py b/test/integration/component/test_stopped_vm.py index b7742d3..212239c 100644 --- a/test/integration/component/test_stopped_vm.py +++ b/test/integration/component/test_stopped_vm.py @@ -71,7 +71,7 @@ class Services: }, "volume": { "diskname": "DataDisk", - "url": '', + "url": 'http://download.cloud.com/releases/2.0.0/UbuntuServer-10-04-64bit.vhd.bz2', "format": 'VHD' }, "iso": # ISO settings for Attach/Detach ISO tests
