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 <th...@redhat.com>
> ---
>  Based-on: 20211006071140.565952-1-th...@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é <phi...@redhat.com>
Tested-by: Philippe Mathieu-Daudé <phi...@redhat.com>


Reply via email to