08/04/2019 22:18, David Marchand: > On Mon, Mar 25, 2019 at 12:12 PM Joyce Kong <joyce.k...@arm.com> wrote: > > --- a/app/test/autotest_data.py > > +++ b/app/test/autotest_data.py > > @@ -171,6 +171,12 @@ > > "Report": None, > > }, > > { > > + "Name": "Ticketlock autotest", > > + "Command": "ticketlock_autotest", > > + "Func": ticketlock_autotest, > > + "Report": None, > > + } > > + { > > "Name": "Byte order autotest", > > "Command": "byteorder_autotest", > > "Func": default_autotest, > > > > Please, can you fix this ? > > We are missing a , and ticketlock_autotest has no implementation in python > afaics.
Please, send a fix ASAP.