From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Huff Subject: Re: [KVM-AUTOTEST] Patch queue for kvm autotest Date: Fri, 05 Jun 2009 15:26:23 -0400 Message-ID: <4A29715F.80604@redhat.com> References: <1244223998.2904.248.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Autotest mailing list , KVM mailing list , jasowang@redhat.com, aeromenk@redhat.com, Mike Burns , yzhou@redhat.com, supriyak@in.ibm.com, Michael Goldish , byang@redhat.com, Yogi , Dor Laor To: Lucas Meneghel Rodrigues Return-path: Received: from mx2.redhat.com ([66.187.237.31]:41928 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751960AbZFET0b (ORCPT ); Fri, 5 Jun 2009 15:26:31 -0400 In-Reply-To: <1244223998.2904.248.camel@localhost.localdomain> Sender: kvm-owner@vger.kernel.org List-ID: Lucas Meneghel Rodrigues wrote: > Patch queue: > > -------------------------------------------------------------------------------- Left out: [PATCH] Added functionality to the preprocessor to run scripts This patch adds support for pre_command and post_command parameters in the congif file that specify a script to execute before/after a test is run to set the test environment. I think it is important to implement this early so any additional tests or reworks can utilize this functionality. I would mark this a pretty low hanging fruit, however there is an ongoing discussion about how these scripts should be run and how the errors should be caught... -D