qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] tests/acceptance: Add tests for the ppc405 boards


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] tests/acceptance: Add tests for the ppc405 boards
Date: Mon, 11 Oct 2021 15:22:17 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.0

On 10/11/21 14:59, Thomas Huth wrote:
> Using the U-Boot firmware, we can check that at least the serial console
> of the ppc405 boards is still usable.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  Based-on: 20211006071140.565952-1-thuth@redhat.com
> 
>  tests/acceptance/ppc_405.py | 40 +++++++++++++++++++++++++++++++++++++
>  1 file changed, 40 insertions(+)
>  create mode 100644 tests/acceptance/ppc_405.py

> +    def test_ppc_taihu(self):
> +        """
> +        :avocado: tags=arch:ppc
> +        :avocado: tags=machine:taihu

Please consider adding:

  tags=cpu:405ep

> +        """
> +        self.do_test_ppc405()
> +
> +    def test_ppc_ref405ep(self):
> +        """
> +        :avocado: tags=arch:ppc
> +        :avocado: tags=machine:ref405ep
> +        """
> +        self.do_test_ppc405()
> 

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]