All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Add support for powerpc acceptance test
@ 2019-07-26  7:17 sathnaga
  2019-07-26  8:37 ` Cédric Le Goater
  0 siblings, 1 reply; 3+ messages in thread
From: sathnaga @ 2019-07-26  7:17 UTC (permalink / raw)
  To: qemu-devel; +Cc: Satheesh Rajendran, qemu-ppc, clg

From: Satheesh Rajendran <sathnaga@linux.vnet.ibm.com>

This series attempt to add support for avocado acceptance
test for powerpc and adds linux console boot test.

avocado run boot_linux_console.py:BootLinuxConsole.test_ppc64le_pseries version.py vnc.py 
JOB ID     : 918ed65e5e8bc1370c84c166a2c41936a700571e
JOB LOG    : /home/sath/tests/results/job-2019-07-26T03.08-918ed65/job.log
 (1/6) boot_linux_console.py:BootLinuxConsole.test_ppc64le_pseries: PASS (3.98 s)
 (2/6) version.py:Version.test_qmp_human_info_version: PASS (0.15 s)
 (3/6) vnc.py:Vnc.test_no_vnc: PASS (0.14 s)
 (4/6) vnc.py:Vnc.test_no_vnc_change_password: PASS (0.13 s)
 (5/6) vnc.py:Vnc.test_vnc_change_password_requires_a_password: PASS (0.14 s)
 (6/6) vnc.py:Vnc.test_vnc_change_password: PASS (0.14 s)
RESULTS    : PASS 6 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 | CANCEL 0
JOB TIME   : 5.68 s


Satheesh Rajendran (2):
  tests.acceptance.avocado_qemu: Add support for powerpc
  tests.acceptance.boot_linux_console: Add pseries linux boot console
    test

 tests/acceptance/avocado_qemu/__init__.py |  4 ++++
 tests/acceptance/boot_linux_console.py    | 20 ++++++++++++++++++++
 2 files changed, 24 insertions(+)

-- 
2.21.0



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH 0/2] Add support for powerpc acceptance test
  2019-07-26  7:17 [Qemu-devel] [PATCH 0/2] Add support for powerpc acceptance test sathnaga
@ 2019-07-26  8:37 ` Cédric Le Goater
  2019-07-26  8:44   ` Satheesh Rajendran
  0 siblings, 1 reply; 3+ messages in thread
From: Cédric Le Goater @ 2019-07-26  8:37 UTC (permalink / raw)
  To: sathnaga, qemu-devel; +Cc: qemu-ppc, Joel Stanley, David Gibson

On 26/07/2019 09:17, sathnaga@linux.vnet.ibm.com wrote:
> From: Satheesh Rajendran <sathnaga@linux.vnet.ibm.com>
> 
> This series attempt to add support for avocado acceptance
> test for powerpc and adds linux console boot test.
> 
> avocado run boot_linux_console.py:BootLinuxConsole.test_ppc64le_pseries version.py vnc.py 
> JOB ID     : 918ed65e5e8bc1370c84c166a2c41936a700571e
> JOB LOG    : /home/sath/tests/results/job-2019-07-26T03.08-918ed65/job.log
>  (1/6) boot_linux_console.py:BootLinuxConsole.test_ppc64le_pseries: PASS (3.98 s)
>  (2/6) version.py:Version.test_qmp_human_info_version: PASS (0.15 s)
>  (3/6) vnc.py:Vnc.test_no_vnc: PASS (0.14 s)
>  (4/6) vnc.py:Vnc.test_no_vnc_change_password: PASS (0.13 s)
>  (5/6) vnc.py:Vnc.test_vnc_change_password_requires_a_password: PASS (0.14 s)
>  (6/6) vnc.py:Vnc.test_vnc_change_password: PASS (0.14 s)
> RESULTS    : PASS 6 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 | CANCEL 0
> JOB TIME   : 5.68 s
> 
> 
> Satheesh Rajendran (2):
>   tests.acceptance.avocado_qemu: Add support for powerpc
>   tests.acceptance.boot_linux_console: Add pseries linux boot console
>     test
> 
>  tests/acceptance/avocado_qemu/__init__.py |  4 ++++
>  tests/acceptance/boot_linux_console.py    | 20 ++++++++++++++++++++
>  2 files changed, 24 insertions(+)
> 

Nice. Do you think we could do something similar for the PowerNV machine ? 

Thanks,

C. 



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH 0/2] Add support for powerpc acceptance test
  2019-07-26  8:37 ` Cédric Le Goater
@ 2019-07-26  8:44   ` Satheesh Rajendran
  0 siblings, 0 replies; 3+ messages in thread
From: Satheesh Rajendran @ 2019-07-26  8:44 UTC (permalink / raw)
  To: Cédric Le Goater
  Cc: Joel Stanley, qemu-ppc, sathnaga, qemu-devel, David Gibson

On Fri, Jul 26, 2019 at 10:37:35AM +0200, Cédric Le Goater wrote:
> On 26/07/2019 09:17, sathnaga@linux.vnet.ibm.com wrote:
> > From: Satheesh Rajendran <sathnaga@linux.vnet.ibm.com>
> > 
> > This series attempt to add support for avocado acceptance
> > test for powerpc and adds linux console boot test.
> > 
> > avocado run boot_linux_console.py:BootLinuxConsole.test_ppc64le_pseries version.py vnc.py 
> > JOB ID     : 918ed65e5e8bc1370c84c166a2c41936a700571e
> > JOB LOG    : /home/sath/tests/results/job-2019-07-26T03.08-918ed65/job.log
> >  (1/6) boot_linux_console.py:BootLinuxConsole.test_ppc64le_pseries: PASS (3.98 s)
> >  (2/6) version.py:Version.test_qmp_human_info_version: PASS (0.15 s)
> >  (3/6) vnc.py:Vnc.test_no_vnc: PASS (0.14 s)
> >  (4/6) vnc.py:Vnc.test_no_vnc_change_password: PASS (0.13 s)
> >  (5/6) vnc.py:Vnc.test_vnc_change_password_requires_a_password: PASS (0.14 s)
> >  (6/6) vnc.py:Vnc.test_vnc_change_password: PASS (0.14 s)
> > RESULTS    : PASS 6 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 | CANCEL 0
> > JOB TIME   : 5.68 s
> > 
> > 
> > Satheesh Rajendran (2):
> >   tests.acceptance.avocado_qemu: Add support for powerpc
> >   tests.acceptance.boot_linux_console: Add pseries linux boot console
> >     test
> > 
> >  tests/acceptance/avocado_qemu/__init__.py |  4 ++++
> >  tests/acceptance/boot_linux_console.py    | 20 ++++++++++++++++++++
> >  2 files changed, 24 insertions(+)
> > 
> 
> Nice. Do you think we could do something similar for the PowerNV machine ? 
Thanks, yes it must be possible, will try out and add those in later patches as
applicable.

Regards,
-Satheesh
> 
> Thanks,
> 
> C. 
> 



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-07-26  8:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-26  7:17 [Qemu-devel] [PATCH 0/2] Add support for powerpc acceptance test sathnaga
2019-07-26  8:37 ` Cédric Le Goater
2019-07-26  8:44   ` Satheesh Rajendran

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.