From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uri Lublin Subject: Re: [KVM-AUTOTEST] [PATCH] Iterate over reboot Date: Wed, 22 Apr 2009 17:47:02 +0300 Message-ID: <49EF2DE6.5060006@redhat.com> References: <49ECC158.9070003@in.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: supriya kannery Return-path: Received: from mx2.redhat.com ([66.187.237.31]:45562 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753376AbZDVOrP (ORCPT ); Wed, 22 Apr 2009 10:47:15 -0400 In-Reply-To: <49ECC158.9070003@in.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: supriya kannery wrote: > A patch for iterating over VM reboot > > - Supriya Kannery, > LTC, IBM > I think adding iterations capability belongs to the infrastructure, not the test itself. Implement it once in the infrastructure, instead of once per test. Also I think autotest has such a capability (adding iteration=n to job.run_test parameters). Thanks, Uri.