Re: [dpdk-dev] [PATCH] test: remove unnecessary test commands

2021-11-16 Thread David Marchand
On Wed, Oct 27, 2021 at 4:04 PM David Marchand wrote: > > EAL and rwlock tests have been split into smaller unit tests now listed > in meson. > Nothing is referencing eal_flags_autotest and rwlock_autotest anymore, > since we dropped the python wrapper. > > Fixes: 8c745bb62340 ("test: remove autot

[dpdk-dev] [PATCH] test: remove unnecessary test commands

2021-10-27 Thread David Marchand
EAL and rwlock tests have been split into smaller unit tests now listed in meson. Nothing is referencing eal_flags_autotest and rwlock_autotest anymore, since we dropped the python wrapper. Fixes: 8c745bb62340 ("test: remove autotest python wrapper") Signed-off-by: David Marchand --- app/test/t