Re: [PATCH] test: drop reference to removed tests

2022-06-21 Thread Thomas Monjalon
13/06/2022 09:37, David Marchand: > cycles_autotest and delay_us_sleep_autotest tests were removed in the > commit ee00af60170b ("test: remove strict timing requirements some tests") > and were wrongly reintroduced later. > > Bugzilla ID: 1021 > Fixes: 74822233bdc2 ("test: create a list of extra t

[PATCH] test: drop reference to removed tests

2022-06-13 Thread David Marchand
cycles_autotest and delay_us_sleep_autotest tests were removed in the commit ee00af60170b ("test: remove strict timing requirements some tests") and were wrongly reintroduced later. Bugzilla ID: 1021 Fixes: 74822233bdc2 ("test: create a list of extra tests") Cc: sta...@dpdk.org Signed-off-by: Dav