patches for DPDK stable branches
 help / color / mirror / Atom feed
* [22.11] app/test: disable graph auto test for windows
@ 2023-12-13 12:25 Xueming Li
  0 siblings, 0 replies; only message in thread
From: Xueming Li @ 2023-12-13 12:25 UTC (permalink / raw)
  Cc: Zhirun Yan, Luca Boccassi, stable, david.marchand,
	Jerin Jacob Kollanukkaran

To avoid windows CI failure, disable graph auto test only for windows.

Fixes: 5887a7d14dba ("test: add graph tests")
Cc: david.marchand@redhat.com
Cc: Jerin Jacob Kollanukkaran <jerinj@marvell.com>
Signed-off-by: Xueming Li <xuemingl@nvidia.com>
---
 app/test/meson.build | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app/test/meson.build b/app/test/meson.build
index 96702c2078..23e1f9b749 100644
--- a/app/test/meson.build
+++ b/app/test/meson.build
@@ -190,7 +190,6 @@ fast_tests = [
         ['fib_autotest', true, true],
         ['fib6_autotest', true, true],
         ['func_reentrancy_autotest', false, true],
-        ['graph_autotest', true, true],
         ['hash_autotest', true, true],
         ['interrupt_autotest', true, true],
         ['ipfrag_autotest', false, true],
@@ -297,7 +296,6 @@ perf_test_names = [
         'trace_perf_autotest',
         'ipsec_perf_autotest',
         'thash_perf_autotest',
-        'graph_perf_autotest',
 ]
 
 driver_test_names = [
@@ -323,6 +321,10 @@ driver_test_names = [
 dump_test_names = []
 
 if not is_windows
+    fast_tests += 'graph_autotest'
+
+    perf_test_names += 'graph_perf_autotest'
+
     driver_test_names += [
             'cryptodev_openssl_asym_autotest',
             'eventdev_selftest_octeontx',
-- 
2.25.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-12-13 12:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-13 12:25 [22.11] app/test: disable graph auto test for windows Xueming Li

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).