From e78f93224f67cf1ce5bbd4874f604f94e9960023 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Tue, 30 Jul 2013 15:48:50 +0530 Subject: [PATCH] Fix url for upload volume test Signed-off-by: Prasanna Santhanam (cherry picked from commit d0a851ec5de261c83babd94a07dd1091f804110d) --- test/integration/component/test_stopped_vm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_stopped_vm.py b/test/integration/component/test_stopped_vm.py index b7742d3374c..212239cf417 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