> From: "Lucas Meneghel Rodrigues" <lmr@redhat.com>
> To: "Feng Yang" <fyang@redhat.com>
> Cc:
autotest@test.kernel.org,
kvm@vger.kernel.org
> Sent: Thursday, April 15, 2010 8:05:41 AM GMT +08:00 Beijing / Chongqing / Hong Kong / Urumqi
> Subject: Re: [Autotest] [PATCH] KVM Test: Fix bug that check_image.py will check removed image.
>
> On Mon, Apr 12, 2010 at 5:32 AM, Feng Yang <fyang@redhat.com> wrote:
> > If set remove_image to yes, the image will be removed before
> > check_image.py is executed as post command. But check_img.py
> > still try to check the removed image When it is running.
> > This patch update check_image.py and let it do not check
> > non-exist image.
>
> Thanks Feng, applied!
>
> > BTW, could we first run post command then remove the image?
>
> I don't see any problem with that. Could you please prepare a patch to
> do it?