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