On Fri, Jul 26, 2019 at 10:37:35AM +0200, Cédric Le Goater wrote: > On 26/07/2019 09:17, sathn...@linux.vnet.ibm.com wrote: > > From: Satheesh Rajendran <sathn...@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. >