Updated Branches:
  refs/heads/master c520aae34 -> e78f93224

Fix url for upload volume test

Signed-off-by: Prasanna Santhanam <[email protected]>
(cherry picked from commit d0a851ec5de261c83babd94a07dd1091f804110d)


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e78f9322
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e78f9322
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e78f9322

Branch: refs/heads/master
Commit: e78f93224f67cf1ce5bbd4874f604f94e9960023
Parents: c520aae
Author: Prasanna Santhanam <[email protected]>
Authored: Tue Jul 30 15:48:50 2013 +0530
Committer: Prasanna Santhanam <[email protected]>
Committed: Tue Jul 30 15:49:35 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/e78f9322/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

Reply via email to