From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5zXS-0004IA-Aw for qemu-devel@nongnu.org; Fri, 09 Mar 2012 08:07:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5zXK-0007Rd-SN for qemu-devel@nongnu.org; Fri, 09 Mar 2012 08:07:17 -0500 Received: from mail-gy0-f173.google.com ([209.85.160.173]:57804) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5zXK-0007R4-Je for qemu-devel@nongnu.org; Fri, 09 Mar 2012 08:07:10 -0500 Received: by ghrr14 with SMTP id r14so962606ghr.4 for ; Fri, 09 Mar 2012 05:07:09 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4F5A0076.8020704@redhat.com> Date: Fri, 09 Mar 2012 14:07:02 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <4F582EDB.1040608@redhat.com> <4F58B5CB.8040503@codemonkey.ws> <20120308144958.GA25750@t420s.optimusnet> <4F58C897.5020405@codemonkey.ws> <20120308150722.GA30576@t420s.optimusnet> <4F58CCBA.9000702@codemonkey.ws> <20120308160505.GA32360@t420s.optimusnet> <4F58E67A.3050708@codemonkey.ws> <20120308175907.GA4900@t420s.optimusnet> <4F5905AA.3060304@codemonkey.ws> <20120308210209.GA11998@t420s.optimusnet> <4F59237F.6010406@codemonkey.ws> In-Reply-To: <4F59237F.6010406@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC] Future goals for autotest and virtualization tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Lucas Meneghel Rodrigues , QEMU devel , Scott Zawalski , Cleber Rosa , "kvm-autotest@redhat.com" , Ademar Reis Il 08/03/2012 22:24, Anthony Liguori ha scritto: > The qemu-test tests are smaller than the corresponding autotest tests. They also do much less. It's true that a combination of qemu-test + qtests could do 99% of the job more simply than autotest. But the last 1% (including migration) would require a large effort, while it would be just there in autotest. > Making autotest an unconditional dependency of qemu.git is a non-starter for me. If it were as simple as "yum install py-autotest" it would not be a problem, would it? Paolo