From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] qemu-kvm tests: Create make target for install tests Date: Mon, 28 Jun 2010 17:25:55 -0300 Message-ID: <20100628202555.GC9852@amt.cnet> References: <1277422191-13424-1-git-send-email-lmr@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, avi@redhat.com, mgoldish@redhat.com To: Lucas Meneghel Rodrigues Return-path: Received: from mx1.redhat.com ([209.132.183.28]:45777 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751278Ab0F1Uei (ORCPT ); Mon, 28 Jun 2010 16:34:38 -0400 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o5SKYcBG007273 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 28 Jun 2010 16:34:38 -0400 Content-Disposition: inline In-Reply-To: <1277422191-13424-1-git-send-email-lmr@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Jun 24, 2010 at 08:29:51PM -0300, Lucas Meneghel Rodrigues wrote: > In order to make it convenient to run unit tests on > KVM autotest, add rules to install the flat files to > $(PREFIX)/share/qemu/tests. > > Also, add a unittests.cfg file, a simple .ini file > that contains unittest definitions. The unittest > definitions work like this: > > [unittest_name] > file = foo.flat # Name of the flat file to be used > smp = 2 # Number of processors the VM will use during this test > extra_params = -cpu qemu64,+x2apic # Additional parameters used > > For rpms, other patches defining qemu-kvm-tests.rpm will follow. > > Signed-off-by: Lucas Meneghel Rodrigues Applied, thanks.