On Mon, Mar 25, 2019 at 12:12 PM Joyce Kong <joyce.k...@arm.com> wrote:
> diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py > index 5f87bb9..db25274 100644 > --- 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. -- David Marchand