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

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

2009-06-16 Thread Michael Goldish
- "jason wang" wrote: > Hello Michael: > > The shutdown case is useful but the patch does really similar work to > vm.destroy(). Maybe we could simple let the preprocess progress to > shutdown all the vms just like: > > - shutdown: install setup > vms = '' That will shut

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

2009-06-16 Thread jason wang
Hello Michael: The shutdown case is useful but the patch does really similar work to vm.destroy(). Maybe we could simple let the preprocess progress to shutdown all the vms just like: - shutdown: install setup vms = '' Michael Goldish 写道: > The shutdown test logs into a VM and s

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

2009-06-16 Thread Michael Goldish
- "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 to choose whether VMs should be kept alive after the last test. Inc

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

2009-06-16 Thread Alexey Eromenko
Michael I don't fully understand why shutdown test is needed; Shutdown is tested during reboot, where GuestOS must de-init itself. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

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

2009-06-16 Thread Michael Goldish
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. When one guest finishes testing and another begins, the VM is autom