From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Meneghel Rodrigues Subject: Re: [Autotest] [PATCH] Add a client-side test qemu_iotests Date: Fri, 03 Jul 2009 09:37:54 -0300 Message-ID: <1246624674.3378.19.camel@localhost.localdomain> References: <1246505385-8398-1-git-send-email-yzhou@redhat.com> <4A4C3BB5.8040003@redhat.com> <4A4C414E.6000806@redhat.com> <1246580603.6508.25.camel@localhost.localdomain> <1246597431.3378.11.camel@localhost.localdomain> <4A4DCCCF.3050308@redhat.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: autotest@test.kernel.org, kvm@vger.kernel.org To: Yolkfull Chow Return-path: Received: from mx2.redhat.com ([66.187.237.31]:46200 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754522AbZGCMhy (ORCPT ); Fri, 3 Jul 2009 08:37:54 -0400 In-Reply-To: <4A4DCCCF.3050308@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, 2009-07-03 at 17:18 +0800, Yolkfull Chow wrote: > Lucas, do we really need to find those ELFs within the whole disk if > they are not in os.environ['PATH']? That's not testsuite's purpose I > think. > > What's your opinion? Sure it's not. My point was just to allow the user to provide an additional path (say self.srcdir or something like that) that could be added to the environmental variable PATH. This would be useful if we build/install the ELFs under a non standard location on a previous test. No need to walk through the entire filesystem to find the binaries.