From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMZWU-00082e-84 for qemu-devel@nongnu.org; Thu, 19 Sep 2013 04:23:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMZWP-000711-OQ for qemu-devel@nongnu.org; Thu, 19 Sep 2013 04:23:38 -0400 Received: from mail-ea0-x230.google.com ([2a00:1450:4013:c01::230]:64116) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMZWP-00070t-Gm for qemu-devel@nongnu.org; Thu, 19 Sep 2013 04:23:33 -0400 Received: by mail-ea0-f176.google.com with SMTP id q16so3940949ead.7 for ; Thu, 19 Sep 2013 01:23:32 -0700 (PDT) Date: Thu, 19 Sep 2013 10:23:30 +0200 From: Stefan Hajnoczi Message-ID: <20130919082330.GA22814@stefanha-thinkpad.redhat.com> References: <1379085622-2314-1-git-send-email-alex.bennee@linaro.org> <20130918123832.GD13359@stefanha-thinkpad.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Subject: Re: [Qemu-devel] [PATCH] .travis.yml: basic compile and check recipes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex =?iso-8859-1?Q?Benn=E9e?= Cc: alex.bennee@linaro.org, qemu-devel@nongnu.org On Wed, Sep 18, 2013 at 03:35:07PM +0100, Alex Bennée wrote: > > stefanha@gmail.com writes: > > > > > Looks useful. To get more code coverage, flesh out the build > > environment: > > Thanks. Am I dreaming or are there some system image tests somewhere as well? Anthony Liguori's "qemu-test" builds special-purpose Linux test guests: http://git.qemu-project.org/?p=qemu-test.git;a=tree There is also KVM Autotest. These tests can use QEMU or QEMU + libvirt and are more involved (installing real guests). https://github.com/autotest/autotest/wiki/KVM-&-Libvirt-Autotest--Introduction-and-Quickstart Both qemu-test and KVM Autotest are heavy in the sense that they will download 100s of MB. Not sure if they are suitable for Travis CI. Stefan