]> git.ipfire.org Git - thirdparty/qemu.git/commit
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)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 3 Sep 2020 00:06:19 +0000 (19:06 -0500)
commitbc67d011c3a6a60fdaf790a72ab51bab263c7e9e
treed42402fd90a789e360d93ccc6c0b4ed1c97878d4
parent5bdcc0f3ed96effbff61b08ea55699c2cebae5e5
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>
(cherry picked from commit 12121c496fcc609e23033c4a36399b54f98bcd56)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
tests/acceptance/boot_linux_console.py