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 <[email protected]> AuthorDate: Mon Dec 11 02:51:17 2017 +0530 fix simulator build Signed-off-by: Rohit Yadav <[email protected]> --- 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 "[email protected]" <[email protected]>.
