Re: [Autotest] [PATCH] virt: to test timer functionality of guest

2012-07-11 Thread Lucas Meneghel Rodrigues
On Wed, Jul 11, 2012 at 2:16 PM, Satheesh Rajendran wrote: > On Wed, 2012-07-11 at 13:49 -0300, Lucas Meneghel Rodrigues wrote: >> On Wed, Jul 11, 2012 at 1:46 PM, Lucas Meneghel Rodrigues >> >> >> >> +- time_manage: >> >> +type = time_manage >> >> +kill_vm = yes >> >> +

Re: [Autotest] [PATCH] virt: to test timer functionality of guest

2012-07-11 Thread Satheesh Rajendran
On Wed, 2012-07-11 at 13:49 -0300, Lucas Meneghel Rodrigues wrote: > On Wed, Jul 11, 2012 at 1:46 PM, Lucas Meneghel Rodrigues > wrote: > > On Tue, Jul 10, 2012 at 10:16 AM, wrote: > >> From: Satheesh Rajendran > >> > >> This test implements the following github issue > >> https://github.com/au

Re: [Autotest] [PATCH] virt: to test timer functionality of guest

2012-07-11 Thread Lucas Meneghel Rodrigues
On Wed, Jul 11, 2012 at 1:46 PM, Lucas Meneghel Rodrigues wrote: > On Tue, Jul 10, 2012 at 10:16 AM, wrote: >> From: Satheesh Rajendran >> >> This test implements the following github issue >> https://github.com/autotest/autotest/issues/404 > > Hi Satheesh, this test looks generally good to me,

Re: [Autotest] [PATCH] virt: to test timer functionality of guest

2012-07-11 Thread Lucas Meneghel Rodrigues
On Tue, Jul 10, 2012 at 10:16 AM, wrote: > From: Satheesh Rajendran > > This test implements the following github issue > https://github.com/autotest/autotest/issues/404 Hi Satheesh, this test looks generally good to me, but there's one gotcha, see below: diff --git a/client/virt/guest-os.cfg

[Autotest] [PATCH] virt: to test timer functionality of guest

2012-07-10 Thread sathnaga
From: Satheesh Rajendran This test implements the following github issue https://github.com/autotest/autotest/issues/404 Signed-off-by: Satheesh Rajendran --- client/tests/kvm/tests/time_manage.py | 127 + client/virt/guest-os.cfg.sample |9 +++ clien