mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
tests/functional: convert tests to new archive_extract helper
Replace use of utils.archive_extract and extract_from_deb with the new archive_extract helper. Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Message-ID: <20241217155953.3950506-24-berrange@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
239fd29d6f
commit
5831ed84e7
37 changed files with 134 additions and 205 deletions
|
@ -18,9 +18,8 @@ class Q800MachineTest(LinuxKernelTest):
|
|||
def test_m68k_q800(self):
|
||||
self.set_machine('q800')
|
||||
|
||||
deb_path = self.ASSET_KERNEL.fetch()
|
||||
kernel_path = self.extract_from_deb(deb_path,
|
||||
'/boot/vmlinux-5.3.0-1-m68k')
|
||||
kernel_path = self.archive_extract(self.ASSET_KERNEL,
|
||||
member='boot/vmlinux-5.3.0-1-m68k')
|
||||
|
||||
self.vm.set_console()
|
||||
kernel_command_line = (self.KERNEL_COMMON_COMMAND_LINE +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue