[22.11] app/test: disable graph auto test for windows

Xueming Li xuemingl at nvidia.com
Wed Dec 13 13:25:42 CET 2023


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

Fixes: 5887a7d14dba ("test: add graph tests")
Cc: david.marchand at redhat.com
Cc: Jerin Jacob Kollanukkaran <jerinj at marvell.com>
Signed-off-by: Xueming Li <xuemingl at 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



More information about the stable mailing list