From: Thomas Huth Date: Mon, 6 Oct 2025 16:18:50 +0000 (+0200) Subject: tests/functional/aarch64: Drop some sbsaref_alpine tests X-Git-Tag: v10.2.0-rc1~60^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dadd7419d361f8f9f012cbc1413993132cd55b7a;p=thirdparty%2Fqemu.git tests/functional/aarch64: Drop some sbsaref_alpine tests test_sbsaref_alpine is one of the longest running test in our testsuite, because it does a full Linux boot a couple of times, for various different CPU configurations. That's quite a lot of testing each time, for a rather small additional test coverage. Thus let's drop some of the tests that don't provide much in addition to the other ones. Suggested-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Thomas Huth Message-ID: <20251006161850.181998-1-thuth@redhat.com> --- diff --git a/tests/functional/aarch64/test_sbsaref_alpine.py b/tests/functional/aarch64/test_sbsaref_alpine.py index abb8f5114b..be84b7adb0 100755 --- a/tests/functional/aarch64/test_sbsaref_alpine.py +++ b/tests/functional/aarch64/test_sbsaref_alpine.py @@ -41,15 +41,9 @@ class Aarch64SbsarefAlpine(QemuSystemTest): self.vm.launch() wait_for_console_pattern(self, "Welcome to Alpine Linux 3.17") - def test_sbsaref_alpine_linux_cortex_a57(self): - self.boot_alpine_linux("cortex-a57") - def test_sbsaref_alpine_linux_default_cpu(self): self.boot_alpine_linux() - def test_sbsaref_alpine_linux_max_pauth_off(self): - self.boot_alpine_linux("max,pauth=off") - def test_sbsaref_alpine_linux_max_pauth_impdef(self): self.boot_alpine_linux("max,pauth-impdef=on")