All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Roger Pau Monné" <roger.pau@citrix.com>
To: xen-devel@lists.xenproject.org
Cc: Ian Jackson <Ian.Jackson@eu.citrix.com>,
	Ian Campbell <ian.campbell@citrix.com>,
	Roger Pau Monne <roger.pau@citrix.com>
Subject: Re: [PATCH 2/2] oss-test: add FreeBSD PVHVM installer
Date: Thu, 21 Nov 2013 17:09:09 +0100	[thread overview]
Message-ID: <528E3025.20705@citrix.com> (raw)
In-Reply-To: <1385034494-8760-3-git-send-email-roger.pau@citrix.com>

On 21/11/13 12:48, Roger Pau Monne wrote:
> Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
> Cc: Ian Jackson <Ian.Jackson@eu.citrix.com>
> Cc: Ian Campbell <ian.campbell@citrix.com>
> ---
> Images have to be placed in $freebsd_vm_repo, currently it expects to
> find:
> 
> ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/VM-IMAGES/10.0-BETA3/i386/20131103/FreeBSD-10.0-BETA3-i386-20131103-r257580.qcow2.xz
> as
> FreeBSD-10.0-BETA3-i386.qcow2.xz
> and
> ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/VM-IMAGES/10.0-BETA3/amd64/20131103/FreeBSD-10.0-BETA3-amd64-20131103-r257580.qcow2.xz
> as
> FreeBSD-10.0-BETA3-amd64.qcow2.xz
> ---
>  ts-freebsd-install |  109 ++++++++++++++++++++++++++++++++++++++++++++++++++++
>  1 files changed, 109 insertions(+), 0 deletions(-)
>  create mode 100644 ts-freebsd-install
> 
> diff --git a/ts-freebsd-install b/ts-freebsd-install
> new file mode 100644
> index 0000000..4e32b6c
> --- /dev/null
> +++ b/ts-freebsd-install
> @@ -0,0 +1,109 @@
> +#!/usr/bin/perl -w
> +# This is part of "osstest", an automated testing framework for Xen.
> +# Copyright (C) 2009-2013 Citrix Inc.
> +# 
> +# This program is free software: you can redistribute it and/or modify
> +# it under the terms of the GNU Affero General Public License as published by
> +# the Free Software Foundation, either version 3 of the License, or
> +# (at your option) any later version.
> +# 
> +# This program is distributed in the hope that it will be useful,
> +# but WITHOUT ANY WARRANTY; without even the implied warranty of
> +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> +# GNU Affero General Public License for more details.
> +# 
> +# You should have received a copy of the GNU Affero General Public License
> +# along with this program.  If not, see <http://www.gnu.org/licenses/>.
> +
> +use strict qw(vars);
> +use DBI;
> +use Osstest;
> +use Osstest::TestSupport;
> +
> +tsreadconfig();
> +
> +our ($whhost,$gn) = @ARGV;
> +$whhost ||= 'host';
> +$gn ||= 'freebsd';
> +
> +our $ho= selecthost($whhost);
> +
> +our $ram_mb=   1024;
> +our $disk_mb= 20480;
> +
> +our $guesthost= "$gn.guest.osstest";
> +our $gho;
> +
> +our $xl= toolstack()->{Command};

The line above is not needed at all, I've just used it for testing,
could you remove it when committing Ian?

Thanks.


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

  reply	other threads:[~2013-11-21 16:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-21 11:48 [PATCH 0/2] oss-test: add FreeBSD guest support Roger Pau Monne
2013-11-21 11:48 ` [PATCH 1/2] oss-test: add UFS rw support to pvops kernel Roger Pau Monne
2013-11-21 18:45   ` Ian Jackson
2013-11-21 11:48 ` [PATCH 2/2] oss-test: add FreeBSD PVHVM installer Roger Pau Monne
2013-11-21 16:09   ` Roger Pau Monné [this message]
2013-11-21 18:32     ` Ian Jackson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=528E3025.20705@citrix.com \
    --to=roger.pau@citrix.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=ian.campbell@citrix.com \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.