Browse Source

tests/functional/test_mips_malta: Re-enable the check for the PCI host bridge

The problem with the PCI bridge has been fixed in commit e5894fd6f4
("hw/pci-host/gt64120: Fix endianness handling"), so we can enable the
corresponding test again.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20250522080208.205489-1-thuth@redhat.com>
pull/285/head
Thomas Huth 10 months ago
parent
commit
644ded5c81
  1. 6
      tests/functional/test_mips_malta.py

6
tests/functional/test_mips_malta.py

@ -80,10 +80,8 @@ def mips_check_wheezy(test, kernel_path, image_path, kernel_command_line,
exec_command_and_wait_for_pattern(test, 'cat /proc/devices', 'usb')
exec_command_and_wait_for_pattern(test, 'cat /proc/ioports',
' : piix4_smbus')
# lspci for the host bridge does not work on big endian targets:
# https://gitlab.com/qemu-project/qemu/-/issues/2826
# exec_command_and_wait_for_pattern(test, 'lspci -d 11ab:4620',
# 'GT-64120')
exec_command_and_wait_for_pattern(test, 'lspci -d 11ab:4620',
'GT-64120')
exec_command_and_wait_for_pattern(test,
'cat /sys/bus/i2c/devices/i2c-0/name',
'SMBus PIIX4 adapter')

Loading…
Cancel
Save