All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC 0/4] osstest: add native FreeBSD build tests
@ 2014-08-12 15:49 Roger Pau Monne
  2014-08-12 15:49 ` [PATCH RFC 1/4] osstest: add routine to execute ssh with password Roger Pau Monne
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Roger Pau Monne @ 2014-08-12 15:49 UTC (permalink / raw)
  To: xen-devel, Ian.Jackson

This series add support for bootstrapping a bare metal FreeBSD install 
using OSS Test and compiling Xen on it (only the kernel and the tools 
so far).

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.

This is a very RFC series, some of the code should use runvars and 
host vars instead of the hardcoded variables on top of the file. I've 
marked this with "TODO".

Also, there's some code duplication in ts-xen-build-freebsd from 
ts-xen-build, but I don't think both files can be merged easily.

I've been manually running the tests using the following runes:

OSSTEST_FLIGHT=standalone OSSTEST_JOB=build-amd64 OSSTEST_HOST=kodo4 ./ts-freebsd-host-install host=kodo4
OSSTEST_FLIGHT=standalone OSSTEST_JOB=build-amd64 OSSTEST_HOST=kodo4 ./ts-xen-build-prep-freebsd host=kodo4
OSSTEST_FLIGHT=standalone OSSTEST_JOB=build-amd64 OSSTEST_HOST=kodo4 ./ts-xen-build-freebsd host=kodo4

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2014-08-13 13:45 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-12 15:49 [PATCH RFC 0/4] osstest: add native FreeBSD build tests Roger Pau Monne
2014-08-12 15:49 ` [PATCH RFC 1/4] osstest: add routine to execute ssh with password Roger Pau Monne
2014-08-12 16:37   ` Ian Jackson
2014-08-12 15:49 ` [PATCH RFC 2/4] osstest: add support for installing bare metal FreeBSD Roger Pau Monne
2014-08-12 16:42   ` Ian Jackson
2014-08-12 16:59     ` Roger Pau Monné
2014-08-12 17:38       ` Ian Jackson
2014-08-13 13:31     ` Roger Pau Monné
2014-08-13 13:45       ` Ian Jackson
2014-08-12 15:49 ` [PATCH RFC 3/4] osstest: prepare FreeBSD host for Xen build Roger Pau Monne
2014-08-12 16:44   ` Ian Jackson
2014-08-12 17:11     ` Roger Pau Monné
2014-08-12 17:39       ` Ian Jackson
2014-08-12 15:49 ` [PATCH RFC 4/4] osstest: add script to build Xen on FreeBSD Roger Pau Monne
2014-08-12 16:45   ` Ian Jackson

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.