aboutsummaryrefslogtreecommitdiff
path: root/tests/acceptance/replay_kernel.py
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2020-11-10 19:23:14 +0000
committerAlex Bennée <alex.bennee@linaro.org>2020-11-16 11:08:04 +0000
commitb48580ad92c43e6bdc381d467a9fb67869864a04 (patch)
tree12c6ab3b2582ee62f1f8b4793e92a38e7504713e /tests/acceptance/replay_kernel.py
parent811c74fb657db0559274a710e50ef0096a1915a3 (diff)
downloadqemu-b48580ad92c43e6bdc381d467a9fb67869864a04.zip
qemu-b48580ad92c43e6bdc381d467a9fb67869864a04.tar.gz
qemu-b48580ad92c43e6bdc381d467a9fb67869864a04.tar.bz2
tests/acceptance: Disable Spartan-3A DSP 1800A test
This test is regularly failing on CI: (05/34) tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_microblaze_s3adsp1800: Linux version 4.11.3 (thuth@thuth.remote.csb) (gcc version 6.4.0 (Buildroot 2018.05.2) ) #5 Tue Dec 11 11:56:23 CET 2018 ... Freeing unused kernel memory: 1444K This architecture does not have kernel memory protection. [nothing happens here] Runner error occurred: Timeout reached (90.91 s) This is a regression. Until someone figure out the problem, disable the test to keep CI pipeline useful. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Acked-by: Thomas Huth <thuth@redhat.com> Message-Id: <20201109091719.2449141-1-f4bug@amsat.org> Message-Id: <20201110192316.26397-9-alex.bennee@linaro.org>
Diffstat (limited to 'tests/acceptance/replay_kernel.py')
-rw-r--r--tests/acceptance/replay_kernel.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/acceptance/replay_kernel.py b/tests/acceptance/replay_kernel.py
index 00c2283..772633b 100644
--- a/tests/acceptance/replay_kernel.py
+++ b/tests/acceptance/replay_kernel.py
@@ -14,6 +14,7 @@ import shutil
import logging
import time
+from avocado import skip
from avocado import skipIf
from avocado import skipUnless
from avocado_qemu import wait_for_console_pattern
@@ -280,6 +281,7 @@ class ReplayKernelNormal(ReplayKernelBase):
file_path = self.fetch_asset(tar_url, asset_hash=tar_hash)
self.do_test_advcal_2018(file_path, 'sanity-clause.elf')
+ @skip("Test currently broken") # Console stuck as of 5.2-rc1
def test_microblaze_s3adsp1800(self):
"""
:avocado: tags=arch:microblaze