Re: [KVM_AUTOTEST PATCH] Added functionality to the preprocessor to run scripts

2009-06-15 Thread David Huff
Lucas Meneghel Rodrigues wrote: > On Fri, 2009-06-12 at 10:43 -0400, David Huff wrote: >> This patch adds the processes_command function to the preprocessor which >> will run custom scripts before and after a test is executed. >> >> processes_command will export all test parameters as environmental

Re: [KVM_AUTOTEST PATCH] Added functionality to the preprocessor to run scripts

2009-06-15 Thread Lucas Meneghel Rodrigues
On Fri, 2009-06-12 at 10:43 -0400, David Huff wrote: > This patch adds the processes_command function to the preprocessor which > will run custom scripts before and after a test is executed. > > processes_command will export all test parameters as environmental variables > for passing parameters t

[KVM_AUTOTEST PATCH] Added functionality to the preprocessor to run scripts

2009-06-12 Thread David Huff
This patch adds the processes_command function to the preprocessor which will run custom scripts before and after a test is executed. processes_command will export all test parameters as environmental variables for passing parameters to a custom script. processes_command uses parameters defined i