diff options
author | Thomas Huth <thuth@redhat.com> | 2024-10-11 15:19:31 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-10-21 16:39:41 +0200 |
commit | a2a2a5b05d741c0cb0c7bdf86f30f96b6822feff (patch) | |
tree | 84b9e1d6a321520d1067b8044210595335d3e5ac /MAINTAINERS | |
parent | a01be218d487309b198f887c514d4f11725f8d14 (diff) |
tests/functional: Convert the Avocado mips64el tuxrun test
Move the test into a new file so that it can be run via
qemu-system-mips64el in the functional framework.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20241011131937.377223-15-thuth@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c7cd5a28d9..cd9ebe77c1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1312,9 +1312,8 @@ F: hw/mips/malta.c F: hw/pci-host/gt64120.c F: include/hw/southbridge/piix.h F: tests/avocado/linux_ssh_mips_malta.py -F: tests/functional/test_mips_malta.py -F: tests/functional/test_mipsel_malta.py -F: tests/functional/test_mips64el_malta.py +F: tests/functional/test_mips*_malta.py +F: tests/functional/test_mips*_tuxrun.py Mipssim R: Aleksandar Rikalo <arikalo@gmail.com> |