diff options
| author | Thomas Huth <thuth@redhat.com> | 2025-04-14 13:30:21 +0200 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2025-04-23 07:51:25 +0200 |
| commit | 689a8b56a6f3d16458004006b604950295da87df (patch) | |
| tree | 4977450794e2ed50c43b03bc9714846bcdfc0daa /tests/avocado/linux_ssh_mips_malta.py | |
| parent | 42a87f0ce7aaf1923a610cabe4d65f7b1ce9a327 (diff) | |
| download | focaccia-qemu-689a8b56a6f3d16458004006b604950295da87df.tar.gz focaccia-qemu-689a8b56a6f3d16458004006b604950295da87df.zip | |
tests/functional: Convert the 32-bit little endian Wheezy mips test
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é <berrange@redhat.com> Message-ID: <20250414113031.151105-8-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.py | 8 |
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 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 |