From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Meneghel Rodrigues Subject: Re: [PATCH] KVM-Test: Add KVM unit test (kvmctl) Date: Mon, 19 Apr 2010 07:20:56 -0300 Message-ID: <1271672456.2505.5.camel@localhost.localdomain> References: <1271656059-13646-1-git-send-email-lmr@redhat.com> <4BCC1964.70006@siemens.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: autotest@test.kernel.org, kvm@vger.kernel.org To: Jan Kiszka Return-path: In-Reply-To: <4BCC1964.70006@siemens.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: autotest-bounces@test.kernel.org Errors-To: autotest-bounces@test.kernel.org List-Id: kvm.vger.kernel.org On Mon, 2010-04-19 at 10:50 +0200, Jan Kiszka wrote: > Lucas Meneghel Rodrigues wrote: > > From: sshang > > > > The test use kvm test harness kvmctl load binary test case file > > to test various functions of the kvm kernel module. > > I thought that tool is deprecated (or even broken), and I was about to > suggest dropping it from the tree in favor of a simple script like this: > > $QEMU -chardev stdio,id=cons -device testdev,chardev=cons -vga none \ > -vnc none -kernel $TESTCASE The purpose of the this specific test module is to do the unit testing in older branches of the code (such as RHEL 5.x branch). For upstream we have another module that will use the -kernel option being worked. I plan on calling it unit_test_kernel.