]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/acceptance: refactor boot_linux to allow code reuse
authorPavel Dovgalyuk <Pavel.Dovgaluk@gmail.com>
Fri, 29 May 2020 07:05:31 +0000 (10:05 +0300)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 3 Sep 2020 00:06:19 +0000 (19:06 -0500)
commit5bdcc0f3ed96effbff61b08ea55699c2cebae5e5
tree9ac6519e9a06eb427c1fec335fc807adc15e09da
parentf756254e0aca5e29bb3216ab052cd28e6ee46c2b
tests/acceptance: refactor boot_linux to allow code reuse

This patch moves image downloading functions to the separate class to allow
reusing them from record/replay tests.

Signed-off-by: Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <159073593167.20809.17582679291556188984.stgit@pasha-ThinkPad-X280>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
(cherry picked from commit 1c80c87c8c2489e4318c93c844aa29bc1d014146)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
tests/acceptance/boot_linux.py