Re: [Autotest] [Autotest PATCH] KVM-test: Simple stop/continue test

2011-04-28 Thread Lucas Meneghel Rodrigues
On Thu, Apr 21, 2011 at 3:21 AM, Amos Kong wrote: > Change guest state by monitor cmd, verify guest status, > and try to login guest by network. I don't like the way you're handling human monitor and QMP monitors in this tests... comments below: > Signed-off-by: Jason Wang > Signed-off-by: Amo

[Autotest PATCH] KVM-test: Simple stop/continue test

2011-04-20 Thread Amos Kong
Change guest state by monitor cmd, verify guest status, and try to login guest by network. Signed-off-by: Jason Wang Signed-off-by: Amos Kong --- client/tests/kvm/tests/stop_continue.py | 52 +++ client/tests/kvm/tests_base.cfg.sample |4 ++ 2 files changed, 5