From 689a8b56a6f3d16458004006b604950295da87df Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Mon, 14 Apr 2025 13:30:21 +0200 Subject: tests/functional: Convert the 32-bit little endian Wheezy mips test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reuse the test function from the big endian test to easily convert the 32-bit little endian Wheezy mips test. Reviewed-by: Daniel P. Berrangé Message-ID: <20250414113031.151105-8-thuth@redhat.com> Signed-off-by: Thomas Huth --- tests/avocado/linux_ssh_mips_malta.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tests/avocado/linux_ssh_mips_malta.py') diff --git a/tests/avocado/linux_ssh_mips_malta.py b/tests/avocado/linux_ssh_mips_malta.py index 73d294ad5c..c1300aec96 100644 --- a/tests/avocado/linux_ssh_mips_malta.py +++ b/tests/avocado/linux_ssh_mips_malta.py @@ -172,14 +172,6 @@ class LinuxSSH(QemuSystemTest, LinuxSSHMixIn): # Wait for VM to shut down gracefully self.vm.wait() - def test_mips_malta32el_kernel3_2_0(self): - """ - :avocado: tags=arch:mipsel - :avocado: tags=endian:little - :avocado: tags=device:pcnet32 - """ - self.check_mips_malta('mips', 'le') - def test_mips_malta64eb_kernel3_2_0(self): """ :avocado: tags=arch:mips64 -- cgit 1.4.1