> -----Original Message----- > From: Thomas Monjalon <[email protected]> > Sent: Monday, April 15, 2019 4:38 AM > To: Joyce Kong (Arm Technology China) <[email protected]> > Cc: [email protected]; David Marchand <[email protected]>; nd > <[email protected]>; Stephen Hemminger <[email protected]>; > Jerin Jacob <[email protected]>; Ananyev, Konstantin > <[email protected]>; Honnappa Nagarahalli > <[email protected]>; Gavin Hu (Arm Technology China) > <[email protected]> > Subject: Re: [dpdk-dev] [PATCH v8 3/3] test/ticketlock: add ticket lock test > case > > 08/04/2019 22:18, David Marchand: > > On Mon, Mar 25, 2019 at 12:12 PM Joyce Kong <[email protected]> > 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.
Fix in the patch test/ticketlock: implement ticketlock autotest .

