From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?windows-1252?Q?Roger_Pau_Monn=E9?= Subject: Re: [PATCH v2 0/5] osstest: add native FreeBSD build tests Date: Mon, 15 Sep 2014 12:12:58 +0200 Message-ID: <5416BBAA.7050908@citrix.com> References: <1408025295-39114-1-git-send-email-roger.pau@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1XTTHK-0005EC-L6 for xen-devel@lists.xenproject.org; Mon, 15 Sep 2014 10:13:02 +0000 In-Reply-To: <1408025295-39114-1-git-send-email-roger.pau@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org, Ian.Jackson@eu.citrix.com List-Id: xen-devel@lists.xenproject.org El 14/08/14 a les 16.08, Roger Pau Monne ha escrit: > This series add support for bootstrapping a bare metal FreeBSD install > using OSS Test and compiling Xen on it. > > The first patch adds support for executing commands on remote boxes > using ssh with password, which is needed in order to login into the > installer. The rest of the patches focus on installing FreeBSD, the > Xen build dependencies, and finally compiling the Xen kernel and > tools. > > I've been manually running the tests using the following runes: > > OSSTEST_FLIGHT=standalone OSSTEST_JOB=build-amd64-freebsd OSSTEST_HOST=kodo4 ./ts-freebsd-host-install host=kodo4 > OSSTEST_FLIGHT=standalone OSSTEST_JOB=build-amd64-freebsd OSSTEST_HOST=kodo4 ./ts-xen-build-prep-freebsd host=kodo4 > OSSTEST_FLIGHT=standalone OSSTEST_JOB=build-amd64-freebsd OSSTEST_HOST=kodo4 ./ts-xen-build host=kodo4 Hello, It's been some time since I've posted those patches, but got no feedback so far. Should I repost them? Thanks, Roger.