From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33896) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYxHy-0002fQ-Jn for qemu-devel@nongnu.org; Thu, 25 Feb 2016 09:53:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYxHv-0005Z1-CM for qemu-devel@nongnu.org; Thu, 25 Feb 2016 09:53:10 -0500 Received: from mail.uni-paderborn.de ([131.234.142.9]:42175) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYxHv-0005Yx-65 for qemu-devel@nongnu.org; Thu, 25 Feb 2016 09:53:07 -0500 References: From: Bastian Koppelmann Message-ID: <56CF1550.7040605@mail.uni-paderborn.de> Date: Thu, 25 Feb 2016 15:53:04 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [qemu] how to test qemu? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "wangyan (AQ)" , "qemu-devel@nongnu.org" Cc: "Zhangbo (Oscar)" Hi, On 02/25/2016 01:24 PM, wangyan (AQ) wrote: > > > Hi all: > AFAIK, there're several ways to test qemu: > 1) virt-test, which is driven by autotest or avocado-vt, based on qemu-kvm > 2) Qtest��using instruction ��make check V=1��, which aims to do low level tests, that is to test function modules of qemu. > > > I've got 2 questions: > 1) besides the 2 test suites, are there any other automatic-test tools? >>From the top of my head I can only think of risu[1] which generates random instruction sequences. This is IIRC used to test whether TCG works correctly for ARM. Cheers, Bastian [1] https://github.com/stsquad/risu