Date: Fri, 24 Oct 2014 20:14:39 -0700 From: Craig Rodrigues <rodrigc@FreeBSD.org> To: Susan Stanziano <susan.stanziano@xinuos.com> Cc: John Wolfe <jlw@xinuos.com>, "freebsd-virtualization@freebsd.org" <freebsd-virtualization@freebsd.org>, "freebsd-testing@freebsd.org" <freebsd-testing@freebsd.org>, Eric@xinuos.com, Allan Jude <allanjude@freebsd.org>, Cheryl Blain <cheryl.blain@xinuos.com>, Andy Nagle <andrew.nagle@xinuos.com> Subject: Re: Automatically running /usr/tests on stable/10 branch under Jenkins Message-ID: <CAG=rPVcRpH7ZD1CDug1JxQbanqpH_RCqQKxbPVZR1FHNgo_GcQ@mail.gmail.com> In-Reply-To: <886660362.1106176.1414183052149.JavaMail.zimbra@xinuos.com> References: <5449C81B.8080008@freebsd.org> <5449DB7C.9080107@xinuos.com> <06ec01cfef62$3776a6b0$a663f410$@Xinuos.com> <CAG=rPVc1R8ZEz4vpOiCNjSKAcffD=Q6C1yB1sW=E7L6rJ8LEGQ@mail.gmail.com> <886660362.1106176.1414183052149.JavaMail.zimbra@xinuos.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Oct 24, 2014 at 1:37 PM, Susan Stanziano <susan.stanziano@xinuos.com > wrote: > Hello Craig, > > I have been reading through your slides and your website announcement, as > requested, and have a few questions. (I have also subscribed to the > mailing list as suggested). > > (1) The slides indicate that with a FreeBSD10 and lower OS, I should be > able to build tests already included with FreeBSD. I have created a VM on > FreeBSD10.0 but do not have the /etc/make.conf file necessary to build and > install the tests. This may be that I am missing some set-up steps > required but not covered in the slide presentation. > /etc/make.conf is not there by default, but you can create it and add a line: WITH_TESTS="yes" After you do that, you should rebuild everything and install everything as per the steps listed here: https://svnweb.freebsd.org/base/head/Makefile?revision=271168&view=markup#l70 and the tests should be visible under /usr/tests . > > (2) Does the test build require the use of the "Build Flow Plugin" or can > the tests be run independent of the "continuous build" model? > No, "continuous build" and 'Build Flow Plugin" are not required to run the tests. You should focus on building the tests and running them manually before using "continuous integration". > (3) Can the tests only be run under Bhyve as described in the announcement? > > No, you do not need Bhyve to run the tests. Feel free to ask any additional questions on freebsd-testing@freebsd.org, so that we can clarify the steps. -- Craig
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAG=rPVcRpH7ZD1CDug1JxQbanqpH_RCqQKxbPVZR1FHNgo_GcQ>