[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH] tests/avocado: Re-enable gdbsim-r5f562n8 testing U-Boot
From: |
Yoshinori Sato |
Subject: |
Re: [RFC PATCH] tests/avocado: Re-enable gdbsim-r5f562n8 testing U-Boot |
Date: |
Mon, 05 Aug 2024 15:54:06 +0900 |
User-agent: |
Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (Gojō) APEL-LB/10.8 EasyPG/1.0.0 Emacs/29.4 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) |
On Fri, 02 Aug 2024 02:23:32 +0900,
Philippe Mathieu-Daudé wrote:
>
> We disabled all RX tests on commit 9b45cc9931 ("docs/devel:
> rationalise unstable gitlab tests under FLAKY_TESTS") for
> being flaky. However I don't recall the U-Boot test to fail
> (the problematic line checking the 'version' string is already
> commented out), and I'm running this test reliably, so re-enable
> it.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> tests/avocado/machine_rx_gdbsim.py | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/tests/avocado/machine_rx_gdbsim.py
> b/tests/avocado/machine_rx_gdbsim.py
> index 412a7a5089..a83873b738 100644
> --- a/tests/avocado/machine_rx_gdbsim.py
> +++ b/tests/avocado/machine_rx_gdbsim.py
> @@ -22,8 +22,6 @@ class RxGdbSimMachine(QemuSystemTest):
> timeout = 30
> KERNEL_COMMON_COMMAND_LINE = 'printk.time=0 '
>
> - @skipUnless(os.getenv('QEMU_TEST_FLAKY_TESTS'), 'Test is unstable on
> GitLab')
> -
> def test_uboot(self):
> """
> U-Boot and checks that the console is operational.
> --
> 2.45.2
>
Reviewed-by: Yoshinori Sato <ysato@users.sourceforge.jp>
--
Yosinori Sato