From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uri Lublin Subject: kvm-autotest: a modified step-file format and steps-data image names Date: Sun, 12 Apr 2009 19:13:50 +0300 Message-ID: <49E2133E.5040908@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Uri Lublin To: KVM List Return-path: Received: from mx2.redhat.com ([66.187.237.31]:47028 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750745AbZDLQOB (ORCPT ); Sun, 12 Apr 2009 12:14:01 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n3CGDqZe023253 for ; Sun, 12 Apr 2009 12:13:52 -0400 Sender: kvm-owner@vger.kernel.org List-ID: Hello, I've just pushed some new commits of kvm-autotest. One thing that have changed is the way we name steps-data images (and as a result a minor change to the step files format). If you have created your own step-files (and have the automatically-generated steps-data images for them), you need to convert them (both step-files and steps-data image names). Please look at the following link for explanation of why the change is done and for instructions of how to convert your step files. http://kvm.et.redhat.com/page/KVM-Autotest/Steps look at "Conversion to the new step file format (April 2009)" This mainly affects debugging capability upon a steps type test failure. Thanks, Uri.