summary refs log tree commit diff stats
path: root/tests/avocado/tuxrun_baselines.py
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2024-10-11 15:19:21 +0200
committerThomas Huth <thuth@redhat.com>2024-10-21 16:28:59 +0200
commit116667aa60cd6d44b7f681530620a2ffc43256f5 (patch)
tree7b96740ac5b2b1150161b6141ef2bbaa054be676 /tests/avocado/tuxrun_baselines.py
parentd9dff75b08237ef41b4c1e3a2d02f4e1bcae826e (diff)
downloadfocaccia-qemu-116667aa60cd6d44b7f681530620a2ffc43256f5.tar.gz
focaccia-qemu-116667aa60cd6d44b7f681530620a2ffc43256f5.zip
tests/functional: Convert the Avocado sparc64 tuxrun test
Move the test to a new file so that it can be run via
qemu-system-sparc64 in the functional framework.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20241011131937.377223-5-thuth@redhat.com>
Diffstat (limited to 'tests/avocado/tuxrun_baselines.py')
-rw-r--r--tests/avocado/tuxrun_baselines.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/avocado/tuxrun_baselines.py b/tests/avocado/tuxrun_baselines.py
index 56c8bdb2dc..1e30fb03bc 100644
--- a/tests/avocado/tuxrun_baselines.py
+++ b/tests/avocado/tuxrun_baselines.py
@@ -493,22 +493,6 @@ class TuxRunBaselineTest(QemuSystemTest):
         exec_command_and_wait_for_pattern(self, 'halt',
                                           "reboot: System halted")
 
-    def test_sparc64(self):
-        """
-        :avocado: tags=arch:sparc64
-        :avocado: tags=tuxboot:sparc64
-        :avocado: tags=image:vmlinux
-        :avocado: tags=root:sda
-        :avocado: tags=shutdown:nowait
-        """
-
-        sums = { "rootfs.ext4.zst" :
-                 "ad2f1dc436ab51583543d25d2c210cab478645d47078d30d129a66ab0e281d76",
-                 "vmlinux" :
-                 "e34313e4325ff21deaa3d38a502aa09a373ef62b9bd4d7f8f29388b688225c55" }
-
-        self.common_tuxrun(csums=sums, drive="driver=ide-hd,bus=ide.0,unit=0")
-
     def test_x86_64(self):
         """
         :avocado: tags=arch:x86_64