]> git.proxmox.com Git - mirror_qemu.git/commit - tests/acceptance/boot_linux_console.py
tests/acceptance: refactor boot_linux_console test to allow code reuse
authorPavel Dovgalyuk <Pavel.Dovgaluk@gmail.com>
Fri, 29 May 2020 07:04:44 +0000 (10:04 +0300)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Sun, 31 May 2020 16:25:31 +0000 (18:25 +0200)
commit12121c496fcc609e23033c4a36399b54f98bcd56
treeb96dfc776e08180005d075156d1467b5686b0135
parenta5ba86d423c2b071894d86c60487f2317c7ffb60
tests/acceptance: refactor boot_linux_console test to allow code reuse

This patch splits code in BootLinuxConsole class into two different
classes to allow reusing it by record/replay tests.

Signed-off-by: Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <159073588490.20809.13942096070255577558.stgit@pasha-ThinkPad-X280>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
tests/acceptance/boot_linux_console.py