You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2017/12/13 10:43:31 UTC

[cloudstack] 17/30: fix simulator build

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch debian9-systemvmtemplate
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 821ac536429e1e475bd474068a609bfad2aff441
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Mon Dec 11 02:51:17 2017 +0530

    fix simulator build
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
---
 tools/marvin/marvin/lib/common.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/marvin/marvin/lib/common.py b/tools/marvin/marvin/lib/common.py
index 32abda7..64182d9 100644
--- a/tools/marvin/marvin/lib/common.py
+++ b/tools/marvin/marvin/lib/common.py
@@ -401,7 +401,7 @@ def get_test_template(apiclient, zone_id=None, hypervisor=None):
             "format": "vhd",
             "hypervisor": "simulator",
             "ostype": "Other Linux (64-bit)",
-            "url": "http://fake.url/tiny.vhd.bz2",
+            "url": "http://dl.openvm.eu/cloudstack/macchinina/x86_64/macchinina-xen.vhd.bz2",
             "requireshvm": "True",
             "ispublic": "True"
         }

-- 
To stop receiving notification emails like this one, please contact
"commits@cloudstack.apache.org" <co...@cloudstack.apache.org>.