patches for DPDK stable branches
 help / color / mirror / Atom feed
* [PATCH] test: drop reference to removed tests
@ 2022-06-13  7:37 David Marchand
  2022-06-21 16:39 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: David Marchand @ 2022-06-13  7:37 UTC (permalink / raw)
  To: dev; +Cc: stable

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: stable@dpdk.org

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 app/test/meson.build | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app/test/meson.build b/app/test/meson.build
index 7fe261cae8..a86382524e 100644
--- a/app/test/meson.build
+++ b/app/test/meson.build
@@ -250,8 +250,6 @@ fast_tests = [
 # Tests known to have issues or which don't belong in other tests lists.
 extra_test_names = [
         'alarm_autotest', # ee00af60170b ("test: remove strict timing requirements some tests")
-        'cycles_autotest', # ee00af60170b ("test: remove strict timing requirements some tests")
-        'delay_us_sleep_autotest', # ee00af60170b ("test: remove strict timing requirements some tests")
         'red_autotest', # https://bugs.dpdk.org/show_bug.cgi?id=826
 ]
 
-- 
2.36.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] test: drop reference to removed tests
  2022-06-13  7:37 [PATCH] test: drop reference to removed tests David Marchand
@ 2022-06-21 16:39 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2022-06-21 16:39 UTC (permalink / raw)
  To: David Marchand; +Cc: dev, stable

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 tests")
> Cc: stable@dpdk.org
> 
> Signed-off-by: David Marchand <david.marchand@redhat.com>

Applied, thanks.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-21 16:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-13  7:37 [PATCH] test: drop reference to removed tests David Marchand
2022-06-21 16:39 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).