[dpdk-dev] [PATCH 2/2] test: move RED to extra tests list
David Marchand
david.marchand at redhat.com
Wed Oct 27 16:04:58 CEST 2021
This test gives random failures, disable it.
See: https://bugs.dpdk.org/show_bug.cgi?id=826
Signed-off-by: David Marchand <david.marchand at redhat.com>
---
app/test/meson.build | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app/test/meson.build b/app/test/meson.build
index 200790eda0..71fce2efda 100644
--- a/app/test/meson.build
+++ b/app/test/meson.build
@@ -248,7 +248,6 @@ fast_tests = [
['pflock_autotest', true],
['prefetch_autotest', true],
['rcu_qsbr_autotest', true],
- ['red_autotest', true],
['rib_autotest', true],
['rib6_autotest', true],
['ring_autotest', true],
@@ -293,6 +292,8 @@ extra_test_names = [
'alarm_autotest',
'cycles_autotest',
'delay_us_sleep_autotest',
+ # https://bugs.dpdk.org/show_bug.cgi?id=826
+ 'red_autotest',
]
perf_test_names = [
--
2.23.0
More information about the dev
mailing list