test: split into shorter subtests
[dpdk.git] / app / test / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 if not get_option('tests')
5         subdir_done()
6 endif
7
8 test_sources = files('commands.c',
9         'packet_burst_generator.c',
10         'sample_packet_forward.c',
11         'test.c',
12         'test_acl.c',
13         'test_alarm.c',
14         'test_atomic.c',
15         'test_barrier.c',
16         'test_bitratestats.c',
17         'test_bpf.c',
18         'test_byteorder.c',
19         'test_cmdline.c',
20         'test_cmdline_cirbuf.c',
21         'test_cmdline_etheraddr.c',
22         'test_cmdline_ipaddr.c',
23         'test_cmdline_lib.c',
24         'test_cmdline_num.c',
25         'test_cmdline_portlist.c',
26         'test_cmdline_string.c',
27         'test_common.c',
28         'test_cpuflags.c',
29         'test_crc.c',
30         'test_cryptodev.c',
31         'test_cryptodev_asym.c',
32         'test_cryptodev_blockcipher.c',
33         'test_cycles.c',
34         'test_debug.c',
35         'test_distributor.c',
36         'test_distributor_perf.c',
37         'test_eal_flags.c',
38         'test_eal_fs.c',
39         'test_efd.c',
40         'test_efd_perf.c',
41         'test_errno.c',
42         'test_event_crypto_adapter.c',
43         'test_event_eth_rx_adapter.c',
44         'test_event_ring.c',
45         'test_event_eth_tx_adapter.c',
46         'test_event_timer_adapter.c',
47         'test_eventdev.c',
48         'test_external_mem.c',
49         'test_fbarray.c',
50         'test_func_reentrancy.c',
51         'test_flow_classify.c',
52         'test_hash.c',
53         'test_hash_functions.c',
54         'test_hash_multiwriter.c',
55         'test_hash_readwrite.c',
56         'test_hash_perf.c',
57         'test_hash_readwrite_lf.c',
58         'test_interrupts.c',
59         'test_ipsec.c',
60         'test_kni.c',
61         'test_kvargs.c',
62         'test_latencystats.c',
63         'test_link_bonding.c',
64         'test_link_bonding_mode4.c',
65         'test_link_bonding_rssconf.c',
66         'test_logs.c',
67         'test_lpm.c',
68         'test_lpm6.c',
69         'test_lpm6_perf.c',
70         'test_lpm_perf.c',
71         'test_malloc.c',
72         'test_mbuf.c',
73         'test_member.c',
74         'test_member_perf.c',
75         'test_memcpy.c',
76         'test_memcpy_perf.c',
77         'test_memory.c',
78         'test_mempool.c',
79         'test_mempool_perf.c',
80         'test_memzone.c',
81         'test_meter.c',
82         'test_metrics.c',
83         'test_mp_secondary.c',
84         'test_pdump.c',
85         'test_per_lcore.c',
86         'test_pmd_perf.c',
87         'test_pmd_ring.c',
88         'test_pmd_ring_perf.c',
89         'test_power.c',
90         'test_power_acpi_cpufreq.c',
91         'test_power_kvm_vm.c',
92         'test_prefetch.c',
93         'test_rcu_qsbr.c',
94         'test_rcu_qsbr_perf.c',
95         'test_reciprocal_division.c',
96         'test_reciprocal_division_perf.c',
97         'test_red.c',
98         'test_reorder.c',
99         'test_ring.c',
100         'test_ring_perf.c',
101         'test_rwlock.c',
102         'test_sched.c',
103         'test_service_cores.c',
104         'test_spinlock.c',
105         'test_stack.c',
106         'test_stack_perf.c',
107         'test_string_fns.c',
108         'test_table.c',
109         'test_table_acl.c',
110         'test_table_combined.c',
111         'test_table_pipeline.c',
112         'test_table_ports.c',
113         'test_table_tables.c',
114         'test_tailq.c',
115         'test_thash.c',
116         'test_timer.c',
117         'test_timer_perf.c',
118         'test_timer_racecond.c',
119         'test_timer_secondary.c',
120         'test_ticketlock.c',
121         'test_version.c',
122         'virtual_pmd.c'
123 )
124
125 test_deps = ['acl',
126         'bitratestats',
127         'bpf',
128         'cfgfile',
129         'cmdline',
130         'cryptodev',
131         'distributor',
132         'efd',
133         'ethdev',
134         'eventdev',
135         'flow_classify',
136         'hash',
137         'ipsec',
138         'latencystats',
139         'lpm',
140         'member',
141         'metrics',
142         'pipeline',
143         'port',
144         'rcu',
145         'reorder',
146         'ring',
147         'stack',
148         'timer'
149 ]
150
151 # All test cases in fast_parallel_test_names list are parallel
152 fast_parallel_test_names = [
153         'acl_autotest',
154         'alarm_autotest',
155         'atomic_autotest',
156         'byteorder_autotest',
157         'cmdline_autotest',
158         'common_autotest',
159         'cpuflags_autotest',
160         'cycles_autotest',
161         'debug_autotest',
162         'eal_flags_c_opt_autotest',
163         'eal_flags_master_opt_autotest',
164         'eal_flags_n_opt_autotest',
165         'eal_flags_hpet_autotest',
166         'eal_flags_no_huge_autotest',
167         'eal_flags_w_opt_autotest',
168         'eal_flags_b_opt_autotest',
169         'eal_flags_vdev_opt_autotest',
170         'eal_flags_r_opt_autotest',
171         'eal_flags_mem_autotest',
172         'eal_flags_file_prefix_autotest',
173         'eal_flags_misc_autotest',
174         'eal_fs_autotest',
175         'errno_autotest',
176         'event_ring_autotest',
177         'func_reentrancy_autotest',
178         'flow_classify_autotest',
179         'hash_autotest',
180         'interrupt_autotest',
181         'logs_autotest',
182         'lpm_autotest',
183         'lpm6_autotest',
184         'malloc_autotest',
185         'mbuf_autotest',
186         'memcpy_autotest',
187         'memory_autotest',
188         'mempool_autotest',
189         'memzone_autotest',
190         'meter_autotest',
191         'multiprocess_autotest',
192         'per_lcore_autotest',
193         'prefetch_autotest',
194         'rcu_qsbr_autotest',
195         'red_autotest',
196         'ring_autotest',
197         'ring_pmd_autotest',
198         'rwlock_test1_autotest',
199         'rwlock_rda_autotest',
200         'rwlock_rds_wrm_autotest',
201         'rwlock_rde_wro_autotest',
202         'sched_autotest',
203         'spinlock_autotest',
204         'stack_autotest',
205         'stack_lf_autotest',
206         'string_autotest',
207         'table_autotest',
208         'tailq_autotest',
209         'timer_autotest',
210         'user_delay_us',
211         'version_autotest',
212 ]
213
214 # All test cases in fast_non_parallel_test_names list are non-parallel
215 fast_non_parallel_test_names = [
216         'bitratestats_autotest',
217         'crc_autotest',
218         'delay_us_sleep_autotest',
219         'distributor_autotest',
220         'eventdev_common_autotest',
221         'fbarray_autotest',
222         'hash_readwrite_autotest',
223         'hash_readwrite_lf_autotest',
224         'ipsec_autotest',
225         'kni_autotest',
226         'kvargs_autotest',
227         'latencystats_autotest',
228         'member_autotest',
229         'metrics_autotest',
230         'pdump_autotest',
231         'power_acpi_cpufreq_autotest',
232         'power_autotest',
233         'power_kvm_vm_autotest',
234         'reorder_autotest',
235         'service_autotest',
236         'thash_autotest',
237 ]
238
239 # All test cases in perf_test_names list are non-parallel
240 perf_test_names = [
241         'ring_perf_autotest',
242         'mempool_perf_autotest',
243         'memcpy_perf_autotest',
244         'hash_perf_autotest',
245         'timer_perf_autotest',
246         'reciprocal_division',
247         'reciprocal_division_perf',
248         'lpm_perf_autotest',
249         'red_all',
250         'barrier_autotest',
251         'hash_multiwriter_autotest',
252         'timer_racecond_autotest',
253         'efd_autotest',
254         'hash_functions_autotest',
255         'member_perf_autotest',
256         'efd_perf_autotest',
257         'lpm6_perf_autotest',
258         'rcu_qsbr_perf_autotest',
259         'red_perf',
260         'distributor_perf_autotest',
261         'ring_pmd_perf_autotest',
262         'pmd_perf_autotest',
263         'stack_perf_autotest',
264         'stack_lf_perf_autotest',
265 ]
266
267 # All test cases in driver_test_names list are non-parallel
268 driver_test_names = [
269         'cryptodev_aesni_mb_autotest',
270         'cryptodev_aesni_gcm_autotest',
271         'cryptodev_dpaa_sec_autotest',
272         'cryptodev_dpaa2_sec_autotest',
273         'cryptodev_null_autotest',
274         'cryptodev_openssl_autotest',
275         'cryptodev_openssl_asym_autotest',
276         'cryptodev_qat_autotest',
277         'cryptodev_sw_armv8_autotest',
278         'cryptodev_sw_kasumi_autotest',
279         'cryptodev_sw_mvsam_autotest',
280         'cryptodev_sw_snow3g_autotest',
281         'cryptodev_sw_zuc_autotest',
282         'eventdev_selftest_octeontx',
283         'eventdev_selftest_sw',
284         'link_bonding_autotest',
285         'link_bonding_mode4_autotest',
286         'link_bonding_rssconf_autotest',
287 ]
288
289 # All test cases in dump_test_names list are non-parallel
290 dump_test_names = [
291         'dump_struct_sizes',
292         'dump_mempool',
293         'dump_malloc_stats',
294         'dump_devargs',
295         'dump_log_types',
296         'dump_ring',
297         'dump_physmem',
298         'dump_memzone',
299 ]
300
301 if dpdk_conf.has('RTE_LIBRTE_PDUMP')
302         test_deps += 'pdump'
303 endif
304 if dpdk_conf.has('RTE_LIBRTE_I40E_PMD')
305         test_deps += 'pmd_i40e'
306 endif
307 if dpdk_conf.has('RTE_LIBRTE_IXGBE_PMD')
308         test_deps += 'pmd_ixgbe'
309 endif
310 if dpdk_conf.has('RTE_LIBRTE_BOND_PMD')
311         test_deps += 'pmd_bond'
312 endif
313 if dpdk_conf.has('RTE_LIBRTE_RING_PMD')
314         test_deps += 'pmd_ring'
315 endif
316 if dpdk_conf.has('RTE_LIBRTE_POWER')
317         test_deps += 'power'
318 endif
319 if dpdk_conf.has('RTE_LIBRTE_KNI')
320         test_deps += 'kni'
321 endif
322
323 cflags = machine_args
324 if cc.has_argument('-Wno-format-truncation')
325     cflags += '-Wno-format-truncation'
326 endif
327
328 # specify -D_GNU_SOURCE unconditionally
329 cflags += '-D_GNU_SOURCE'
330
331 test_dep_objs = []
332 if dpdk_conf.has('RTE_LIBRTE_COMPRESSDEV')
333         compress_test_dep = dependency('zlib', required: false)
334         if compress_test_dep.found()
335                 test_dep_objs += compress_test_dep
336                 test_sources += 'test_compressdev.c'
337                 test_deps += 'compressdev'
338                 fast_non_parallel_test_names += 'compressdev_autotest'
339         endif
340 endif
341
342 if dpdk_conf.has('RTE_LIBRTE_PMD_CRYPTO_SCHEDULER')
343         driver_test_names += 'cryptodev_scheduler_autotest'
344 endif
345
346 foreach d:test_deps
347         def_lib = get_option('default_library')
348         test_dep_objs += get_variable(def_lib + '_rte_' + d)
349 endforeach
350 test_dep_objs += cc.find_library('execinfo', required: false)
351
352 link_libs = []
353 if get_option('default_library') == 'static'
354         link_libs = dpdk_drivers
355 endif
356
357 dpdk_test = executable('dpdk-test',
358         test_sources,
359         link_whole: link_libs,
360         dependencies: test_dep_objs,
361         c_args: [cflags, '-DALLOW_EXPERIMENTAL_API'],
362         install_rpath: driver_install_path,
363         install: false)
364
365 # some perf tests (eg: memcpy perf autotest)take very long
366 # to complete, so timeout to 10 minutes
367 timeout_seconds = 600
368 timeout_seconds_fast = 10
369
370 # Retrieve the number of CPU cores, defaulting to 4.
371 num_cores = '0-3'
372 if host_machine.system() == 'linux'
373         num_cores = run_command('cat',
374                                 '/sys/devices/system/cpu/present'
375                                ).stdout().strip()
376 elif host_machine.system() == 'freebsd'
377         snum_cores = run_command('/sbin/sysctl', '-n',
378                                  'hw.ncpu').stdout().strip()
379         inum_cores = snum_cores.to_int() - 1
380         num_cores = '0-@0@'.format(inum_cores)
381 endif
382
383 num_cores_arg = '-l ' + num_cores
384
385 test_args = [num_cores_arg]
386 foreach arg : fast_parallel_test_names
387         if host_machine.system() == 'linux'
388                 test(arg, dpdk_test,
389                           env : ['DPDK_TEST=' + arg],
390                           args : test_args +
391                                  ['--file-prefix=@0@'.format(arg)],
392                 timeout : timeout_seconds_fast,
393                 suite : 'fast-tests')
394         else
395                 test(arg, dpdk_test,
396                         env : ['DPDK_TEST=' + arg],
397                         args : test_args,
398                 timeout : timeout_seconds_fast,
399                 suite : 'fast-tests')
400         endif
401 endforeach
402
403 foreach arg : fast_non_parallel_test_names
404         test(arg, dpdk_test,
405                 env : ['DPDK_TEST=' + arg],
406                 args : test_args,
407                 timeout : timeout_seconds_fast,
408                 is_parallel : false,
409                 suite : 'fast-tests')
410 endforeach
411
412 foreach arg : perf_test_names
413         test(arg, dpdk_test,
414         env : ['DPDK_TEST=' + arg],
415         args : test_args,
416         timeout : timeout_seconds,
417         is_parallel : false,
418         suite : 'perf-tests')
419 endforeach
420
421 foreach arg : driver_test_names
422         test(arg, dpdk_test,
423                 env : ['DPDK_TEST=' + arg],
424                 args : test_args,
425                 timeout : timeout_seconds,
426                 is_parallel : false,
427                 suite : 'driver-tests')
428 endforeach
429
430 foreach arg : dump_test_names
431         test(arg, dpdk_test,
432                 env : ['DPDK_TEST=' + arg],
433                 args : test_args,
434                 timeout : timeout_seconds,
435                 is_parallel : false,
436                 suite : 'debug-tests')
437 endforeach
438