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 : ec1e09d8259bc0c79eacdb4353df6223be369b84 JOB LOG : /home/sath/tests/results/job-2019-08-19T02.33-ec1e09d/job.log (1/6) boot_linux_console.py:BootLinuxConsole.test_ppc64le_pseries: PASS (4.52 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.13 s) (4/6) vnc.py:Vnc.test_no_vnc_change_password: PASS (0.14 s) (5/6) vnc.py:Vnc.test_vnc_change_password_requires_a_password: PASS (0.15 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 : 6.14 s Changes since V1: Review comments incorporated. patch1: commit msg change, extra space remove suggested by Greg. 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 | 3 +++ tests/acceptance/boot_linux_console.py | 20 ++++++++++++++++++++ 2 files changed, 23 insertions(+) -- 2.21.0