From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3eS0-0001hF-5E for qemu-devel@nongnu.org; Tue, 03 Jun 2008 17:53:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3eRz-0001gO-2l for qemu-devel@nongnu.org; Tue, 03 Jun 2008 17:53:51 -0400 Received: from [199.232.76.173] (port=34635 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3eRy-0001gL-UK for qemu-devel@nongnu.org; Tue, 03 Jun 2008 17:53:50 -0400 Received: from wx-out-0506.google.com ([66.249.82.225]:10457) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K3eRy-0007Es-HQ for qemu-devel@nongnu.org; Tue, 03 Jun 2008 17:53:50 -0400 Received: by wx-out-0506.google.com with SMTP id h29so1183725wxd.4 for ; Tue, 03 Jun 2008 14:53:49 -0700 (PDT) Message-ID: <4845BD61.2040104@codemonkey.ws> Date: Tue, 03 Jun 2008 16:53:37 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Suggestion for testing framework References: <767386.58386.qm@web57006.mail.re3.yahoo.com> <20080604075042.aff7c055.mle+tools@mega-nerd.com> In-Reply-To: <20080604075042.aff7c055.mle+tools@mega-nerd.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: "Balazs Attila-Mihaly (Cd-MaN)" Erik de Castro Lopo wrote: > Balazs Attila-Mihaly (Cd-MaN) wrote: > > >> Hello all >> >> It seems that there is agreement that some sort of automated >> testing is "a good thing" ;-). >> > > I am a huge fan of testing and think that qemu developers and users > would both benefit from more automated testing. > > >> - several qemu images (one with Debian, one with Windows XP - I >> can get a free student license for it, etc) >> > > This is testing of the final product. Especially for something as > complex as qemu, final product testing is difficult. Wherever possible > units should be tested in isolation. Debugging test failures of unit > tests are also far easier than debugging problems in a whole qemu > VM. > > However, if you do pursue your original plan, it would be really nice > if either WinXP 64bit or Vista64 could be added to this list. > http://kvm.qumranet.com/kvmwiki/KVMTest I use that today to automatically test Windows installs (including Vista). It's designed for KVM but since the userspace for KVM and QEMU have identical interfaces, it should Just Work with QEMU. Regards, Anthony Liguori > Cheers, > Erik >