Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 05E4410C12 for ; Tue, 30 Jul 2013 10:19:48 +0000 (UTC) Received: (qmail 42527 invoked by uid 500); 30 Jul 2013 10:19:47 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 42517 invoked by uid 500); 30 Jul 2013 10:19:47 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 42510 invoked by uid 99); 30 Jul 2013 10:19:47 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jul 2013 10:19:47 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2C0DA31A5DC; Tue, 30 Jul 2013 10:19:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tsp@apache.org To: commits@cloudstack.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to e78f932 Date: Tue, 30 Jul 2013 10:19:47 +0000 (UTC) Updated Branches: refs/heads/master c520aae34 -> e78f93224 Fix url for upload volume test Signed-off-by: Prasanna Santhanam (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 Authored: Tue Jul 30 15:48:50 2013 +0530 Committer: Prasanna Santhanam 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