On Mon, Oct 11, 2021 at 03:22:17PM +0200, Philippe Mathieu-Daudé wrote:
> 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

I've merged this, adding this tag as suggested.

> 
> > +        """
> > +        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>
> 

-- 
David Gibson                    | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au  | minimalist, thank you.  NOT _the_ _other_
                                | _way_ _around_!
http://www.ozlabs.org/~dgibson

Attachment: signature.asc
Description: PGP signature

Reply via email to