Re: [Autotest] [KVM-AUTOTEST PATCH 1/2] KVM test: add shutdown test

2009-06-18 Thread Lucas Meneghel Rodrigues
On Tue, 2009-06-16 at 10:37 +0300, Michael Goldish wrote: > The shutdown test logs into a VM and sends a shutdown command. > It serves two purposes: > - Test KVM's ability to shut down. > - Clean up after the other tests: > Currently VMs of the last test remain alive when Autotest finishes running.

Re: [Autotest] [KVM-AUTOTEST PATCH 1/2] KVM test: add shutdown test

2009-06-18 Thread Lucas Meneghel Rodrigues
On Tue, 2009-06-16 at 07:05 -0400, Michael Goldish wrote: > - "Alexey Eromenko" wrote: > > > Michael I don't fully understand why shutdown test is needed; Shutdown > > is tested during reboot, where GuestOS must de-init itself. > > The main motivation for a shutdown test is that it allows us