From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50733) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RfZQF-0007EP-7Y for qemu-devel@nongnu.org; Tue, 27 Dec 2011 10:58:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RfZQD-0003ao-P3 for qemu-devel@nongnu.org; Tue, 27 Dec 2011 10:58:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37826) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RfZQD-0003XP-Hb for qemu-devel@nongnu.org; Tue, 27 Dec 2011 10:58:37 -0500 Message-ID: <4EF9EB27.7050707@redhat.com> Date: Tue, 27 Dec 2011 17:58:31 +0200 From: Avi Kivity MIME-Version: 1.0 References: <4EEF70B4.3070109@us.ibm.com> <4EF73EF5.8050606@redhat.com> <4EF88EC0.8020301@codemonkey.ws> <4EF8FC88.70809@redhat.com> <4EF9E2CA.1020401@codemonkey.ws> In-Reply-To: <4EF9E2CA.1020401@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [ANNOUNCE] qemu-test: a set of tests scripts for QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: "lmr@redhat.com" , dlaor@redhat.com, qemu-devel , Stefan Hajnoczi , Gerd Hoffmann On 12/27/2011 05:22 PM, Anthony Liguori wrote: > > The infrastructure assumes that you have a full OS available in the > guest. The tests are written in Python and make a variety of > assumptions. To my knowledge, it's not very practical to build a > busybox environment with Python embedded in it. You could move whatever infrastructure qemu-test uses to kvm-autotest, at which point kvm-autotest will know everything qemu-test knows. But there's zero reason to do that, autotest is designed to drive external tests and in fact most of the tests it supports are not in the autotest repository. -- error compiling committee.c: too many arguments to function