From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCpsD-0000ik-GW for qemu-devel@nongnu.org; Tue, 05 Mar 2013 06:17:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCpsC-0000pF-F9 for qemu-devel@nongnu.org; Tue, 05 Mar 2013 06:17:33 -0500 Received: from mx1.redhat.com ([209.132.183.28]:23429) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCpsC-0000p4-7U for qemu-devel@nongnu.org; Tue, 05 Mar 2013 06:17:32 -0500 Message-ID: <5135D443.2070208@redhat.com> Date: Tue, 05 Mar 2013 12:17:23 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <5134CA4A.7040700@redhat.com> <20130305104605.GG1938@stefanha-thinkpad.redhat.com> In-Reply-To: <20130305104605.GG1938@stefanha-thinkpad.redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] The state of testing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , Anthony Liguori , Juan Quintela , Markus Armbruster , Michael Roth , qemu-devel , Amit Shah On 03/05/13 11:46, Stefan Hajnoczi wrote: > On Mon, Mar 04, 2013 at 05:22:34PM +0100, Gerd Hoffmann wrote: >> Hi, >> >>> How are things looking with device emulation, migration, monitor, char, etc? >> >> At the moment autotest/virt-test is pretty much the only workable thing >> for non-trivial devices because libqtest lacks infrastructure for pci >> and anything building on top of pci. >> >> usb has no in-tree tests, but has autotest coverage. >> >> chardevs have some autotest coverage, /me wrote a test for >> chardev-{add,remove} qmp commands. Still need to rebase + polish + >> submit that one though. > > Do the USB and chardev tests run regularly against qemu.git/master? I don't think we have *any* regular autotest coverage for master, have we? I run the usb tests locally now and then. The chardev test was used as development aid, as mentioned I still have to get it upstream so it can be used for regression testing. cheers, Gerd