summary refs log tree commit diff stats
path: root/tests/avocado/linux_ssh_mips_malta.py
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2025-04-14 13:30:22 +0200
committerThomas Huth <thuth@redhat.com>2025-04-23 07:51:25 +0200
commit8e3461c3a6fc0b1bce4571e46e861db0b2bcf621 (patch)
treefa99be1a0972215ac9d9cca8b3b143eb4ba2f4d9 /tests/avocado/linux_ssh_mips_malta.py
parent689a8b56a6f3d16458004006b604950295da87df (diff)
downloadfocaccia-qemu-8e3461c3a6fc0b1bce4571e46e861db0b2bcf621.tar.gz
focaccia-qemu-8e3461c3a6fc0b1bce4571e46e861db0b2bcf621.zip
tests/functional: Convert the 64-bit little endian Wheezy mips test
Reuse the test function from the 32-bit big endian test to easily
convert the 64-bit little endian Wheezy mips test.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <20250414113031.151105-9-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/avocado/linux_ssh_mips_malta.py')
-rw-r--r--tests/avocado/linux_ssh_mips_malta.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/avocado/linux_ssh_mips_malta.py b/tests/avocado/linux_ssh_mips_malta.py
index c1300aec96..2fa5cf9a6c 100644
--- a/tests/avocado/linux_ssh_mips_malta.py
+++ b/tests/avocado/linux_ssh_mips_malta.py
@@ -179,11 +179,3 @@ class LinuxSSH(QemuSystemTest, LinuxSSHMixIn):
         :avocado: tags=device:pcnet32
         """
         self.check_mips_malta('mips64', 'be')
-
-    def test_mips_malta64el_kernel3_2_0(self):
-        """
-        :avocado: tags=arch:mips64el
-        :avocado: tags=endian:little
-        :avocado: tags=device:pcnet32
-        """
-        self.check_mips_malta('mips64', 'le')